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. 
  | 
    
| 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
17.09.2024 15:14:41
