public abstract class StiCrossField extends StiText implements IStiTextHorAlignment, IStiVertAlignment, IStiBorder, IStiFont, IStiBrush, IStiTextBrush, IStiCrossTabField
font, PropertyAllowHtmlTags, PropertyAutoWidth, PropertyCanBreak, PropertyExportAsImage, PropertyMargins, PropertyNullValue, PropertyRenderTo, PropertyShrinkFontToFit, PropertyShrinkFontToFitMinimumSize, PropertyTextQuality, PropertyTypePropertyGlobalizedName, PropertyMaxNumberOfLines, PropertyOnlyText, PropertyProcessAt, PropertyProcessingDuplicates, text, totalValueHelpcanGrow, canShrink, componentPlacement, conditions, interaction, isRendered, page, parent, parentBookmark, PropertyComponentStyle, PropertyDelimiterComponent, PropertyDockable, PropertyInherited, PropertyLinked, PropertyLocked, PropertyMaxSize, PropertyMinSize, PropertyPlaceOnToolbox, PropertyRenderedCount, PropertyRestrictions, PropertySelectionTick, PropertyShowQuickButtons, PropertyUseParentStyles, top, widthpropertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiCrossField() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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, OnGetExcelValue, packService, setAllowHtmlTags, setAngle, setBorder, setBrush, setExcelDataValue, setFormat, setGetExcelValueEvent, setIndicator, setMargins, setNullValue, setString, setTextOptions, setTextQuality, setType, setWordWrapcheckDuplicates, getComponentGuid, getEvents, getGetValueEvent, getHideZeros, getLinesOfUnderlining, getQuickInfo, getText, getTextInternal, getTextValue, GetTextWithoutZero, getTotalValueHelp, InvokeGetValue, InvokeTextProcess, OnGetValue, ProcessText, RestoreState, SaveState, saveState, setComponentGuid, setGetValueEvent, setHideZeros, setLinesOfUnderlining, SetText, setText, setText, setTextInternal, SetTextInternal, setTextValue, setTotalValueHelpaddSize, AllowPrintOn, applyConditions, canContainIn, CheckForParentComponent, clearAllStates, ClearAllStates, ClearContents, clone, ComponentToPage, ComponentToPage, ComponentToPage, convert, convert, decrementTop, doBookmark, DoBookmark, DockToContainer, DockToContainer, doGetBookmark, DoOffsetRect, fillComponentPlacement, getAfterPrintEvent, getAlias, getAllowDelete, getAnchor, getBeforePrintEvent, getBookmarkValue, getBottom, getBuilder, getClickEvent, getComponentType, getConditions, getContainer, getCurrentBookmark, getDataBand, GetDataBand, getDefaultClientRectangle, getDelimiterComponent, getDisplayRectangle, getDisplayRectangle1, getDockable, getDockRegion, getDockRegion, getDoubleClickEvent, getDrillDownParameters, getForceRedrawAll, getgetDrillDownReportEvent, getgetHyperlinkEvent, getgetTagEvent, getgetToolTipEvent, getGroupHeaderBand, GetGroupHeaderBand, getHighlightState, getHyperlink, getHyperlinkValue, getIgnoreNamingRule, getImage, getImage, getInherited, getInteraction, getInvalidateOnMouseOver, getIsCross, getIsDesigning, getIsEnabled, getIsEventEmpty, getIsExporting, getIsgetTagHandlerEmpty, getIsPrinting, getIsRendered, getIsSelected, getLevel, getMaxSize, getMeasureGraphics, getMinSize, getMouseEnterEvent, getMouseLeaveEvent, getPage, getPaintRectangle, getPaintRectangle, getPaintRectangle, getParent, getParentBookmark, getPlaceOnToolbox, getPriority, getRenderedCount, getReport, getRight, getSelectionTick, getSelectRectangle, getServiceCategory, getServiceType, getShift, getShowQuickButtons, getStates, getTag, getToolTip, getToolTipValue, getUseParentStyles, incrementtTop, InternalRender, invert, InvokeAfterPrint, InvokeBeforePrint, InvokeBeginRender, InvokeClick, InvokeDoubleClick, InvokeEndRender, InvokegetBookmark, InvokegetDrillDownReport, InvokegetHyperlink, InvokegetTag, InvokegetToolTip, InvokeMouseEnter, InvokeMouseLeave, InvokePainted, invokePainting, isAutomaticDock, isDesigning, IsParentSelect, NewGuid, OnAfterPrint, OnBeforePrint, OnClick, OnDoubleClick, OngetBookmark, OngetDrillDownReport, OngetHyperlink, OngetTag, OngetToolTip, OnMouseEnter, OnMouseLeave, OnPainted, OnPainting, OnRemoveComponent, PageToComponent, PageToComponent, paint, PlacedOnColumnBand, Prepare, render, reset, Reset, restoreState, select, setAfterPrintEvent, setAnchor, setBeforePrintEvent, setBookmarkValue, setClickEvent, setClientRectangle, setComponentPlacement, setComponentStyle, setConditions, setCurrentBookmark, setDelimiterComponent, setDirectDisplayRectangle, setDisplayRectangle, setDockable, setDoubleClickEvent, setDrillDownParameters, setgetDrillDownReportEvent, setgetHyperlinkEvent, setgetTagEvent, setgetToolTipEvent, setGuid, setHeightProp, setHighlightState, setHyperlink, setHyperlinkValue, setIgnoreNamingRule, setInherited, setInteraction, setIsRendered, setIsSelected, setLeftProp, setMaxSize, setMinSize, setMouseEnterEvent, setMouseLeaveEvent, setPage, setPaintRectangle, setParent, setParentBookmark, setPlaceOnToolbox, setRenderedCount, setReport, SetReportVariables, setSelectionTick, setSelectRectangle, setShift, setShowQuickButtons, setStates, setTag, setTagValue, setToolTip, setToolTipValue, setTopProp, setUseParentStyles, setWidthProp, UnPreparegetServiceNamegetProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBorder, setBordergetBrush, setBrushgetReference, setReferencegetImagegetImagepublic 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()
public void setFont(StiFont value)
public 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()
StiTextgetExcelValue in class StiTextpublic void setExcelValue(StiExcelValueExpression value)
setExcelValue in class StiTextpublic StiPrintOnType getPrintOn()
StiComponentgetPrintOn in interface IStiPrintOngetPrintOn in class StiComponentpublic void setPrintOn(StiPrintOnType value)
setPrintOn in interface IStiPrintOnsetPrintOn in class StiComponentpublic final boolean getExportAsImage()
StiTextgetExportAsImage in class StiTextpublic final void setExportAsImage(boolean value)
setExportAsImage in class StiTextpublic boolean getShrinkFontToFit()
StiTextgetShrinkFontToFit in class StiTextpublic void setShrinkFontToFit(boolean value)
setShrinkFontToFit in class StiTextpublic float getShrinkFontToFitMinimumSize()
StiTextgetShrinkFontToFitMinimumSize in class StiTextpublic void setShrinkFontToFitMinimumSize(float value)
setShrinkFontToFitMinimumSize in class StiTextpublic final java.lang.String getRenderTo()
StiTextgetRenderTo 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()
StiComponentgetLocked in class StiComponentpublic final void setLocked(boolean value)
setLocked in class StiComponentpublic final boolean getLinked()
StiComponentgetLinked in class StiComponentpublic final void setLinked(boolean value)
setLinked in class StiComponentpublic final boolean getCanBreak()
StiTextgetCanBreak in interface IStiBreakablegetCanBreak in class StiTextpublic final void setCanBreak(boolean value)
setCanBreak in interface IStiBreakablesetCanBreak in class StiTextpublic final boolean getWYSIWYG()
StiTextgetWYSIWYG in class StiTextpublic final void setWYSIWYG(boolean value)
setWYSIWYG in class StiTextpublic final boolean getEditable()
StiSimpleTextgetEditable in interface IStiEditablegetEditable in class StiSimpleTextpublic final void setEditable(boolean value)
setEditable in interface IStiEditablesetEditable in class StiSimpleTextpublic final java.lang.String getGlobalizedName()
StiSimpleTextgetGlobalizedName in interface IStiGlobalizedNamegetGlobalizedName in class StiSimpleTextpublic final void setGlobalizedName(java.lang.String value)
setGlobalizedName in interface IStiGlobalizedNamesetGlobalizedName in class StiSimpleTextpublic StiPenStyle getLinesOfUnderline()
StiSimpleTextgetLinesOfUnderline in interface IStiTextgetLinesOfUnderline in class StiSimpleTextpublic void setLinesOfUnderline(StiPenStyle value)
setLinesOfUnderline in interface IStiTextsetLinesOfUnderline in class StiSimpleTextpublic final StiProcessingDuplicatesType getProcessingDuplicates()
StiSimpleTextgetProcessingDuplicates in interface IStiTextgetProcessingDuplicates in class StiSimpleTextpublic final void setProcessingDuplicates(StiProcessingDuplicatesType value)
setProcessingDuplicates in interface IStiTextsetProcessingDuplicates in class StiSimpleTextpublic final boolean getOnlyText()
StiSimpleTextgetOnlyText 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()
StiSimpleTextgetProcessAtEnd in interface IStiProcessAtEndgetProcessAtEnd in class StiSimpleTextpublic final void setProcessAtEnd(boolean value)
setProcessAtEnd in interface IStiProcessAtEndsetProcessAtEnd in class StiSimpleTextpublic final StiProcessAt getProcessAt()
StiSimpleTextgetProcessAt in interface IStiProcessAtgetProcessAt in class StiSimpleTextpublic final void setProcessAt(StiProcessAt value)
setProcessAt in interface IStiProcessAtsetProcessAt in class StiSimpleTextpublic final int getMaxNumberOfLines()
StiSimpleTextgetMaxNumberOfLines in interface IStiTextgetMaxNumberOfLines in class StiSimpleTextpublic final void setMaxNumberOfLines(int value)
setMaxNumberOfLines in interface IStiTextsetMaxNumberOfLines in class StiSimpleTextpublic boolean getEnabled()
StiComponentgetEnabled in class StiComponentpublic void setEnabled(boolean value)
setEnabled in class StiComponentpublic final StiDockStyle getDockStyle()
StiComponentgetDockStyle in class StiComponentpublic final void setDockStyle(StiDockStyle value)
setDockStyle in class StiComponentpublic final boolean getGrowToHeight()
StiComponentgetGrowToHeight in interface IStiGrowToHeightgetGrowToHeight in class StiComponentpublic final void setGrowToHeight(boolean value)
setGrowToHeight in interface IStiGrowToHeightsetGrowToHeight in class StiComponentpublic final StiEnumSet<StiShiftMode> getShiftMode()
StiComponentgetShiftMode in interface IStiShiftgetShiftMode in class StiComponentpublic final void setShiftMode(StiEnumSet<StiShiftMode> value)
setShiftMode in interface IStiShiftsetShiftMode in class StiComponentpublic final double getLeft()
StiComponentgetLeft in class StiComponentpublic final void setLeft(double value)
setLeft in class StiComponentpublic final double getTop()
StiComponentgetTop in class StiComponentpublic final void setTop(double value)
setTop in class StiComponentpublic double getWidth()
StiComponentgetWidth 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()
StiComponentgetCanShrink in interface IStiCanShrinkgetCanShrink in class StiComponentpublic final void setCanShrink(boolean value)
setCanShrink in interface IStiCanShrinksetCanShrink in class StiComponentpublic final boolean getCanGrow()
StiComponentgetCanGrow in interface IStiCanGrowgetCanGrow in class StiComponentpublic final void setCanGrow(boolean value)
setCanGrow in interface IStiCanGrowsetCanGrow in class StiComponentpublic final boolean getAutoWidth()
StiTextgetAutoWidth in interface IStiAutoWidthgetAutoWidth in class StiTextpublic final void setAutoWidth(boolean value)
setAutoWidth in interface IStiAutoWidthsetAutoWidth in class StiTextpublic final boolean getPrintable()
StiComponentgetPrintable in class StiComponentpublic final void setPrintable(boolean value)
setPrintable in class StiComponentpublic final StiBookmarkExpression getBookmark()
StiComponentgetBookmark in class StiComponentpublic final void setBookmark(StiBookmarkExpression value)
setBookmark in class StiComponentpublic final StiGetBookmarkEvent getgetBookmarkEvent()
StiComponentgetgetBookmarkEvent 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()
StiComponenttoString in class StiComponentpublic java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiTextpublic StiEnumSet<StiRestrictions> getRestrictions()
StiComponentgetRestrictions 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 StiTextJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiTextJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.