Home
last modified time | relevance | path

Searched refs:PR_TEXT_INDENT (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/rtf/
H A DTextAttributesConverterTestCase.java46 propertyList.putExplicit(Constants.PR_TEXT_INDENT, FixedLength.getInstance(1000)); in test()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DBlock.java135 textIndent = pList.get(PR_TEXT_INDENT).getLength(); in bind()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/
H A DConstants.java724 int PR_TEXT_INDENT = 250; field
H A DFOPropertyMapping.java1702 m = new LengthProperty.Maker(PR_TEXT_INDENT); in createBlockAndLineProperties()