public final class TextFormattingOptions extends TextOptions
Represents text formatting options
Modifier and Type | Class and Description |
---|---|
static class |
TextFormattingOptions.WordWrapMode
Defines word wrapping strategies
|
Constructor and Description |
---|
TextFormattingOptions(int wrapMode)
Initializes new instance of the
TextFormattingOptions object for the specified word wrap mode. |
Modifier and Type | Method and Description |
---|---|
int |
getWrapMode()
Gets word wrap mode.
|
void |
setWrapMode(int value) |
Copyright © 2020 Aspose. All Rights Reserved.