TextParagraph.TextBackgroundMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public static final class TextParagraph.TextBackgroundMode extends System.Enum

Background mode for TextParagraph

Fields

FieldDescription
WholeParagraphBackground is set for the whole paragraph as single solid rectangle.
LogicalLineEach line will have it’s own rectangle.

WholeParagraph

public static final int WholeParagraph

Background is set for the whole paragraph as single solid rectangle.

LogicalLine

public static final int LogicalLine

Each line will have it’s own rectangle.