|
||||||||||
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 IStiTextFormat
getTextFormat
in class StiText
public void setTextFormat(StiFormatService value)
setTextFormat
in interface IStiTextFormat
setTextFormat
in class StiText
public StiBrush getTextBrush()
getTextBrush
in interface IStiTextBrush
getTextBrush
in class StiText
public void setTextBrush(StiBrush value)
setTextBrush
in interface IStiTextBrush
setTextBrush
in class StiText
public StiFont getFont()
getFont
in interface IStiFont
getFont
in class StiText
public void setFont(StiFont value)
setFont
in interface IStiFont
setFont
in class StiText
public StiTextHorAlignment getHorAlignment()
getHorAlignment
in interface IStiTextHorAlignment
getHorAlignment
in class StiText
public void setHorAlignment(StiTextHorAlignment value)
setHorAlignment
in interface IStiTextHorAlignment
setHorAlignment
in class StiText
public StiVertAlignment getVertAlignment()
getVertAlignment
in interface IStiVertAlignment
getVertAlignment
in class StiText
public void setVertAlignment(StiVertAlignment value)
setVertAlignment
in interface IStiVertAlignment
setVertAlignment
in class StiText
public StiExcelValueExpression getExcelValue()
StiText
getExcelValue
in class StiText
public void setExcelValue(StiExcelValueExpression value)
setExcelValue
in class StiText
public StiPrintOnType getPrintOn()
StiComponent
getPrintOn
in interface IStiPrintOn
getPrintOn
in class StiComponent
public void setPrintOn(StiPrintOnType value)
setPrintOn
in interface IStiPrintOn
setPrintOn
in class StiComponent
public final boolean getExportAsImage()
StiText
getExportAsImage
in class StiText
public final void setExportAsImage(boolean value)
setExportAsImage
in class StiText
public boolean getShrinkFontToFit()
StiText
getShrinkFontToFit
in class StiText
public void setShrinkFontToFit(boolean value)
setShrinkFontToFit
in class StiText
public float getShrinkFontToFitMinimumSize()
StiText
getShrinkFontToFitMinimumSize
in class StiText
public void setShrinkFontToFitMinimumSize(float value)
setShrinkFontToFitMinimumSize
in class StiText
public final java.lang.String getRenderTo()
StiText
getRenderTo
in class StiText
public final void setRenderTo(java.lang.String value)
setRenderTo
in class StiText
public final void setAlias(java.lang.String value)
setAlias
in class StiComponent
public final void setName(java.lang.String value)
setName
in interface IStiName
setName
in class StiComponent
public final boolean getLocked()
StiComponent
getLocked
in class StiComponent
public final void setLocked(boolean value)
setLocked
in class StiComponent
public final boolean getLinked()
StiComponent
getLinked
in class StiComponent
public final void setLinked(boolean value)
setLinked
in class StiComponent
public final boolean getCanBreak()
StiText
getCanBreak
in interface IStiBreakable
getCanBreak
in class StiText
public final void setCanBreak(boolean value)
setCanBreak
in interface IStiBreakable
setCanBreak
in class StiText
public final boolean getWYSIWYG()
StiText
getWYSIWYG
in class StiText
public final void setWYSIWYG(boolean value)
setWYSIWYG
in class StiText
public final boolean getEditable()
StiSimpleText
getEditable
in interface IStiEditable
getEditable
in class StiSimpleText
public final void setEditable(boolean value)
setEditable
in interface IStiEditable
setEditable
in class StiSimpleText
public final java.lang.String getGlobalizedName()
StiSimpleText
getGlobalizedName
in interface IStiGlobalizedName
getGlobalizedName
in class StiSimpleText
public final void setGlobalizedName(java.lang.String value)
setGlobalizedName
in interface IStiGlobalizedName
setGlobalizedName
in class StiSimpleText
public StiPenStyle getLinesOfUnderline()
StiSimpleText
getLinesOfUnderline
in interface IStiText
getLinesOfUnderline
in class StiSimpleText
public void setLinesOfUnderline(StiPenStyle value)
setLinesOfUnderline
in interface IStiText
setLinesOfUnderline
in class StiSimpleText
public final StiProcessingDuplicatesType getProcessingDuplicates()
StiSimpleText
getProcessingDuplicates
in interface IStiText
getProcessingDuplicates
in class StiSimpleText
public final void setProcessingDuplicates(StiProcessingDuplicatesType value)
setProcessingDuplicates
in interface IStiText
setProcessingDuplicates
in class StiSimpleText
public final boolean getOnlyText()
StiSimpleText
getOnlyText
in interface IStiOnlyText
getOnlyText
in interface IStiText
getOnlyText
in class StiSimpleText
public final void setOnlyText(boolean value)
setOnlyText
in interface IStiOnlyText
setOnlyText
in interface IStiText
setOnlyText
in class StiSimpleText
public final boolean getProcessAtEnd()
StiSimpleText
getProcessAtEnd
in interface IStiProcessAtEnd
getProcessAtEnd
in class StiSimpleText
public final void setProcessAtEnd(boolean value)
setProcessAtEnd
in interface IStiProcessAtEnd
setProcessAtEnd
in class StiSimpleText
public final StiProcessAt getProcessAt()
StiSimpleText
getProcessAt
in interface IStiProcessAt
getProcessAt
in class StiSimpleText
public final void setProcessAt(StiProcessAt value)
setProcessAt
in interface IStiProcessAt
setProcessAt
in class StiSimpleText
public final int getMaxNumberOfLines()
StiSimpleText
getMaxNumberOfLines
in interface IStiText
getMaxNumberOfLines
in class StiSimpleText
public final void setMaxNumberOfLines(int value)
setMaxNumberOfLines
in interface IStiText
setMaxNumberOfLines
in class StiSimpleText
public boolean getEnabled()
StiComponent
getEnabled
in class StiComponent
public void setEnabled(boolean value)
setEnabled
in class StiComponent
public final StiDockStyle getDockStyle()
StiComponent
getDockStyle
in class StiComponent
public final void setDockStyle(StiDockStyle value)
setDockStyle
in class StiComponent
public final boolean getGrowToHeight()
StiComponent
getGrowToHeight
in interface IStiGrowToHeight
getGrowToHeight
in class StiComponent
public final void setGrowToHeight(boolean value)
setGrowToHeight
in interface IStiGrowToHeight
setGrowToHeight
in class StiComponent
public final StiEnumSet<StiShiftMode> getShiftMode()
StiComponent
getShiftMode
in interface IStiShift
getShiftMode
in class StiComponent
public final void setShiftMode(StiEnumSet<StiShiftMode> value)
setShiftMode
in interface IStiShift
setShiftMode
in class StiComponent
public final double getLeft()
StiComponent
getLeft
in class StiComponent
public final void setLeft(double value)
setLeft
in class StiComponent
public final double getTop()
StiComponent
getTop
in class StiComponent
public final void setTop(double value)
setTop
in class StiComponent
public double getWidth()
StiComponent
getWidth
in class StiComponent
public void setWidth(double value)
setWidth
in class StiComponent
public double getHeight()
getHeight
in class StiComponent
public void setHeight(double value)
setHeight
in class StiComponent
public final boolean getCanShrink()
StiComponent
getCanShrink
in interface IStiCanShrink
getCanShrink
in class StiComponent
public final void setCanShrink(boolean value)
setCanShrink
in interface IStiCanShrink
setCanShrink
in class StiComponent
public final boolean getCanGrow()
StiComponent
getCanGrow
in interface IStiCanGrow
getCanGrow
in class StiComponent
public final void setCanGrow(boolean value)
setCanGrow
in interface IStiCanGrow
setCanGrow
in class StiComponent
public final boolean getAutoWidth()
StiText
getAutoWidth
in interface IStiAutoWidth
getAutoWidth
in class StiText
public final void setAutoWidth(boolean value)
setAutoWidth
in interface IStiAutoWidth
setAutoWidth
in class StiText
public final boolean getPrintable()
StiComponent
getPrintable
in class StiComponent
public final void setPrintable(boolean value)
setPrintable
in class StiComponent
public final StiBookmarkExpression getBookmark()
StiComponent
getBookmark
in class StiComponent
public final void setBookmark(StiBookmarkExpression value)
setBookmark
in class StiComponent
public final StiGetBookmarkEvent getgetBookmarkEvent()
StiComponent
getgetBookmarkEvent
in class StiComponent
public final void setgetBookmarkEvent(StiGetBookmarkEvent value)
setgetBookmarkEvent
in class StiComponent
public 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 StiComponent
public java.lang.String getLocalizedCategory()
getLocalizedCategory
in class StiText
public StiEnumSet<StiRestrictions> getRestrictions()
StiComponent
getRestrictions
in class StiComponent
public void setRestrictions(StiEnumSet<StiRestrictions> value)
setRestrictions
in class StiComponent
public 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 IStiJsonReportObject
SaveToJsonObject
in class StiText
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiText
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |