com.crystaldecisions.sdk.occa.report.definition
Interface IFieldHeadingObject

All Superinterfaces:
IClone, IReportObject, ITextObject
All Known Implementing Classes:
FieldHeadingObject

public interface IFieldHeadingObject
extends ITextObject

This interface is used to specify the field heading for the report object. For instance, you might specify that a field heading display "First Name" for the column that lists the first name of individuals.


Method Summary
 java.lang.String getFieldObjectName()
           Returns the identifier for the heading of the name of the FieldObject.
 void setFieldObjectName(java.lang.String fieldObjectName)
           Sets the identifier for the heading of the name of the FieldObject.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.ITextObject
getEnableSuppressIfDuplicated, getFontColor, getMaxNumberOfLines, getParagraphs, getReadingOrder, getSuppressEmbeddedFieldBlankLines, getText, setEnableSuppressIfDuplicated, setFontColor, setMaxNumberOfLines, setParagraphs, setReadingOrder, setSuppressEmbeddedFieldBlankLines
 
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IReportObject
getBorder, getBorderMargins, getFormat, getHeight, getKind, getLeft, getLinkedURI, getName, getReplacementConditionFormulas, getReportPartBookmark, getSectionCode, getSectionName, getTop, getWidth, setBorder, setFormat, setHeight, setLeft, setLinkedURI, setName, setReplacementConditionFormulas, setReportPartBookmark, setSectionCode, setSectionName, setTop, setWidth
 

Method Detail

getFieldObjectName

java.lang.String getFieldObjectName()

Returns the identifier for the heading of the name of the FieldObject. For example, you may have a field heading display "First Name" for the column that lists the fist name of individuals of DBField "Customer.FirstName".

Returns:
A String that specifies the identifier for the heading of the name of the FieldObject.

setFieldObjectName

void setFieldObjectName(java.lang.String fieldObjectName)

Sets the identifier for the heading of the name of the FieldObject. For example, you may have a field heading display "First Name" for the column that lists the fist name of individuals of DBField "Customer.FirstName".

Parameters:
fieldObjectName - A String that specifies the identifier for the heading of the name of the FieldObject.