TextCoordinatesParticularityEnum (Web Services API)
TextCoordinatesParticularityEnum enumeration constants are used to specify how text should be divided: by words or by lines.
enum TextCoordinatesParticularityEnum {
TCP_Lines,
TCP_Words
};
Elements
Name | Description |
TCP_Lines | The text should be divided by lines. |
TCP_Words | The text should be divided by words. |
See also
3/26/2024 1:49:49 PM