|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldHeadingObject
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 |
---|
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".
String
that specifies 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
. 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".
fieldObjectName
- A String
that specifies the identifier for the heading of the
name of the FieldObject
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |