|
fop 0.93 | ||||||||||
| 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.TableFObj
org.apache.fop.fo.flow.TableColumn
Class modelling the fo:table-column object.
| Nested Class Summary |
| Nested classes inherited from class org.apache.fop.fo.flow.TableFObj |
TableFObj.ColumnNumberPropertyMaker, TableFObj.PendingSpan |
| Field Summary |
| Fields inherited from class org.apache.fop.fo.FObj |
childNodes |
| Fields inherited from class org.apache.fop.fo.FONode |
FO_URI, locator, log, parent |
| Constructor Summary | |
TableColumn(FONode parent)
|
|
TableColumn(FONode parent,
boolean defaultColumn)
|
|
| Method Summary | |
void |
bind(PropertyList pList)
Bind property values from the property list to the FO node. |
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 |
getColumnNumber()
|
Length |
getColumnWidth()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
|
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 |
getNumberColumnsRepeated()
|
int |
getNumberColumnsSpanned()
|
Property |
getProperty(int propId)
Retrieve a property value through its Id; used by from-table-column() function |
boolean |
isDefaultColumn()
Indicates whether this table-column has been created as default column for this table in case no table-columns have been defined. |
protected void |
releasePropertyList()
Clear the reference to the PropertyList (retained for from-table-column()) |
protected void |
setColumnNumber(int columnNumber)
Used for setting the column-number for an implicit column |
void |
setColumnWidth(Length columnWidth)
Sets the column width. |
protected void |
startOfNode()
Called after processNode() is called. |
java.lang.String |
toString()
|
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 |
addChildNode, flagColumnIndices, getBorderPrecedence, getCurrentColumnIndex, getTable, isColumnNumberUsed, setCurrentColumnIndex |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TableColumn(FONode parent)
parent - FONode that is the parent of this object
public TableColumn(FONode parent,
boolean defaultColumn)
parent - FONode that is the parent of this objectdefaultColumn - true if this table-column has been manually created as a default column| Method Detail |
public void bind(PropertyList pList)
throws FOPException
FObj
bind in class TableFObjFOPExceptionFObj.bind(PropertyList)
protected void startOfNode()
throws FOPException
FONode
startOfNode in class FONodeFOPException - if there's a problem during processingFONode.startOfNode()
protected void endOfNode()
throws FOPException
FONode
endOfNode in class FONodeFOPException - if there's a problem during processingFONode.endOfNode()
protected void validateChildNode(org.xml.sax.Locator loc,
java.lang.String nsURI,
java.lang.String localName)
throws ValidationException
FONode
validateChildNode in class FONodeloc - location in the FO source filensURI - namespace of incoming nodelocalName - (e.g. "table" for "fo:table")
ValidationException - if incoming node not valid for parentXSL Content Model: emptypublic CommonBorderPaddingBackground getCommonBorderPaddingBackground()
getCommonBorderPaddingBackground in class TableFObjpublic Length getColumnWidth()
public void setColumnWidth(Length columnWidth)
columnWidth - the column widthpublic int getColumnNumber()
protected void setColumnNumber(int columnNumber)
columnNumber - public int getNumberColumnsRepeated()
public int getNumberColumnsSpanned()
public java.lang.String getLocalName()
FONode
getLocalName in class FONodeFONode.getLocalName()public int getNameId()
FONode
getNameId in class FONodeFONode.getNameId()public boolean isDefaultColumn()
public java.lang.String toString()
Object.toString()
public Property getProperty(int propId)
throws PropertyException
propId - the id for the property to retrieve
PropertyExceptionprotected void releasePropertyList()
|
fop 0.93 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||