Class RowDataProperties
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.row.RowDataProperties
-
public final class RowDataProperties extends Object
Provides properties for a block.RowDataProperties
are immutable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RowDataProperties.Builder
TODO: Write java doc.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
FormattingTypes.Alignment
getAlignment()
int
getBlockIndent()
int
getBlockIndentParent()
Condition
getDisplayWhen()
Object
getExternalReference()
int
getFirstLineIndent()
int
getInnerSpaceAfter()
int
getInnerSpaceBefore()
SingleLineDecoration
getLeadingDecoration()
BlockMargin
getMargins()
int
getOrphans()
int
getOuterSpaceAfter()
int
getOuterSpaceBefore()
int
getRightTextIndent()
Float
getRowSpacing()
int
getTextIndent()
SingleLineDecoration
getTrailingDecoration()
String
getUnderlineStyle()
int
getWidows()
int
hashCode()
boolean
isList()
String
toString()
-
-
-
Method Detail
-
getBlockIndent
public int getBlockIndent()
-
getBlockIndentParent
public int getBlockIndentParent()
-
getTextIndent
public int getTextIndent()
-
getFirstLineIndent
public int getFirstLineIndent()
-
getRightTextIndent
public int getRightTextIndent()
-
getAlignment
public FormattingTypes.Alignment getAlignment()
-
getRowSpacing
public Float getRowSpacing()
-
getMargins
public BlockMargin getMargins()
-
isList
public boolean isList()
-
getExternalReference
public Object getExternalReference()
-
getOuterSpaceBefore
public int getOuterSpaceBefore()
-
getOuterSpaceAfter
public int getOuterSpaceAfter()
-
getInnerSpaceBefore
public int getInnerSpaceBefore()
-
getInnerSpaceAfter
public int getInnerSpaceAfter()
-
getLeadingDecoration
public SingleLineDecoration getLeadingDecoration()
-
getTrailingDecoration
public SingleLineDecoration getTrailingDecoration()
-
getOrphans
public int getOrphans()
-
getWidows
public int getWidows()
-
getUnderlineStyle
public String getUnderlineStyle()
-
getDisplayWhen
public Condition getDisplayWhen()
-
-