|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.FONode
org.apache.fop.fo.FObj
org.apache.fop.fo.FObjMixed
org.apache.fop.fo.flow.Block
public class Block
Class modelling the fo:block object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.fo.FObj |
---|
FObj.FObjIterator |
Nested classes/interfaces inherited from class org.apache.fop.fo.FONode |
---|
FONode.FONodeIterator |
Field Summary |
---|
Fields inherited from class org.apache.fop.fo.FObjMixed |
---|
currentTextNode, ft, lastFOTextProcessed |
Fields inherited from class org.apache.fop.fo.FObj |
---|
firstChild |
Fields inherited from class org.apache.fop.fo.FONode |
---|
FO_URI, FOX_URI, locator, log, parent, siblings |
Constructor Summary | |
---|---|
Block(FONode parent)
|
Method Summary | |
---|---|
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
CharIterator |
charIterator()
|
protected void |
endOfNode()
Primarily used for making final content model validation checks and/or informing the FOEventHandler that the end of this FO has been reached. |
int |
getBreakAfter()
|
int |
getBreakBefore()
|
java.awt.Color |
getColor()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
|
CommonFont |
getCommonFont()
|
CommonHyphenation |
getCommonHyphenation()
|
CommonMarginBlock |
getCommonMarginBlock()
|
CommonRelativePosition |
getCommonRelativePosition()
|
int |
getHyphenationKeep()
|
Numeric |
getHyphenationLadderCount()
|
int |
getIntrusionDisplace()
|
KeepProperty |
getKeepTogether()
|
KeepProperty |
getKeepWithNext()
|
KeepProperty |
getKeepWithPrevious()
|
Length |
getLastLineEndIndent()
|
int |
getLinefeedTreatment()
Accessor for the linefeed-treatment property |
SpaceProperty |
getLineHeight()
|
int |
getLineHeightShiftAdjustment()
|
int |
getLineStackingStrategy()
|
java.lang.String |
getLocalName()
Returns the local name (i.e. |
int |
getNameId()
Returns the Constants class integer value of this node |
int |
getOrphans()
|
int |
getSpan()
|
int |
getTextAlign()
|
int |
getTextAlignLast()
|
Length |
getTextIndent()
|
int |
getWhitespaceCollapse()
Accessor for the white-space-collapse property |
int |
getWhitespaceTreatment()
Accessor for the white-space-treatment property |
int |
getWidows()
|
int |
getWrapOption()
|
protected void |
startOfNode()
Called after processNode() is called. |
protected void |
validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
Checks to make sure, during SAX processing of input document, that the incoming node is valid for the this (parent) node (e.g., checking to see that fo:table is not an immediate child of fo:root )
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Methods inherited from class org.apache.fop.fo.FObjMixed |
---|
addCharacters, addChildNode, flushText, handleWhiteSpaceFor |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Block(FONode parent)
parent
- FONode that is the parent of this objectMethod Detail |
---|
public void bind(PropertyList pList) throws FOPException
bind
in class FObj
pList
- the PropertyList where the properties can be found.
FOPException
- if there is a problem binding the valuesprotected void startOfNode() throws FOPException
startOfNode
in class FObj
FOPException
- FOP Exceptionprotected void endOfNode() throws FOPException
endOfNode
in class FObjMixed
FOPException
- if there's a problem during processingpublic CommonMarginBlock getCommonMarginBlock()
public CommonBorderPaddingBackground getCommonBorderPaddingBackground()
public CommonFont getCommonFont()
public CommonHyphenation getCommonHyphenation()
public int getBreakAfter()
getBreakAfter
in interface BreakPropertySet
public int getBreakBefore()
getBreakBefore
in interface BreakPropertySet
public Numeric getHyphenationLadderCount()
public KeepProperty getKeepWithNext()
public KeepProperty getKeepWithPrevious()
public KeepProperty getKeepTogether()
public int getOrphans()
public int getWidows()
public int getLineStackingStrategy()
public java.awt.Color getColor()
public SpaceProperty getLineHeight()
public int getSpan()
public int getTextAlign()
public int getTextAlignLast()
public Length getTextIndent()
public Length getLastLineEndIndent()
public int getWrapOption()
protected void validateChildNode(org.xml.sax.Locator loc, java.lang.String nsURI, java.lang.String localName) throws ValidationException
fo:table
is not an immediate child of fo:root
)
called from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj
.
XSL Content Model: marker* initial-property-set? (#PCDATA|%inline;|%block;)*
Additionally: "An fo:bidi-override that is a descendant of an fo:leader
or of the fo:inline child of an fo:footnote may not have block-level
children, unless it has a nearer ancestor that is an
fo:inline-container."
validateChildNode
in class FONode
loc
- location in the FO source filensURI
- namespace of incoming nodelocalName
- name of the incoming node (without namespace prefix)
ValidationException
- if incoming node not valid for parentpublic int getLinefeedTreatment()
public int getWhitespaceTreatment()
public int getWhitespaceCollapse()
public CommonRelativePosition getCommonRelativePosition()
public int getHyphenationKeep()
public int getIntrusionDisplace()
public int getLineHeightShiftAdjustment()
public CharIterator charIterator()
charIterator
in class FObjMixed
public java.lang.String getLocalName()
getLocalName
in class FONode
public int getNameId()
Constants
class integer value of this node
getNameId
in class FONode
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |