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

Namespace: Aspose.Pdf.Operators
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class SetSpacingMoveToNextLineShowText : TextShowOperator

The SetSpacingMoveToNextLineShowText type exposes the following members.

Constructors
  NameDescription
Public methodSetSpacingMoveToNextLineShowText
Initializes operator.
Properties
  NameDescription
Public propertyAc
Get character spacing.
Public propertyAw
Gets word spacing.
Public propertyIndex
Operator index in page operators list.
(Inherited from Operator.)
Public propertyText
Gets text of operator.
(Overrides TextShowOperatorText.)
Methods
  NameDescription
Public methodAccept
Accepts visitor object to process operator.
(Overrides TextOperatorAccept(IOperatorSelector).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns text of operator and its parameters.
(Inherited from Operator.)
See Also