public class Indent extends AbstractParagraphProperty
Modifier and Type | Field and Description |
---|---|
static String |
CSS_NAME |
static String |
FO_NAME |
static 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 |
---|---|
String |
getCssName() |
String |
getCssProperty() |
int |
getNumberPosition() |
static int |
getTwip(org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue) |
boolean |
isHanging() |
void |
set(PPr pPr) |
void |
setXslFO(Element foElement) |
void |
setXslFOListBlock(Element foElement,
int pdbs) |
composeCss, debug, getObject, setObject
protected static org.slf4j.Logger log
public static final String CSS_NAME
public static final String FO_NAME
public static final 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 String getCssName()
getCssName
in class Property
public static int getTwip(org.w3c.dom.css.CSSPrimitiveValue cssPrimitiveValue)
public String getCssProperty()
getCssProperty
in class Property
public boolean isHanging()
public int getNumberPosition()
public void setXslFOListBlock(Element foElement, int pdbs)
public void set(PPr pPr)
set
in class AbstractParagraphProperty
Copyright © 2007-2017. All Rights Reserved.