public class Indent
extends AbstractParagraphProperty
  • Field Details

    • log

      protected static org.slf4j.Logger log
    • CSS_NAME

      public static final java.lang.String CSS_NAME
      See Also:
      Constant Field Values
    • FO_NAME

      public static final java.lang.String FO_NAME
      See Also:
      Constant Field Values
    • FO_NAME_TEXT_INDENT

      public static final java.lang.String FO_NAME_TEXT_INDENT
      See Also:
      Constant Field Values
  • Constructor Details

    • Indent

      public Indent​(PPrBase.Ind val)
    • Indent

      public Indent​(PPrBase.Ind pPrDirectIndent, PPrBase.Ind numberingIndent)
      Compose an effective indent value.
      Parameters:
      pPrDirectIndent -
      numberingIndent -
    • Indent

      public Indent​(org.w3c.dom.css.CSSValue value)
  • Method Details

    • getCssName

      public java.lang.String getCssName()
      Specified by:
      getCssName in class Property
      Since:
      2.7.2
    • getTwip

      public static int getTwip​(org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue)
    • getCssProperty

      public java.lang.String getCssProperty()
      Specified by:
      getCssProperty in class Property
    • setXslFO

      public void setXslFO​(org.w3c.dom.Element foElement)
      Specified by:
      setXslFO in class Property
    • isHanging

      public boolean isHanging()
    • getNumberPosition

      public int getNumberPosition()
    • setXslFOListBlock

      public void setXslFOListBlock​(org.w3c.dom.Element foElement, int pdbs)
    • set

      public void set​(PPr pPr)
      Specified by:
      set in class AbstractParagraphProperty