|
||||||||||
| 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.complexcomponents.StiContainer
com.stimulsoft.report.components.bands.StiBand
com.stimulsoft.report.components.bands.StiStaticBand
com.stimulsoft.report.components.bands.StiOverlayBand
public class StiOverlayBand
Desribes the class that realizes the band - Overlay Band.
| Field Summary |
|---|
| Fields inherited from class com.stimulsoft.report.components.complexcomponents.StiContainer |
|---|
border, brush, collapsingIndex, components, ParentComponentIsBand, ParentComponentIsCrossBand |
| 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 | |
|---|---|
StiOverlayBand()
Creates a new component of the type StiOverlayBand. |
|
StiOverlayBand(StiRectangle rect)
Creates a new component of the type StiOverlayBand with specified location. |
|
| Method Summary | |
|---|---|
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. |
StiComponentType |
getComponentType()
Gets the type of processing when printing. |
StiColor |
getHeaderEndColor()
Gets header end color. |
StiColor |
getHeaderStartColor()
Gets header start color. |
StiHyperlinkExpression |
getHyperlink()
gets or sets an expression to fill a component hyperlink. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
int |
getPriority()
Gets a component priority. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
StiVertAlignment |
getVertAlignment()
Gets or sets the vertical alignment of an object. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBookmark(StiBookmarkExpression value)
|
void |
setCanBreak(boolean value)
|
void |
setHyperlink(StiHyperlinkExpression value)
|
void |
setVertAlignment(StiVertAlignment value)
|
| Methods inherited from class com.stimulsoft.report.components.bands.StiStaticBand |
|---|
Break |
| Methods inherited from class com.stimulsoft.report.components.bands.StiBand |
|---|
canContainIn, clone, getBandInfoV2, getCanGrow, getDefaultClientRectangle, getDisplayRectangle, getDockStyle, getFooterSize, getGrowToHeight, getHeaderSize, GetHeaderText, getLeft, getLocalizedCategory, getMaxHeight, getMaxSize, getMinHeight, getMinSize, getNestedLevel, getPrintable, getQuickInfo, getRectangleMoveComponent, getResetPageNumber, getSelectRectangle, getShiftMode, getTop, getWidth, isAutomaticDock, setCanGrow, setDirectDisplayRectangle, setDisplayRectangle, setDockStyle, setGrowToHeight, setLeft, setMaxHeight, setMaxSize, setMinHeight, setMinSize, setPrintable, setRectangleMoveComponent, setResetPageNumber, setSelectRectangle, setShiftMode, setTop, setWidth |
| 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.base.serializing.interfaceobject.IStiSerializableRef |
|---|
getReference, setReference |
| Constructor Detail |
|---|
public StiOverlayBand()
public StiOverlayBand(StiRectangle rect)
rect - The rectangle describes sizes and position of the component.| Method Detail |
|---|
public StiVertAlignment getVertAlignment()
getVertAlignment in interface IStiVertAlignmentpublic void setVertAlignment(StiVertAlignment value)
setVertAlignment in interface IStiVertAlignmentpublic StiColor getHeaderStartColor()
getHeaderStartColor in class StiStaticBandpublic StiColor getHeaderEndColor()
getHeaderEndColor in class StiStaticBandpublic StiComponentType getComponentType()
getComponentType in class StiStaticBandpublic int getToolboxPosition()
getToolboxPosition in class StiContainerpublic int getPriority()
getPriority in class StiContainerpublic java.lang.String getLocalizedName()
getLocalizedName in class StiContainerpublic boolean getCanBreak()
getCanBreak in interface IStiBreakablegetCanBreak in class StiStaticBandpublic void setCanBreak(boolean value)
setCanBreak in interface IStiBreakablesetCanBreak in class StiStaticBandpublic StiBookmarkExpression getBookmark()
StiComponent
getBookmark in class StiComponentpublic void setBookmark(StiBookmarkExpression value)
setBookmark in class StiComponentpublic StiHyperlinkExpression getHyperlink()
StiComponent
getHyperlink in class StiComponentpublic void setHyperlink(StiHyperlinkExpression value)
setHyperlink in class StiComponent
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiStaticBandJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiStaticBandJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||