TextCoordinatesParticularityEnum (COM-based API)
TextCoordinatesParticularityEnum enumeration constants are used to specify how text should be divided: by words or by lines.
enum TextCoordinatesParticularityEnum {
TCP_Lines = 0,
TCP_Words = 1
};
Elements
Name | Description |
TCP_Lines | The text should be divided by lines. |
TCP_Words | The text should be divided by words. |
See also
26.03.2024 13:49:49