|
fop 2.1 | |||||||||
| 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.flow.InlineContainer
public class InlineContainer
| 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, FONode.GatherContextInfoFunction |
| Field Summary |
|---|
| Fields inherited from class org.apache.fop.fo.FObj |
|---|
firstChild, lastChild |
| Fields inherited from class org.apache.fop.fo.FONode |
|---|
FO_URI, FOX_URI, locator, log, parent, siblings |
| Constructor Summary | |
|---|---|
InlineContainer(FONode parent)
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
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. |
boolean |
generatesReferenceAreas()
Check if this formatting object generates reference areas. |
Length |
getAlignmentAdjust()
|
int |
getAlignmentBaseline()
|
Length |
getBaselineShift()
|
LengthRangeProperty |
getBlockProgressionDimension()
|
Direction |
getBlockProgressionDirection()
|
Direction |
getColumnProgressionDirection()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
|
CommonMarginInline |
getCommonMarginInline()
|
int |
getDisplayAlign()
|
int |
getDominantBaseline()
|
boolean |
getExplicitWritingMode()
Obtain writing mode explicit indicator. |
LengthRangeProperty |
getInlineProgressionDimension()
|
Direction |
getInlineProgressionDirection()
|
KeepProperty |
getKeepTogether()
|
KeepProperty |
getKeepWithNext()
|
KeepProperty |
getKeepWithPrevious()
|
SpaceProperty |
getLineHeight()
|
java.lang.String |
getLocalName()
Returns the local name (i.e. |
int |
getNameId()
Returns the Constants class integer value of this node |
int |
getOverflow()
|
int |
getReferenceOrientation()
|
Direction |
getRowProgressionDirection()
|
Direction |
getShiftDirection()
|
WritingMode |
getWritingMode()
|
protected boolean |
isBidiBoundary(boolean propagate)
|
boolean |
isDelimitedTextRangeBoundary(int boundary)
Determine if node has a delimited text range boundary. |
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 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 java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InlineContainer(FONode parent)
parent - the parent of this inline-container| Method Detail |
|---|
public void bind(PropertyList pList)
throws FOPException
FObj
bind in class FObjpList - the PropertyList where the properties can be found.
FOPException - if there is a problem binding the values
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.
validateChildNode in class FONodeloc - 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 parent
public void endOfNode()
throws FOPException
FONodeFOEventHandler that the end of this FO
has been reached.
The default implementation simply calls FONode.finalizeNode(), without
sending any event to the FOEventHandler.
Note: the recommended way to override this method in subclasses is
super.endOfNode(); // invoke finalizeNode()
getFOEventHandler().endXXX(); // send endOfNode() notification
endOfNode in class FONodeFOPException - if there's a problem during processingpublic java.lang.String getLocalName()
getLocalName in class FONodepublic int getNameId()
Constants class integer value of this node
getNameId in class FONodeConstants.FO_INLINE_CONTAINERpublic LengthRangeProperty getInlineProgressionDimension()
public LengthRangeProperty getBlockProgressionDimension()
public int getOverflow()
public CommonBorderPaddingBackground getCommonBorderPaddingBackground()
public CommonMarginInline getCommonMarginInline()
public int getReferenceOrientation()
public int getDisplayAlign()
public KeepProperty getKeepWithPrevious()
public KeepProperty getKeepTogether()
public KeepProperty getKeepWithNext()
public SpaceProperty getLineHeight()
public Length getAlignmentAdjust()
public int getAlignmentBaseline()
public Length getBaselineShift()
public int getDominantBaseline()
public WritingMode getWritingMode()
public boolean getExplicitWritingMode()
public Direction getInlineProgressionDirection()
public Direction getBlockProgressionDirection()
public Direction getColumnProgressionDirection()
public Direction getRowProgressionDirection()
public Direction getShiftDirection()
public boolean isDelimitedTextRangeBoundary(int boundary)
FONode
isDelimitedTextRangeBoundary in class FONodeboundary - one of {EN_BEFORE, EN_AFTER, or EN_BOTH} enumeration constants
public boolean generatesReferenceAreas()
FObj
generatesReferenceAreas in class FObjprotected boolean isBidiBoundary(boolean propagate)
isBidiBoundary in class FObj
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||