|
iText 9.7.0 API
|
Public Member Functions |
|
| GlyphLinePart (int start, int end) | |
| Creates a glyph line part object with given start and end values. More... |
|
| GlyphLinePart (int start, int end, String actualText) | |
| Creates a glyph line part object with given start, end and actual text values. More... |
|
| virtual int | GetStart () |
| Retrieves the start of the glyph line part. More... |
|
| virtual GlyphLine.GlyphLinePart | SetStart (int start) |
| Sets the start of the glyph line part. More... |
|
| virtual int | GetEnd () |
| Retrieves the end of the glyph line part. More... |
|
| virtual GlyphLine.GlyphLinePart | SetEnd (int end) |
| Sets the end of the glyph line part. More... |
|
| virtual String | GetActualText () |
| Retrieves the actual text of the glyph line part. More... |
|
| virtual GlyphLine.GlyphLinePart | SetActualText (String actualText) |
| Sets the actual text of the glyph line part. More... |
|
| virtual bool | IsReversed () |
| Retrieves whether the glyph line part is reversed. More... |
|
| virtual GlyphLine.GlyphLinePart | SetReversed (bool reversed) |
| Sets whether the glyph line part is reversed. More... |
|
|
inline |
Creates a glyph line part object with given start and end values.
Creates a glyph line part object with given start and end values. Actual text is set to null.
| start | start value of the glyph line part |
| end | end value of the glyph line part |
|
inline |
Creates a glyph line part object with given start, end and actual text values.
| start | start value of the glyph line part |
| end | end value of the glyph line part |
| actualText | actual text |
|
inlinevirtual |
Retrieves the actual text of the glyph line part.
|
inlinevirtual |
Retrieves the end of the glyph line part.
|
inlinevirtual |
Retrieves the start of the glyph line part.
|
inlinevirtual |
Retrieves whether the glyph line part is reversed.
|
inlinevirtual |
Sets the actual text of the glyph line part.
| actualText | Actual text of glyph line part |
|
inlinevirtual |
Sets the end of the glyph line part.
| end | end value of glyph line part |
|
inlinevirtual |
Sets whether the glyph line part is reversed.
| reversed | true if it should be reversed, false otherwise |
|
inlinevirtual |
Sets the start of the glyph line part.
| start | start of the glyph line part |