public interface StyleParagraphPropertiesAttlist extends CommonHorizontalMarginAttlist, CommonTextAlign, CommonMarginAttlist, CommonVerticalMarginAttlist, CommonBreakAttlist, CommonBackgroundColorAttlist, CommonBorderAttlist, CommonBorderLineWidthAttlist, CommonPaddingAttlist, CommonShadowAttlist, CommonKeepWithNextAttlist, CommonWritingModeAttlist, CommonPageNumberAttlist, CommonBackgroundTransparencyAttlist
Use the style:line-height-at-least property to specify a minimum line height. The value of this property is a length. There is no normal value for the property.
Use the style:line-spacing property to specify a fixed distance between two lines. There is no normal value for this property.
The style:font-independent-line-spacing property specifies if font independent line spacing is used. If the attribute's value is true, then the line height is calculated only from the font height as specified by the font size attributes fo:font-size, style:font-size-asian and style:font-size-complex. If the value is false, the font metric of the actual font is taken into account.
Use the fo:text-align property to specify how to align text in paragraphs. The value of this property can be start, end, left, right, center, or justify. See 7.15.9 of [XSL] for details. The values inside and outside are not supported. If there are no values specified for the fo:text-align-last and style:justify-single- word properties within the same item set element, the values of these properties are set to start and false respectively.
Use the fo:text-align-last property to specify how to align the last line of a justified paragraph. See 7.15.9 of [XSL] for details. The only values of this property that are supported are start, center, or justify. This property is ignored if it not accompanied by an fo:text-align property. If there are no values specified for the fo:text-align and style:justify-single-word properties, these values of these properties is set to start and false respectively.
If the last line in a paragraph is justified, use the style:justify-single-word property to specify whether or not a single word should be justified. If there are no values specified for the fo:text-align and fo:text-align-last properties, the values of these properties are set to start. This means that specifying a style:justifysingle-word property without specifying a fo::text-align and fo:text-align-last property has no effect.
Use the fo:keep-together property to control whether the lines of a paragraph should be kept together on the same page or column (if the value is always), or whether breaks are allowed within the paragraph (if the value is auto). See 7.19.3 of [XSL] for details.
Use the fo:widows property to specify the minimum number of lines allowed at the top of a page to avoid paragraph widows. See 7.19.7 of [XSL] for details.
Use the fo:orphans property to specify the minimum number of lines required at the bottom of a page to avoid paragraph orphans. See See 7.19.6 of [XSL] for details.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ALWAYS
Constants for fo:keep-together.
|
static java.lang.String |
AUTO
Constants for fo:keep-together and fo:hyphenation-keep and style:vertical-align.
|
static java.lang.String |
BASELINE
Constants for style:vertical-align.
|
static java.lang.String |
BOTTOM
Constants for style:vertical-align.
|
static java.lang.String |
CENTER
Constants for fo:text-align-last.
|
static java.lang.String |
HANGING
Constants for style:punctuation-wrap.
|
static java.lang.String |
IDEOGRAPH_ALPHA
Constants for style:text-autospace.
|
static java.lang.String |
JUSTIFY
Constants for fo:text-align-last.
|
static java.lang.String |
MIDDLE
Constants for style:vertical-align.
|
static java.lang.String |
NO_LIMIT
Constants for fo:hyphenation-ladder-count.
|
static java.lang.String |
NONE
Constants for style:text-autospace.
|
static java.lang.String |
NORMAL
Constants for fo:line-height and style:line-break.
|
static java.lang.String |
PAGE
Constants for fo:hyphenation-keep.
|
static java.lang.String |
SIMPLE
Constants for style:punctuation-wrap.
|
static java.lang.String |
START
Constants for fo:text-align-last.
|
static java.lang.String |
STRICT
Constants for style:line-break.
|
static java.lang.String |
TOP
Constants for style:vertical-align.
|
END, LEFT, RIGHT
COLUMN
TRANSPARENT
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFoHyphenationLadderCount()
Return a fo:HyphenationLadderCount.
|
java.lang.String |
getFoKeepTogether()
Return a fo:KeepTogether.
|
java.lang.String |
getFoLineHeight()
Return a fo:LineHeight.
|
int |
getFoOrphans()
Return a fo:Orphans.
|
java.lang.String |
getFoTextAlignLast()
Return a fo:TextAlignLast.
|
int |
getFoWidows()
Return a fo:Widows.
|
java.lang.String |
getStyleHyphenationKeep()
Return a style:HyphenationKeep.
|
java.lang.String |
getStyleLineBreak()
Return a style:LineBreak.
|
java.lang.String |
getStyleLineHeightAtLeast()
Return a style:LineHeightAtLeast.
|
java.lang.String |
getStyleLineSpacing()
Return a style:LineSpacing.
|
java.lang.String |
getStylePunctuationWrap()
Return a style:PunctuationWrap.
|
java.lang.String |
getStyleTabStopDistance()
Return a style:TabStopDistance.
|
java.lang.String |
getStyleTextAutospace()
Return a style:TextAutospace.
|
java.lang.String |
getStyleVerticalAlign()
Return a style:VerticalAlign.
|
int |
getTextLineNumber()
Return a text:LineNumber.
|
java.lang.Boolean |
isStyleAutoTextIndent()
Return a style:AutoTextIndent.
|
java.lang.Boolean |
isStyleFontIndependentLineSpacing()
Return a style:FontIndependentLineSpacing.
|
java.lang.Boolean |
isStyleJoinBorder()
Return a style:JoinBorder.
|
java.lang.Boolean |
isStyleJustifySingleWord()
Return a style:JustifySingleWord.
|
java.lang.Boolean |
isStyleRegisterTrue()
Return a style:RegisterTrue.
|
java.lang.Boolean |
isStyleSnapToLayoutGrid()
Return a style:SnapToLayoutGrid.
|
java.lang.Boolean |
isStyleWritingModeAutomatic()
Return a style:WritingModeAutomatic.
|
java.lang.Boolean |
isTextNumberLines()
Return a text:NumberLines.
|
void |
setFoHyphenationLadderCount(java.lang.String foHyphenationLadderCount)
Set a fo:HyphenationLadderCount.
|
void |
setFoKeepTogether(java.lang.String foKeepTogether)
Set a fo:KeepTogether.
|
void |
setFoLineHeight(java.lang.String foLineHeight)
Set a fo:LineHeight.
|
void |
setFoOrphans(int foOrphans)
Set a fo:Orphans.
|
void |
setFoTextAlignLast(java.lang.String foTextAlignLast)
Set a fo:TextAlignLast.
|
void |
setFoWidows(int foWidows)
Set a fo:Widows.
|
void |
setStyleAutoTextIndent(java.lang.Boolean styleAutoTextIndent)
Set a style:AutoTextIndent.
|
void |
setStyleFontIndependentLineSpacing(java.lang.Boolean styleFontIndependentLineSpacing)
Set a style:FontIndependentLineSpacing.
|
void |
setStyleHyphenationKeep(java.lang.String styleHyphenationKeep)
Set a style:HyphenationKeep.
|
void |
setStyleJoinBorder(java.lang.Boolean styleJoinBorder)
Set a style:JoinBorder.
|
void |
setStyleJustifySingleWord(java.lang.Boolean styleJustifySingleWord)
Set a style:JustifySingleWord.
|
void |
setStyleLineBreak(java.lang.String styleLineBreak)
Set a style:LineBreak.
|
void |
setStyleLineHeightAtLeast(java.lang.String styleLineHeightAtLeast)
Set a style:LineHeightAtLeast.
|
void |
setStyleLineSpacing(java.lang.String styleLineSpacing)
Set a style:LineSpacing.
|
void |
setStylePunctuationWrap(java.lang.String stylePunctuationWrap)
Set a style:PunctuationWrap.
|
void |
setStyleRegisterTrue(java.lang.Boolean styleRegisterTrue)
Set a style:RegisterTrue.
|
void |
setStyleSnapToLayoutGrid(java.lang.Boolean styleSnapToLayoutGrid)
Set a style:SnapToLayoutGrid.
|
void |
setStyleTabStopDistance(java.lang.String styleTabStopDistance)
Set a style:TabStopDistance.
|
void |
setStyleTextAutospace(java.lang.String styleTextAutospace)
Set a style:TextAutospace.
|
void |
setStyleVerticalAlign(java.lang.String styleVerticalAlign)
Set a style:VerticalAlign.
|
void |
setStyleWritingModeAutomatic(java.lang.Boolean styleWritingModeAutomatic)
Set a style:WritingModeAutomatic.
|
void |
setTextLineNumber(int textLineNumber)
Set a text:LineNumber.
|
void |
setTextNumberLines(java.lang.Boolean textNumberLines)
Set a text:NumberLines.
|
getFoMarginLeft, getFoMarginRight, setFoMarginLeft, setFoMarginRight
getFoTextAlign, setFoTextAlign
getFoMargin, setFoMargin
getFoMarginBottom, getFoMarginTop, setFoMarginBottom, setFoMarginTop
getFoBreakAfter, getFoBreakBefore, setFoBreakAfter, setFoBreakBefore
getFoBackgroundColor, setFoBackgroundColor
getFoBorder, getFoBorderBottom, getFoBorderLeft, getFoBorderRight, getFoBorderTop, setFoBorder, setFoBorderBottom, setFoBorderLeft, setFoBorderRight, setFoBorderTop
getStyleBorderLineWidth, getStyleBorderLineWidthBottom, getStyleBorderLineWidthLeft, getStyleBorderLineWidthRight, getStyleBorderLineWidthTop, setStyleBorderLineWidth, setStyleBorderLineWidthBottom, setStyleBorderLineWidthLeft, setStyleBorderLineWidthRight, setStyleBorderLineWidthTop
getFoPadding, getFoPaddingBottom, getFoPaddingLeft, getFoPaddingRight, getFoPaddingTop, setFoPadding, setFoPaddingBottom, setFoPaddingLeft, setFoPaddingRight, setFoPaddingTop
getStyleShadow, setStyleShadow
getFoKeepWithNext, setFoKeepWithNext
getStyleWritingMode, setStyleWritingMode
getPageNumber, setPageNumber
getStyleBackgroundTransparency, setStyleBackgroundTransparency
static final java.lang.String NORMAL
static final java.lang.String START
static final java.lang.String CENTER
static final java.lang.String JUSTIFY
static final java.lang.String AUTO
static final java.lang.String ALWAYS
static final java.lang.String PAGE
static final java.lang.String NO_LIMIT
static final java.lang.String NONE
static final java.lang.String IDEOGRAPH_ALPHA
static final java.lang.String SIMPLE
static final java.lang.String HANGING
static final java.lang.String STRICT
static final java.lang.String TOP
static final java.lang.String MIDDLE
static final java.lang.String BOTTOM
static final java.lang.String BASELINE
java.lang.String getFoLineHeight()
void setFoLineHeight(java.lang.String foLineHeight)
foLineHeight
- the foLineHeight to setjava.lang.String getStyleLineHeightAtLeast()
void setStyleLineHeightAtLeast(java.lang.String styleLineHeightAtLeast)
styleLineHeightAtLeast
- the styleLineHeightAtLeast to setjava.lang.String getStyleLineSpacing()
void setStyleLineSpacing(java.lang.String styleLineSpacing)
styleLineSpacing
- the styleLineSpacing to setjava.lang.Boolean isStyleFontIndependentLineSpacing()
void setStyleFontIndependentLineSpacing(java.lang.Boolean styleFontIndependentLineSpacing)
styleFontIndependentLineSpacing
- the styleFontIndependentLineSpacing to setjava.lang.String getFoTextAlignLast()
void setFoTextAlignLast(java.lang.String foTextAlignLast)
foTextAlignLast
- the foTextAlignLast to setjava.lang.Boolean isStyleJustifySingleWord()
void setStyleJustifySingleWord(java.lang.Boolean styleJustifySingleWord)
styleJustifySingleWord
- the styleJustifySingleWord to setjava.lang.String getFoKeepTogether()
void setFoKeepTogether(java.lang.String foKeepTogether)
foKeepTogether
- the foKeepTogether to setint getFoWidows()
void setFoWidows(int foWidows)
foWidows
- the foWidows to setint getFoOrphans()
void setFoOrphans(int foOrphans)
foOrphans
- the foOrphans to setjava.lang.String getStyleTabStopDistance()
void setStyleTabStopDistance(java.lang.String styleTabStopDistance)
styleTabStopDistance
- the styleTabStopDistance to setjava.lang.String getStyleHyphenationKeep()
void setStyleHyphenationKeep(java.lang.String styleHyphenationKeep)
styleHyphenationKeep
- the styleHyphenationKeep to setjava.lang.String getFoHyphenationLadderCount()
void setFoHyphenationLadderCount(java.lang.String foHyphenationLadderCount)
foHyphenationLadderCount
- the foHyphenationLadderCount to setjava.lang.Boolean isStyleRegisterTrue()
void setStyleRegisterTrue(java.lang.Boolean styleRegisterTrue)
styleRegisterTrue
- the styleRegisterTrue to setjava.lang.Boolean isStyleAutoTextIndent()
void setStyleAutoTextIndent(java.lang.Boolean styleAutoTextIndent)
styleAutoTextIndent
- the styleAutoTextIndent to setjava.lang.Boolean isStyleJoinBorder()
void setStyleJoinBorder(java.lang.Boolean styleJoinBorder)
styleJoinBorder
- the styleJoinBorder to setjava.lang.Boolean isTextNumberLines()
void setTextNumberLines(java.lang.Boolean textNumberLines)
textNumberLines
- the textNumberLines to setint getTextLineNumber()
void setTextLineNumber(int textLineNumber)
textLineNumber
- the textLineNumber to setjava.lang.String getStyleTextAutospace()
void setStyleTextAutospace(java.lang.String styleTextAutospace)
styleTextAutospace
- the styleTextAutospace to setjava.lang.String getStylePunctuationWrap()
void setStylePunctuationWrap(java.lang.String stylePunctuationWrap)
stylePunctuationWrap
- the stylePunctuationWrap to setjava.lang.String getStyleLineBreak()
void setStyleLineBreak(java.lang.String styleLineBreak)
styleLineBreak
- the styleLineBreak to setjava.lang.String getStyleVerticalAlign()
void setStyleVerticalAlign(java.lang.String styleVerticalAlign)
styleVerticalAlign
- the styleVerticalAlign to setjava.lang.Boolean isStyleWritingModeAutomatic()
void setStyleWritingModeAutomatic(java.lang.Boolean styleWritingModeAutomatic)
styleWritingModeAutomatic
- the styleWritingModeAutomatic to setjava.lang.Boolean isStyleSnapToLayoutGrid()
void setStyleSnapToLayoutGrid(java.lang.Boolean styleSnapToLayoutGrid)
styleSnapToLayoutGrid
- the styleSnapToLayoutGrid to setCopyright © 2010 - No Magic Asia