FontFormattingModeEnum (Web Services API)
FontFormattingModeEnum enumeration constants are used to select the desired font formatting mode: plain, restricted or full.
enum FontFormattingModeEnum {
FFM_Full,
FFM_Plain,
FFM_Restricted
};
Elements
Name | Description |
FFM_Full | The character formatting mode is Full. Produced document maintains the formatting of the original. |
FFM_Plain | The character formatting mode is Plain. Text formatting is not preserved. |
FFM_Restricted | The character formatting mode is Restricted. Retains fonts, font sizes, and paragraphs, but does not retain the exact locations of the objects on the page or the spacing. The resulting text will be left-aligned. |
See also
26.03.2024 13:49:49