|
||||||||||
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.StiReportTitleBand
public class StiReportTitleBand
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 | |
---|---|
StiReportTitleBand()
Creates a new component of the type StiReportTitleBand. |
|
StiReportTitleBand(StiRectangle rect)
Creates a new component of the type StiReportTitleBand. |
Method Summary | |
---|---|
boolean |
Break(StiComponent dividedComponent,
double devideFactor,
StiRefObject<java.lang.Double> divLine)
Divides content of components in two parts. |
boolean |
canContainIn(StiComponent component)
May this container be located in the specified component. |
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. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
StiComponent |
GetMaster()
Returns Master component of this component. |
boolean |
getPrintIfEmpty()
Gets or sets value indicates that the report title band is printed if data is not present. |
StiPrintOnType |
getPrintOn()
gets or sets a value which indicates on what pages component will be printed. |
int |
getPriority()
Gets a component priority. |
boolean |
getResetPageNumber()
Allows to reset page number on this band. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setCanBreak(boolean value)
|
void |
setPrintIfEmpty(boolean value)
|
void |
setPrintOn(StiPrintOnType value)
|
void |
setResetPageNumber(boolean value)
|
Methods inherited from class com.stimulsoft.report.components.bands.StiBand |
---|
clone, getBandInfoV2, getCanGrow, getDefaultClientRectangle, getDisplayRectangle, getDockStyle, getFooterSize, getGrowToHeight, getHeaderSize, GetHeaderText, getLeft, getLocalizedCategory, getMaxHeight, getMaxSize, getMinHeight, getMinSize, getNestedLevel, getPrintable, getQuickInfo, getRectangleMoveComponent, getSelectRectangle, getShiftMode, getTop, getWidth, isAutomaticDock, setCanGrow, setDirectDisplayRectangle, setDisplayRectangle, setDockStyle, setGrowToHeight, setLeft, setMaxHeight, setMaxSize, setMinHeight, setMinSize, setPrintable, setRectangleMoveComponent, 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 StiReportTitleBand()
public StiReportTitleBand(StiRectangle rect)
rect
- The rectangle describes size and position of the component.Method Detail |
---|
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 boolean getCanBreak()
StiContainer
getCanBreak
in interface IStiBreakable
getCanBreak
in class StiStaticBand
public void setCanBreak(boolean value)
setCanBreak
in interface IStiBreakable
setCanBreak
in class StiStaticBand
public boolean Break(StiComponent dividedComponent, double devideFactor, StiRefObject<java.lang.Double> divLine)
Break
in interface IStiBreakable
Break
in class StiStaticBand
dividedComponent
- Component for store part of content.
public boolean getPrintIfEmpty()
getPrintIfEmpty
in interface IStiPrintIfEmpty
public void setPrintIfEmpty(boolean value)
setPrintIfEmpty
in interface IStiPrintIfEmpty
public boolean getResetPageNumber()
getResetPageNumber
in interface IStiResetPageNumber
getResetPageNumber
in class StiBand
public void setResetPageNumber(boolean value)
setResetPageNumber
in interface IStiResetPageNumber
setResetPageNumber
in class StiBand
public StiColor getHeaderStartColor()
getHeaderStartColor
in class StiStaticBand
public StiColor getHeaderEndColor()
getHeaderEndColor
in class StiStaticBand
public StiComponentType getComponentType()
getComponentType
in class StiStaticBand
public int getToolboxPosition()
getToolboxPosition
in class StiContainer
public int getPriority()
getPriority
in class StiContainer
public boolean canContainIn(StiComponent component)
canContainIn
in class StiBand
component
- Component for checking.
public java.lang.String getLocalizedName()
getLocalizedName
in class StiContainer
public final StiComponent GetMaster()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiStaticBand
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiStaticBand
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |