|
fop 0.95 | |||||||||
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.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.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 |
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 implicit)
|
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. |
int |
getColumnNumber()
|
Length |
getColumnWidth()
|
CommonBorderPaddingBackground |
getCommonBorderPaddingBackground()
|
java.lang.String |
getLocalName()
Returns the local name (i.e. |
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 |
isImplicitColumn()
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 |
setCollapsedBorders()
Prepares the borders of this element if the collapsing-border model is in use. |
protected void |
setColumnNumber(int columnNumber)
Used for setting the column-number for an implicit column |
void |
setColumnWidth(Length columnWidth)
Sets the column width. |
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 from FOTreeBuilder.startElement(String, String, String, Attributes)
before constructing the child FObj . |
Methods inherited from class org.apache.fop.fo.flow.table.TableFObj |
---|
createBorder, createBorder, getBorderPrecedence, getTable |
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 implicit)
parent
- FONode that is the parent of this objectimplicit
- true if this table-column has automatically been created (does not
correspond to an explicit fo:table-column in the input document)Method 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 valuespublic void startOfNode() throws FOPException
startOfNode
in class TableFObj
FOPException
- FOP Exceptionprotected void setCollapsedBorders()
setCollapsedBorders
in class TableFObj
public void endOfNode() throws FOPException
endOfNode
in class TableFObj
FOPException
- if there's a problem during processingprotected 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
.
XSL Content Model: empty
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 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()
getLocalName
in class FONode
public int getNameId()
Constants
class integer value of this node
getNameId
in class FONode
public boolean isImplicitColumn()
public java.lang.String toString()
toString
in class FObj
public Property getProperty(int propId) throws PropertyException
propId
- the id for the property to retrieve
PropertyException
protected void releasePropertyList()
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |