Class RowDataProperties
- java.lang.Object
-
- org.daisy.dotify.formatter.impl.row.RowDataProperties
-
public final class RowDataProperties extends Object
Provides properties for a block.RowDataPropertiesare immutable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRowDataProperties.BuilderTODO: Write java doc.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)FormattingTypes.AlignmentgetAlignment()intgetBlockIndent()intgetBlockIndentParent()ConditiongetDisplayWhen()ObjectgetExternalReference()intgetFirstLineIndent()intgetInnerSpaceAfter()intgetInnerSpaceBefore()SingleLineDecorationgetLeadingDecoration()BlockMargingetMargins()intgetOrphans()intgetOuterSpaceAfter()intgetOuterSpaceBefore()intgetRightTextIndent()FloatgetRowSpacing()intgetTextIndent()SingleLineDecorationgetTrailingDecoration()StringgetUnderlineStyle()intgetWidows()inthashCode()booleanisList()StringtoString()
-
-
-
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()
-
-