|
fop 1.0 | |||||||||
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.table.TableFObj
org.apache.fop.fo.flow.table.TableCell
public class TableCell
Class modelling the
fo:table-cell
object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.fo.flow.table.TableFObj |
---|
TableFObj.ColumnNumberPropertyMaker |
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 |
Fields inherited from class org.apache.fop.fo.FONode |
---|
FO_URI, FOX_URI, locator, log, parent, siblings |
Constructor Summary | |
---|---|
TableCell(FONode parent)
Create a TableCell instance with the given FONode
as parent. |
Method Summary | |
---|---|
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
protected void |
endOfNode()
Make sure content model satisfied, if so then tell the FOEventHandler that we are at the end of the table-cell. |
boolean |
endsRow()
Get the value for the ends-row property |
void |
finalizeNode()
Finalize this node. |
boolean |
generatesReferenceAreas()
Check if this formatting object generates reference areas. |
LengthRangeProperty |
getBlockProgressionDimension()
Get the value for the block-progression-dimension property |
int |
getColumnNumber()
Get the value for the column-number property. |
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
Get the CommonBorderPaddingBackground instance
attached to this TableCell. |
int |
getDisplayAlign()
Get the value for the display-align property |
java.lang.String |
getLocalName()
Returns the local name (i.e. |
int |
getNameId()
Returns the Constants class integer value of this node |
int |
getNumberColumnsSpanned()
Get the value for the number-columns-spanned property |
int |
getNumberRowsSpanned()
Get the value for the number-rows-spanned property |
Length |
getWidth()
Get the value for the width property |
boolean |
showEmptyCells()
Get the value for the empty-cells property. |
protected void |
startOfNode()
Called after processNode() is called. |
boolean |
startsRow()
Get the value for the starts-row property |
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 org.apache.fop.fo.flow.table.TableFObj |
---|
getBorderPrecedence, getPtr, getTable, processNode, setCollapsedBorders |
Methods inherited from class org.apache.fop.fo.FObj |
---|
addChildNode, addChildTo, addForeignAttribute, addMarker, clearChildNodes, clone, createPropertyList, findAncestor, findNearestAncestorFObj, gatherContextInfo, getChildNodes, getChildNodes, getContextInfoAlt, getExtensionAttachments, getForeignAttributes, getId, getMarkers, getNamespaceURI, getNormalNamespacePrefix, getPropertyMakerFor, hasChildren, hasExtensionAttachments, hasId, hasMarkers, isBlockItem, isBlockOrInlineItem, isInlineItem, removeChild, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableCell(FONode parent)
FONode
as parent.
parent
- FONode
that is the parent of this objectMethod Detail |
---|
public void bind(PropertyList pList) throws FOPException
bind
in class TableFObj
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
FOEventHandler
that the end of this FO
has been reached.
The default implementation simply calls FONode.finalizeNode()
, without
sending any event to the FOEventHandler
.
super.endOfNode(); // invoke finalizeNode()
getFOEventHandler().endXXX(); // send endOfNode() notification
endOfNode
in class FONode
FOPException
- if there's a problem during processingpublic void finalizeNode() throws FOPException
FOEventHandler
.
The method is called by the default FONode.endOfNode()
implementation.
finalizeNode
in class FONode
FOPException
- in case there was an errorprotected 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 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 boolean generatesReferenceAreas()
generatesReferenceAreas
in class FObj
public CommonBorderPaddingBackground getCommonBorderPaddingBackground()
CommonBorderPaddingBackground
instance
attached to this TableCell.
getCommonBorderPaddingBackground
in class TableFObj
CommonBorderPaddingBackground
instancepublic int getColumnNumber()
column-number
property.
public boolean showEmptyCells()
empty-cells
property.
public int getNumberColumnsSpanned()
number-columns-spanned
property
public int getNumberRowsSpanned()
number-rows-spanned
property
public LengthRangeProperty getBlockProgressionDimension()
block-progression-dimension
property
public int getDisplayAlign()
display-align
property
public Length getWidth()
width
property
public boolean startsRow()
starts-row
property
public boolean endsRow()
ends-row
property
public java.lang.String getLocalName()
getLocalName
in class FONode
public final int getNameId()
Constants
class integer value of this node
getNameId
in class FONode
Constants.FO_TABLE_CELL
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |