XMLCharAttributesEnum
XMLCharAttributesEnum enumeration constants are used to describe groups of character attributes to be written in files in XML format.
typedef enum { XCA_None, XCA_Ascii, XCA_Basic, XCA_Extended } XMLCharAttributesEnum;
Elements
Name | Description |
---|---|
XCA_Ascii |
Character coordinates and character confidence are to be written. Exactly the same format is used by IPlainText::SaveToAsciiXMLFile method. Note: Block coordinates are not to be written in this case. |
XCA_Basic | Character and block coordinates are to be written. |
XCA_Extended |
Character and block coordinates, character confidence and extended character attributes are to be written. The following extended attributes are written:
|
XCA_None | No character attributes are to be written. |
Used in
03.07.2024 8:50:25