public final class TextBlockProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TextBlockProperties.Builder
Provides a builder for text block properties
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
FormattingTypes.Alignment |
getAlignment()
Gets the alignment
|
int |
getFirstLineIndent()
Get first line indent, in characters
|
String |
getIdentifier()
Gets the identifier
|
int |
getRightLastLineIndent()
Get right last line indent, in characters
|
int |
getRightTextIndent()
Get right text indent, in characters
|
Float |
getRowSpacing()
Gets the row spacing, or null if not set
|
int |
getTextIndent()
Get text indent, in characters
|
int |
hashCode() |
public int getTextIndent()
public int getFirstLineIndent()
public int getRightTextIndent()
public int getRightLastLineIndent()
public FormattingTypes.Alignment getAlignment()
public String getIdentifier()
public Float getRowSpacing()