public static final class TextParagraph.TextBackgroundMode
extends com.aspose.ms.System.Enum
Background mode for TextParagraph
Modifier and Type | Field and Description |
---|---|
static int |
LogicalLine
Each line will have it's own rectangle.
|
static int |
WholeParagraph
Background is set for the whole paragraph as single solid rectangle.
|
public static final int WholeParagraph
Background is set for the whole paragraph as single solid rectangle.
public static final int LogicalLine
Each line will have it's own rectangle.