Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.operators |
The
com.aspose.pdf.operators is a package for Operator implementations. |
Modifier and Type | Method and Description |
---|---|
void |
IOperatorSelector.visit(TextOperator textOperator)
Visit/select any text operator operator.
|
void |
OperatorSelector.visit(TextOperator textOperator)
Visit/select any text operator operator.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockTextOperator
Abstract base class for text block operators i.e.
|
class |
BT
Class representing BT operator (Begin of text block).
|
class |
ET
Class representing operator ET (End of text block).
|
class |
MoveTextPosition
Class representing Td operator (move text position).
|
class |
MoveTextPositionSetLeading
Class representing TD operator (move position and set leading).
|
class |
MoveToNextLine
Class representing T* operator (Move to start of the next line).
|
class |
MoveToNextLineShowText
Class representing ' operator (move to next line and show text).
|
class |
SelectFont
Class representing Tf operator (set text font and size).
|
class |
SetCharacterSpacing
Class representing Tc operator (set character spacing).
|
class |
SetGlyphsPositionShowText
Class representing TJ operator (show text with glyph positioning).
|
class |
SetHorizontalTextScaling
Class representing Tz operator (set horizontal text scaling).
|
class |
SetSpacingMoveToNextLineShowText
Class representing " operator (set word and character spacing, move to the next line and show
text).
|
class |
SetTextLeading
Class represenging TL operator (set text leading).
|
class |
SetTextMatrix
Class representig Tm operator (set text matrix).
|
class |
SetTextRenderingMode
Class representing Tr operator (set text rendering mode).
|
class |
SetTextRise
Class representing Ts operator (set text rise).
|
class |
SetWordSpacing
Class representing Tw operator (set word spacing).
|
class |
ShowText
Class representing Tj operator (show text).
|
class |
TextPlaceOperator
Abstract base class for operators which changes text position (Tm, Td, etc).
|
class |
TextShowOperator
Abvstract base class for all operators which used to out text (Tj, TJ, etc).
|
class |
TextStateOperator
Abstract base class for operators which changes current text state (Tc, Tf, TL, etc).
|