|
||||||||||
| 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
com.stimulsoft.report.crossTab.StiCrossCell
com.stimulsoft.report.crossTab.StiCrossSummary
public class StiCrossSummary
| Field Summary |
|---|
| Fields inherited from class com.stimulsoft.report.crossTab.StiCrossField |
|---|
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 | |
|---|---|
StiCrossSummary()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone(boolean cloneProperties)
Creates a new object that is a copy of the current instanc. |
boolean |
getAspectRatio()
Gets or sets value, indicates that the image will save its aspect ratio. |
java.lang.String |
getCellText()
|
java.lang.String |
getCrossColumnValue()
|
java.lang.String |
getCrossRowValue()
|
boolean |
getHideZeros()
Gets or sets value indicates that no need show zeroes. |
StiTextHorAlignment |
getHorAlignment()
Gets or sets the text horizontal alignment. |
StiHorAlignment |
getImageHorAlignment()
Gets or sets the horizontal alignment of an object. |
StiVertAlignment |
getImageVertAlignment()
Gets or sets the vertical alignment of an object. |
int |
getIndexOfSelectValue()
Internal use only. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
boolean |
getShowPercents()
Gets or sets value which indicates that value in cell must be shown as percents. |
boolean |
getStretch()
Gets or sets value, indicates that this component will stretch the image till the image will get size equal in its size on the page. |
StiSummaryType |
getSummary()
Gets or sets the type of values summation. |
StiSummaryValues |
getSummaryValues()
Gets or sets the type of zeros and nulls values summation. |
boolean |
getUseStyleOfSummaryInColumnTotal()
Gets or sets value which indicates that style of summary cell will be used in column total. |
boolean |
getUseStyleOfSummaryInRowTotal()
Gets or sets value which indicates that style of summary cell will be used in row total. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAspectRatio(boolean value)
|
void |
setCrossColumnValue(java.lang.String value)
|
void |
setCrossRowValue(java.lang.String value)
|
void |
setHideZeros(boolean value)
|
void |
setHorAlignment(StiTextHorAlignment value)
|
void |
setImageHorAlignment(StiHorAlignment value)
|
void |
setImageVertAlignment(StiVertAlignment value)
|
void |
setIndexOfSelectValue(int value)
|
void |
setShowPercents(boolean value)
|
void |
setStretch(boolean value)
|
void |
setSummary(StiSummaryType value)
|
void |
setSummaryValues(StiSummaryValues value)
|
void |
setUseStyleOfSummaryInColumnTotal(boolean value)
|
void |
setUseStyleOfSummaryInRowTotal(boolean value)
|
| Methods inherited from class com.stimulsoft.report.crossTab.StiCrossCell |
|---|
getGetCrossValueEvent, getValue, InvokeGetCrossValue, setGetCrossValueEvent, setText, setValue |
| 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, 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, getLinesOfUnderlining, getQuickInfo, getText, getTextInternal, getTextValue, GetTextWithoutZero, getTotalValueHelp, InvokeGetValue, InvokeTextProcess, ProcessText, RestoreState, SaveState, saveState, setComponentGuid, setGetValueEvent, setLinesOfUnderlining, 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 |
| Constructor Detail |
|---|
public StiCrossSummary()
| Method Detail |
|---|
public java.lang.Object clone(boolean cloneProperties)
StiComponent
clone in class StiComponentpublic StiTextHorAlignment getHorAlignment()
getHorAlignment in interface IStiTextHorAlignmentgetHorAlignment in class StiCrossFieldpublic void setHorAlignment(StiTextHorAlignment value)
setHorAlignment in interface IStiTextHorAlignmentsetHorAlignment in class StiCrossFieldpublic final boolean getAspectRatio()
public final void setAspectRatio(boolean value)
public final boolean getStretch()
public final void setStretch(boolean value)
public final StiHorAlignment getImageHorAlignment()
public final void setImageHorAlignment(StiHorAlignment value)
public final StiVertAlignment getImageVertAlignment()
public final void setImageVertAlignment(StiVertAlignment value)
public final java.lang.String getCrossColumnValue()
public final void setCrossColumnValue(java.lang.String value)
public final java.lang.String getCrossRowValue()
public final void setCrossRowValue(java.lang.String value)
public final int getIndexOfSelectValue()
public final void setIndexOfSelectValue(int value)
public java.lang.String getCellText()
getCellText in class StiCrossFieldpublic boolean getHideZeros()
getHideZeros in interface IStiTextgetHideZeros in class StiSimpleTextpublic void setHideZeros(boolean value)
setHideZeros in interface IStiTextsetHideZeros in class StiSimpleTextpublic final StiSummaryType getSummary()
public final void setSummary(StiSummaryType value)
public final StiSummaryValues getSummaryValues()
public final void setSummaryValues(StiSummaryValues value)
public final boolean getUseStyleOfSummaryInRowTotal()
public final void setUseStyleOfSummaryInRowTotal(boolean value)
public final boolean getUseStyleOfSummaryInColumnTotal()
public final void setUseStyleOfSummaryInColumnTotal(boolean value)
public java.lang.String getLocalizedName()
getLocalizedName in class StiTextpublic boolean getShowPercents()
public void setShowPercents(boolean value)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiCrossCellJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiCrossCellJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||