|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.StiBase
com.stimulsoft.report.components.StiComponent
com.stimulsoft.report.components.simplecomponents.StiSimpleText
com.stimulsoft.report.components.simplecomponents.StiText
com.stimulsoft.report.crossTab.StiCrossField
public abstract class StiCrossField
| Field Summary | |
|---|---|
java.lang.Object |
originalValue
|
| Fields inherited from class com.stimulsoft.report.components.simplecomponents.StiText |
|---|
font |
| Fields inherited from class com.stimulsoft.report.components.simplecomponents.StiSimpleText |
|---|
text, totalValueHelp |
| Fields inherited from class com.stimulsoft.report.components.StiComponent |
|---|
canGrow, canShrink, componentPlacement, conditions, currentPointer, expressions, interaction, isRendered, page, parent, parentBookmark, parentPointer, top, width |
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiCrossField()
|
|
| Method Summary | |
|---|---|
boolean |
getAutoWidth()
Gets or sets value indicates that this object can change width automatically. |
StiBookmarkExpression |
getBookmark()
gets or sets the expression to fill a component bookmark. |
boolean |
getCanBreak()
Gets or sets value which indicates whether the component can or cannot break its contents on several pages. |
boolean |
getCanGrow()
gets or sets a value which indicates that this object can grow. |
boolean |
getCanShrink()
gets or sets value which indicates that this object can shrink. |
java.lang.String |
getCellText()
|
StiDockStyle |
getDockStyle()
gets or sets a type of the component docking. |
boolean |
getEditable()
Gets or sets value indicates that a component can be edited in the window of viewer. |
boolean |
getEnabled()
gets or sets a value which indicates will this component be available or not. |
StiExcelValueExpression |
getExcelValue()
Gets or sets an expression used for export data to Excel. |
boolean |
getExportAsImage()
Gets or sets value which indicates how content of text will be exported as image or as text. |
StiFont |
getFont()
Gets or sets font of component. |
StiGetBookmarkEvent |
getgetBookmarkEvent()
Occurs when getting of the Bookmark for the component. |
java.lang.String |
getGlobalizedName()
Gets or sets special identificator which will be used for report globalization. |
boolean |
getGrowToHeight()
gets or sets a value which indicates that the height of this component increases/decreases to the bottom of a container. |
double |
getHeight()
|
StiTextHorAlignment |
getHorAlignment()
Gets or sets the text horizontal alignment. |
double |
getLeft()
gets or sets left position of a component. |
StiPenStyle |
getLinesOfUnderline()
Gets or sets value indicates that it is necessary to lines of underline. |
boolean |
getLinked()
gets or sets a value which indicates whether the object snap to the container is turned on. |
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
boolean |
getLocked()
gets or sets a value which indicates that moving is locked. |
int |
getMaxNumberOfLines()
Gets or sets maximum number of lines which specify the limit of the height stretch. |
boolean |
getMergeHeaders()
Gets or sets value which indicates that all equal values of header will be merged into one. |
boolean |
getOnlyText()
Gets or sets value indicates that the text expression contains a text only. |
boolean |
getPrintable()
gets or sets a value which indicates whether a component is printable or not. |
StiPrintOnType |
getPrintOn()
gets or sets a value which indicates on what pages component will be printed. |
StiProcessAt |
getProcessAt()
Gets or sets value indicates that a text is processed at the end of the report execution. |
boolean |
getProcessAtEnd()
Gets or sets value indicates that a text is processed at the end of the report execution. |
StiProcessCellEvent |
getProcessCellEvent()
Gets or sets a script of the event ProcessCell. |
StiProcessingDuplicatesType |
getProcessingDuplicates()
Gets or sets value which indicates how report engine processes duplicated values. |
java.lang.String |
getRenderTo()
In the property specify the Text component in what the text that is out of the current Text component bound will be continued to be output. |
StiEnumSet<StiRestrictions> |
getRestrictions()
gets or sets value which indicates the restrictions of a component. |
StiEnumSet<StiShiftMode> |
getShiftMode()
gets or sets a value which indicates the shift mode of a component. |
boolean |
getShrinkFontToFit()
Gets or sets value that indicates that this component is descrease size of font to fit content of component. |
float |
getShrinkFontToFitMinimumSize()
Gets or sets value that indicates minimum font size for ShrinkFontToFit operation. |
StiText |
GetTextBoxFromField()
|
StiBrush |
getTextBrush()
Gets or sets a brush to draw text. |
StiFormatService |
getTextFormat()
Gets or sets the format of the text. |
double |
getTop()
gets or sets top position of a component. |
StiVertAlignment |
getVertAlignment()
Gets or sets the vertical alignment of an object. |
double |
getWidth()
gets or sets width of a component. |
boolean |
getWYSIWYG()
Gets or sets value that indicates that this component is to be output as WYSIWYG concept. |
boolean |
isDisabledByCondition()
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAlias(java.lang.String value)
|
void |
setAutoWidth(boolean value)
|
void |
setBookmark(StiBookmarkExpression value)
|
void |
setCanBreak(boolean value)
|
void |
setCanGrow(boolean value)
|
void |
setCanShrink(boolean value)
|
void |
setDisabledByCondition(boolean disabledByCondition)
|
void |
setDockStyle(StiDockStyle value)
|
void |
setEditable(boolean value)
|
void |
setEnabled(boolean value)
|
void |
setExcelValue(StiExcelValueExpression value)
|
void |
setExportAsImage(boolean value)
|
void |
setFont(StiFont value)
|
void |
setgetBookmarkEvent(StiGetBookmarkEvent value)
|
void |
setGlobalizedName(java.lang.String value)
|
void |
setGrowToHeight(boolean value)
|
void |
setHeight(double value)
|
void |
setHorAlignment(StiTextHorAlignment value)
|
void |
setLeft(double value)
|
void |
setLinesOfUnderline(StiPenStyle value)
|
void |
setLinked(boolean value)
|
void |
setLocked(boolean value)
|
void |
setMaxNumberOfLines(int value)
|
void |
setMergeHeaders(boolean value)
|
void |
setName(java.lang.String value)
|
void |
setOnlyText(boolean value)
|
void |
setPrintable(boolean value)
|
void |
setPrintOn(StiPrintOnType value)
|
void |
setProcessAt(StiProcessAt value)
|
void |
setProcessAtEnd(boolean value)
|
void |
setProcessCellEvent(StiProcessCellEvent value)
|
void |
setProcessingDuplicates(StiProcessingDuplicatesType value)
|
void |
setRenderTo(java.lang.String value)
|
void |
setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
setShiftMode(StiEnumSet<StiShiftMode> value)
|
void |
setShrinkFontToFit(boolean value)
|
void |
setShrinkFontToFitMinimumSize(float value)
|
void |
setTextBrush(StiBrush value)
|
void |
setTextFormat(StiFormatService value)
|
void |
setTop(double value)
|
void |
setVertAlignment(StiVertAlignment value)
|
void |
setWidth(double value)
|
void |
setWYSIWYG(boolean value)
|
java.lang.String |
toString()
Returns an Alias of th * he Name of the report. |
| Methods inherited from class com.stimulsoft.report.components.simplecomponents.StiText |
|---|
Break, clone, convertTextBorders, convertTextMargins, getActualFont, getActualFont, getActualFont, getActualSize, getAllowHtmlTags, getAllStrings, getAngle, getBorder, getBrush, getClientRectangle, getComponentPlacement, getComponentStyle, getExcelDataValue, getFormat, getGetExcelValueEvent, getGuid, getIndicator, getLocalizedName, getMargins, getName, getNullValue, getString, getTagValue, getTextOptions, getTextQuality, getToolboxPosition, getType, getWordWrap, invokeEvents, InvokeRenderTo, isExportAsImage, measureString, packService, setAllowHtmlTags, setAngle, setBorder, setBrush, setExcelDataValue, setFormat, setGetExcelValueEvent, setIndicator, setMargins, setNullValue, setString, setTextOptions, setTextQuality, setType, setWordWrap |
| Methods inherited from class com.stimulsoft.report.components.simplecomponents.StiSimpleText |
|---|
checkDuplicates, getComponentGuid, getEvents, getGetValueEvent, getHideZeros, getLinesOfUnderlining, getQuickInfo, getText, getTextInternal, getTextValue, GetTextWithoutZero, getTotalValueHelp, InvokeGetValue, InvokeTextProcess, ProcessText, RestoreState, SaveState, saveState, setComponentGuid, setGetValueEvent, setHideZeros, setLinesOfUnderlining, SetText, setText, setText, setTextInternal, SetTextInternal, setTextValue, setTotalValueHelp |
| Methods inherited from class com.stimulsoft.report.StiBase |
|---|
getServiceName |
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiBorder |
|---|
getBorder, setBorder |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiBrush |
|---|
getBrush, setBrush |
| Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
getReference, setReference |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImageExtended |
|---|
getImage |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImage |
|---|
getImage |
| Field Detail |
|---|
public java.lang.Object originalValue
| Constructor Detail |
|---|
public StiCrossField()
| Method Detail |
|---|
public StiFormatService getTextFormat()
getTextFormat in interface IStiTextFormatgetTextFormat in class StiTextpublic void setTextFormat(StiFormatService value)
setTextFormat in interface IStiTextFormatsetTextFormat in class StiTextpublic StiBrush getTextBrush()
getTextBrush in interface IStiTextBrushgetTextBrush in class StiTextpublic void setTextBrush(StiBrush value)
setTextBrush in interface IStiTextBrushsetTextBrush in class StiTextpublic StiFont getFont()
getFont in interface IStiFontgetFont in class StiTextpublic void setFont(StiFont value)
setFont in interface IStiFontsetFont in class StiTextpublic StiTextHorAlignment getHorAlignment()
getHorAlignment in interface IStiTextHorAlignmentgetHorAlignment in class StiTextpublic void setHorAlignment(StiTextHorAlignment value)
setHorAlignment in interface IStiTextHorAlignmentsetHorAlignment in class StiTextpublic StiVertAlignment getVertAlignment()
getVertAlignment in interface IStiVertAlignmentgetVertAlignment in class StiTextpublic void setVertAlignment(StiVertAlignment value)
setVertAlignment in interface IStiVertAlignmentsetVertAlignment in class StiTextpublic StiExcelValueExpression getExcelValue()
StiText
getExcelValue in class StiTextpublic void setExcelValue(StiExcelValueExpression value)
setExcelValue in class StiTextpublic StiPrintOnType getPrintOn()
StiComponent
getPrintOn in interface IStiPrintOngetPrintOn in class StiComponentpublic void setPrintOn(StiPrintOnType value)
setPrintOn in interface IStiPrintOnsetPrintOn in class StiComponentpublic final boolean getExportAsImage()
StiText
getExportAsImage in class StiTextpublic final void setExportAsImage(boolean value)
setExportAsImage in class StiTextpublic boolean getShrinkFontToFit()
StiText
getShrinkFontToFit in class StiTextpublic void setShrinkFontToFit(boolean value)
setShrinkFontToFit in class StiTextpublic float getShrinkFontToFitMinimumSize()
StiText
getShrinkFontToFitMinimumSize in class StiTextpublic void setShrinkFontToFitMinimumSize(float value)
setShrinkFontToFitMinimumSize in class StiTextpublic final java.lang.String getRenderTo()
StiText
getRenderTo in class StiTextpublic final void setRenderTo(java.lang.String value)
setRenderTo in class StiTextpublic final void setAlias(java.lang.String value)
setAlias in class StiComponentpublic final void setName(java.lang.String value)
setName in interface IStiNamesetName in class StiComponentpublic final boolean getLocked()
StiComponent
getLocked in class StiComponentpublic final void setLocked(boolean value)
setLocked in class StiComponentpublic final boolean getLinked()
StiComponent
getLinked in class StiComponentpublic final void setLinked(boolean value)
setLinked in class StiComponentpublic final boolean getCanBreak()
StiText
getCanBreak in interface IStiBreakablegetCanBreak in class StiTextpublic final void setCanBreak(boolean value)
setCanBreak in interface IStiBreakablesetCanBreak in class StiTextpublic final boolean getWYSIWYG()
StiText
getWYSIWYG in class StiTextpublic final void setWYSIWYG(boolean value)
setWYSIWYG in class StiTextpublic final boolean getEditable()
StiSimpleText
getEditable in interface IStiEditablegetEditable in class StiSimpleTextpublic final void setEditable(boolean value)
setEditable in interface IStiEditablesetEditable in class StiSimpleTextpublic final java.lang.String getGlobalizedName()
StiSimpleText
getGlobalizedName in interface IStiGlobalizedNamegetGlobalizedName in class StiSimpleTextpublic final void setGlobalizedName(java.lang.String value)
setGlobalizedName in interface IStiGlobalizedNamesetGlobalizedName in class StiSimpleTextpublic StiPenStyle getLinesOfUnderline()
StiSimpleText
getLinesOfUnderline in interface IStiTextgetLinesOfUnderline in class StiSimpleTextpublic void setLinesOfUnderline(StiPenStyle value)
setLinesOfUnderline in interface IStiTextsetLinesOfUnderline in class StiSimpleTextpublic final StiProcessingDuplicatesType getProcessingDuplicates()
StiSimpleText
getProcessingDuplicates in interface IStiTextgetProcessingDuplicates in class StiSimpleTextpublic final void setProcessingDuplicates(StiProcessingDuplicatesType value)
setProcessingDuplicates in interface IStiTextsetProcessingDuplicates in class StiSimpleTextpublic final boolean getOnlyText()
StiSimpleText
getOnlyText in interface IStiOnlyTextgetOnlyText in interface IStiTextgetOnlyText in class StiSimpleTextpublic final void setOnlyText(boolean value)
setOnlyText in interface IStiOnlyTextsetOnlyText in interface IStiTextsetOnlyText in class StiSimpleTextpublic final boolean getProcessAtEnd()
StiSimpleText
getProcessAtEnd in interface IStiProcessAtEndgetProcessAtEnd in class StiSimpleTextpublic final void setProcessAtEnd(boolean value)
setProcessAtEnd in interface IStiProcessAtEndsetProcessAtEnd in class StiSimpleTextpublic final StiProcessAt getProcessAt()
StiSimpleText
getProcessAt in interface IStiProcessAtgetProcessAt in class StiSimpleTextpublic final void setProcessAt(StiProcessAt value)
setProcessAt in interface IStiProcessAtsetProcessAt in class StiSimpleTextpublic final int getMaxNumberOfLines()
StiSimpleText
getMaxNumberOfLines in interface IStiTextgetMaxNumberOfLines in class StiSimpleTextpublic final void setMaxNumberOfLines(int value)
setMaxNumberOfLines in interface IStiTextsetMaxNumberOfLines in class StiSimpleTextpublic boolean getEnabled()
StiComponent
getEnabled in class StiComponentpublic void setEnabled(boolean value)
setEnabled in class StiComponentpublic final StiDockStyle getDockStyle()
StiComponent
getDockStyle in class StiComponentpublic final void setDockStyle(StiDockStyle value)
setDockStyle in class StiComponentpublic final boolean getGrowToHeight()
StiComponent
getGrowToHeight in interface IStiGrowToHeightgetGrowToHeight in class StiComponentpublic final void setGrowToHeight(boolean value)
setGrowToHeight in interface IStiGrowToHeightsetGrowToHeight in class StiComponentpublic final StiEnumSet<StiShiftMode> getShiftMode()
StiComponent
getShiftMode in interface IStiShiftgetShiftMode in class StiComponentpublic final void setShiftMode(StiEnumSet<StiShiftMode> value)
setShiftMode in interface IStiShiftsetShiftMode in class StiComponentpublic final double getLeft()
StiComponent
getLeft in class StiComponentpublic final void setLeft(double value)
setLeft in class StiComponentpublic final double getTop()
StiComponent
getTop in class StiComponentpublic final void setTop(double value)
setTop in class StiComponentpublic double getWidth()
StiComponent
getWidth in class StiComponentpublic void setWidth(double value)
setWidth in class StiComponentpublic double getHeight()
getHeight in class StiComponentpublic void setHeight(double value)
setHeight in class StiComponentpublic final boolean getCanShrink()
StiComponent
getCanShrink in interface IStiCanShrinkgetCanShrink in class StiComponentpublic final void setCanShrink(boolean value)
setCanShrink in interface IStiCanShrinksetCanShrink in class StiComponentpublic final boolean getCanGrow()
StiComponent
getCanGrow in interface IStiCanGrowgetCanGrow in class StiComponentpublic final void setCanGrow(boolean value)
setCanGrow in interface IStiCanGrowsetCanGrow in class StiComponentpublic final boolean getAutoWidth()
StiText
getAutoWidth in interface IStiAutoWidthgetAutoWidth in class StiTextpublic final void setAutoWidth(boolean value)
setAutoWidth in interface IStiAutoWidthsetAutoWidth in class StiTextpublic final boolean getPrintable()
StiComponent
getPrintable in class StiComponentpublic final void setPrintable(boolean value)
setPrintable in class StiComponentpublic final StiBookmarkExpression getBookmark()
StiComponent
getBookmark in class StiComponentpublic final void setBookmark(StiBookmarkExpression value)
setBookmark in class StiComponentpublic final StiGetBookmarkEvent getgetBookmarkEvent()
StiComponent
getgetBookmarkEvent in class StiComponentpublic final void setgetBookmarkEvent(StiGetBookmarkEvent value)
setgetBookmarkEvent in class StiComponentpublic final StiProcessCellEvent getProcessCellEvent()
public final void setProcessCellEvent(StiProcessCellEvent value)
public boolean isDisabledByCondition()
public void setDisabledByCondition(boolean disabledByCondition)
disabledByCondition - the disabledByCondition to setpublic java.lang.String toString()
StiComponent
toString in class StiComponentpublic java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiTextpublic StiEnumSet<StiRestrictions> getRestrictions()
StiComponent
getRestrictions in class StiComponentpublic void setRestrictions(StiEnumSet<StiRestrictions> value)
setRestrictions in class StiComponentpublic final StiText GetTextBoxFromField()
public java.lang.String getCellText()
public final boolean getMergeHeaders()
public final void setMergeHeaders(boolean value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiTextJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiTextJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||