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. |
public TextFormattingOptions(int wrapMode)
Initializes new instance of the TextFormattingOptions
object for the specified word
wrap mode.
wrapMode
- Word wrap mode.TextFormattingOptions.WordWrapMode
public int getWrapMode()
Gets word wrap mode. Default value is WordWrapMode.NoWrap
TextFormattingOptions.WordWrapMode
public void setWrapMode(int value)
Sets word wrap mode. Default value is WordWrapMode.NoWrap
value
- WordWrapMode valueTextFormattingOptions.WordWrapMode
Copyright © 2017 Aspose. All Rights Reserved.