|
fop 0.94 | |||||||||
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
public class TableColumn
Class modelling the fo:table-column object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.fop.fo.flow.TableFObj |
---|
TableFObj.PendingSpan |
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.FObj |
---|
firstChild |
Fields inherited from class org.apache.fop.fo.FONode |
---|
FO_URI, FOX_URI, locator, log, parent, siblings |
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 objectpublic 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 columnMethod Detail |
---|
public void bind(PropertyList pList) throws FOPException
FObj
bind
in class TableFObj
pList
- the PropertyList where the properties can be found.
FOPException
- if there is a problem binding the valuesFObj.bind(PropertyList)
protected void startOfNode() throws FOPException
FONode
startOfNode
in class FObj
FOPException
- FOP ExceptionFONode.startOfNode()
protected void endOfNode() throws FOPException
FONode
endOfNode
in class FONode
FOPException
- 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 FONode
loc
- 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: empty
public CommonBorderPaddingBackground getCommonBorderPaddingBackground()
getCommonBorderPaddingBackground
in class TableFObj
public 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 FONode
FONode.getLocalName()
public int getNameId()
FONode
getNameId
in class FONode
FONode.getNameId()
public boolean isDefaultColumn()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public Property getProperty(int propId) throws PropertyException
propId
- the id for the property to retrieve
PropertyException
protected void releasePropertyList()
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |