org.pdfclown.documents.contents.TextChar Class Reference
Text character.
More...
List of all members.
Text character.
It describes a text element extracted from content streams.
Constructor & Destructor Documentation
| org.pdfclown.documents.contents.TextChar.TextChar |
( |
char |
value, |
|
|
RectangleF |
box, |
|
|
TextStyle |
style, |
|
|
bool |
virtual_ | |
|
) |
| | |
Member Function Documentation
| override string org.pdfclown.documents.contents.TextChar.ToString |
( |
|
) |
|
Property Documentation
RectangleF org.pdfclown.documents.contents.TextChar.Box [get] |
TextStyle org.pdfclown.documents.contents.TextChar.Style [get] |
char org.pdfclown.documents.contents.TextChar.Value [get] |
bool org.pdfclown.documents.contents.TextChar.Virtual [get] |