TextListFormat Class |
Namespace: GemBox.Presentation
The TextListFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() | BulletCharacter | Gets or sets the character to be used in place of the standard bullet point. Default value is Empty. |
![]() | BulletPicture | Gets or sets the picture to be applied to a set of bullets. Default value is . |
![]() | BulletType | Gets or sets the bullet scheme of the bulleted list. Default value is None. This allows specifying character and font of predefined list bullets. |
![]() | Color |
Gets or sets the color to be used on bullet characters within a given TextParagraph.
|
![]() | Font |
Gets or sets the font to be used on bullet characters within a given TextParagraph.
|
![]() | Level | Gets or sets the list indent level. Default value is 0. |
![]() | ListType | Gets the type of the list. Default value is None. Use members NumberType, BulletType, BulletCharacter or SetBulletPicture(Stream, PictureContentType) to set list type. |
![]() | NumberStartAt | Gets or sets the number that starts a given sequence of a numbered list. Default value is 1 if ListType is Number; otherwise, -1. When the numbering is alphabetical, the number should map to the appropriate letter. For instance 1 maps to 'a', 2 to 'b' and so on. If the numbers are larger than 26, then multiple letters should be used. For instance 27 should be represented as 'aa' and similarly 53 should be 'aaa'. |
![]() | NumberType | Gets or sets the numbering scheme of the numbered list. Default value is None. This allows specifying formats other than strictly numbers. For instance, a set of bullets can be represented by a series of Roman numerals instead of the standard 1,2,3, etc. number set. |
![]() | RelativeSize |
Gets or sets the size in percentage of the surrounding text to be used on bullet characters within a given TextParagraph.
|
![]() | Size |
Gets or sets the absolute size to be used on bullet characters within a given TextParagraph.
|
Name | Description | |
---|---|---|
![]() | SetBulletPicture(Stream, PictureContentType) |
Sets the bullet picture.
|
![]() | SetBulletPicture(Stream, String) |
Sets the bullet picture.
|