GraffitiSuite Docs
Docs
Textcontent
Loading document parsing libraries...
# TextContent Class Inherits PDFObject ## Enumerations | Name | Value | Description | | --- | :---: | --- | | Alignments | Left <br > Center <br > Right <br > Justify | Supported text alignments. | | Baselines | Alphabetic <br > Ideographic <br > Bottom <br > Top <br > Middle <br > Hanging | Supported text baselines. | | RenderingModes | Fill <br > Stroke <br > FillThenStroke <br > Invisible | Supported rendering modes. | | RotationDirections | Clockwise <br > CounterClockwise | Supported rotation directions. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | alignmentToString | (None) | String | (None) | | Constructor | (None) | (None) | (None) | | rotationDirectionToString | (None) | String | (None) | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Alignment | Alignments | (None) | (None) | | Baseline | Baselines | (None) | Text baseline. | | CharacterSpacing | Double | 0 | Spacing between characters within a line. | | RotationAngle | Integer | (None) | Angle, in degrees, of rotation. | | RotationDirection | RotationDirections | (None) | Direction to rotate text. | | Text | String | (None) | Text content to render. |