com.aspose.pdf.operators

Class SetSpacingMoveToNextLineShowText



  • public class SetSpacingMoveToNextLineShowText
    extends TextShowOperator

    Class representing " operator (set word and character spacing, move to the next line and show text).

    • Constructor Detail

      • SetSpacingMoveToNextLineShowText

        public SetSpacingMoveToNextLineShowText(int index,
                                                com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)

        Constructor for operator class.

        Parameters:
        index - Index of operator.
        command - Operator command.
      • SetSpacingMoveToNextLineShowText

        public SetSpacingMoveToNextLineShowText(double aw,
                                                double ac,
                                                String text)

        Initializes operator.

        Parameters:
        aw - double value
        ac - double value
        text - string value
      • SetSpacingMoveToNextLineShowText

        public SetSpacingMoveToNextLineShowText()

        Initializes operator.

    • Method Detail

      • getAw

        public double getAw()

        Gets word spacing.

        Returns:
        double value
      • getAc

        public double getAc()

        Get character spacing.

        Returns:
        double value
      • accept

        public void accept(IOperatorSelector visitor)

        Accepts visitor object to process operator.

        Overrides:
        accept in class TextOperator
        Parameters:
        visitor - Visitor object.