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