|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.fo.FONode | +--org.apache.fop.fo.FObj | +--org.apache.fop.fo.flow.TableFObj | +--org.apache.fop.fo.flow.TableCell
Class modelling the fo:table-cell object.
Inner classes inherited from class org.apache.fop.fo.flow.TableFObj |
TableFObj.PendingSpan |
Field Summary | |
protected int |
beforeOffset
Offset of content rectangle, in block-progression-direction, relative to the row. |
protected int |
borderHeight
For collapsed border style |
protected int |
startAdjust
Offset of content rectangle, in inline-progression-direction, relative to the column start edge. |
protected int |
startOffset
Offset of content rectangle in inline-progression-direction, relative to table. |
protected int |
top
Ypos of cell ??? |
protected int |
widthAdjust
Adjust to theoretical column width to obtain content width relative to the column start edge. |
Fields inherited from class org.apache.fop.fo.FObj |
childNodes, markers |
Fields inherited from class org.apache.fop.fo.FONode |
FO_URI, locator, log, parent |
Constructor Summary | |
TableCell(FONode 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 flow. |
boolean |
endsRow()
|
boolean |
generatesReferenceAreas()
Check if this formatting object generates reference areas. |
LengthRangeProperty |
getBlockProgressionDimension()
|
int |
getColumnNumber()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
|
int |
getDisplayAlign()
|
java.lang.String |
getId()
|
java.lang.String |
getLocalName()
Returns the local name (i.e. without namespace prefix) of the node |
int |
getNameId()
Returns the Constants class integer value of this node |
int |
getNumberColumnsSpanned()
|
int |
getNumberRowsSpanned()
|
void |
setStartOffset(int offset)
Set position relative to table (set by body?) |
boolean |
showEmptyCells()
|
protected void |
startOfNode()
Called after processNode() is called. |
boolean |
startsRow()
|
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 within FObj constructor |
Methods inherited from class org.apache.fop.fo.flow.TableFObj |
getBorderPrecedence, getCurrentColumnIndex, getTable, isColumnNumberUsed, setCurrentColumnIndex |
Methods inherited from class org.apache.fop.fo.FObj |
addChildNode, addExtensionAttachment, addMarker, checkId, clone, createPropertyList, findAncestor, findNearestAncestorFObj, gatherContextInfo, getChildNodes, getChildNodes, getExtensionAttachments, getIsOutOfLineFODescendant, getMarkers, getNamespaceURI, getNormalNamespacePrefix, getPropertyMakerFor, hasMarkers, isBlockItem, isBlockOrInlineItem, isInlineItem, isNeutralItem, notifyChildRemoval, processNode, removeChild |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int startOffset
protected int beforeOffset
protected int startAdjust
protected int widthAdjust
protected int borderHeight
protected int top
Constructor Detail |
public TableCell(FONode parent)
parent
- FONode that is the parent of this objectMethod Detail |
public void bind(PropertyList pList) throws FOPException
FObj
bind
in class TableFObj
FObj.bind(PropertyList)
protected void startOfNode() throws FOPException
FONode
startOfNode
in class FONode
FONode.startOfNode()
protected void endOfNode() throws FOPException
endOfNode
in class FONode
FONode.endOfNode()
protected void validateChildNode(org.xml.sax.Locator loc, java.lang.String nsURI, java.lang.String localName) throws ValidationException
FONode
validateChildNode
in class FONode
XSL Content Model: marker* (%block;)+
public boolean generatesReferenceAreas()
FObj
generatesReferenceAreas
in class FObj
FObj.generatesReferenceAreas()
public void setStartOffset(int offset)
offset
- new offsetpublic CommonBorderPaddingBackground getCommonBorderPaddingBackground()
getCommonBorderPaddingBackground
in class TableFObj
public int getColumnNumber()
public boolean showEmptyCells()
public java.lang.String getId()
public int getNumberColumnsSpanned()
public int getNumberRowsSpanned()
public LengthRangeProperty getBlockProgressionDimension()
public int getDisplayAlign()
public boolean startsRow()
public boolean endsRow()
public java.lang.String getLocalName()
FONode
getLocalName
in class FONode
FONode.getLocalName()
public int getNameId()
FONode
getNameId
in class FONode
FONode.getNameId()
|
fop 0.92beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |