public class Indent extends AbstractParagraphProperty
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CSS_NAME |
static java.lang.String |
FO_NAME |
static java.lang.String |
FO_NAME_TEXT_INDENT |
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
Indent(org.w3c.dom.css.CSSValue value) |
Indent(PPrBase.Ind val) |
Indent(PPrBase.Ind pPrDirectIndent,
PPrBase.Ind numberingIndent)
Compose an effective indent value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCssName() |
java.lang.String |
getCssProperty() |
int |
getNumberPosition() |
static int |
getTwip(org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue) |
boolean |
isHanging() |
void |
set(PPr pPr) |
void |
setXslFO(org.w3c.dom.Element foElement) |
void |
setXslFOListBlock(org.w3c.dom.Element foElement,
int pdbs) |
composeCss, debug, getObject, setObjectprotected static org.slf4j.Logger log
public static final java.lang.String CSS_NAME
public static final java.lang.String FO_NAME
public static final java.lang.String FO_NAME_TEXT_INDENT
public Indent(PPrBase.Ind val)
public Indent(PPrBase.Ind pPrDirectIndent, PPrBase.Ind numberingIndent)
pPrDirectIndent - numberingIndent - public Indent(org.w3c.dom.css.CSSValue value)
public java.lang.String getCssName()
getCssName in class Propertypublic static int getTwip(org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue)
public java.lang.String getCssProperty()
getCssProperty in class Propertypublic void setXslFO(org.w3c.dom.Element foElement)
public boolean isHanging()
public int getNumberPosition()
public void setXslFOListBlock(org.w3c.dom.Element foElement,
int pdbs)
public void set(PPr pPr)
set in class AbstractParagraphPropertyCopyright © 2007–2023. All rights reserved.