Class Indent
java.lang.Object
org.docx4j.model.properties.Property
org.docx4j.model.properties.paragraph.AbstractParagraphProperty
org.docx4j.model.properties.paragraph.Indent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndent(PPrBase.Ind val) Indent(PPrBase.Ind pPrDirectIndent, PPrBase.Ind numberingIndent) Compose an effective indent value.Indent(org.w3c.dom.css.CSSValue value) -
Method Summary
Modifier and TypeMethodDescriptionintstatic intgetTwip(org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue) booleanvoidvoidvoidsetXslFOListBlock(Element foElement, int pdbs) Methods inherited from class org.docx4j.model.properties.Property
composeCss, debug, getObject, setObject
-
Field Details
-
log
protected static org.slf4j.Logger log -
CSS_NAME
- See Also:
-
FO_NAME
- See Also:
-
FO_NAME_TEXT_INDENT
- See Also:
-
-
Constructor Details
-
Indent
-
Indent
Compose an effective indent value.- Parameters:
pPrDirectIndent-numberingIndent-
-
Indent
public Indent(org.w3c.dom.css.CSSValue value)
-
-
Method Details
-
getCssName
- Specified by:
getCssNamein classProperty- Since:
- 2.7.2
-
getTwip
public static int getTwip(org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue) -
getCssProperty
- Specified by:
getCssPropertyin classProperty
-
setXslFO
-
isHanging
public boolean isHanging() -
getNumberPosition
public int getNumberPosition() -
setXslFOListBlock
-
set
- Specified by:
setin classAbstractParagraphProperty
-