|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.design.StiDesignerInfo
public class StiDesignerInfo
Describes the class of report parameters for the designer.
Constructor Summary | |
---|---|
StiDesignerInfo()
Creates a new object of the type StiDesignerInfo. |
|
StiDesignerInfo(StiReport report)
Creates a new object of the type StiDesignerInfo. |
Method Summary | |
---|---|
boolean |
getAlignToGrid()
Gets or sets value, indicates that components are to be aligned to grid. |
int |
getAutoSaveInterval()
|
boolean |
getAutoSaveReportToReportClass()
|
StiComponent |
getBookmarkComponent()
|
StiAction |
getCurrentAction()
Currect action in designer. |
boolean |
getDrawEventMarkers()
|
boolean |
getDrawMarkersWhenMoving()
|
boolean |
getEnableAutoSaveMode()
|
boolean |
getFillBands()
Gets or sets value, indicates that bands are to be filled when drawing them in the designer. |
boolean |
getFillComponent()
Gets or sets value indicates that it is necessary to fill components when drawing them in the designer. |
boolean |
getFillContainer()
Gets or sets value indicates that it is necessary to fill containers when drawing them in the designer. |
boolean |
getFillCrossBands()
Gets or sets value, indicates that cross-bands are to be filled when drawing them in the designer. |
boolean |
getForceDesigningMode()
Temporarily sets mode of the designing of components. |
boolean |
getGenerateLocalizedName()
|
StiGridMode |
getGridMode()
Gets or sets grid mode. |
double |
getGridSize()
|
double |
getGridSizeCentimetres()
Gets or sets grid size in centimeters. |
double |
getGridSizeHundredthsOfInch()
Gets or sets grid size in hundredths of inch. |
double |
getGridSizeInch()
Gets or sets grid size in inches. |
double |
getGridSizeMillimeters()
Gets or sets grid size in millimeters. |
double |
getGridSizePixels()
Gets or sets grid size in pixels. |
boolean |
getIsComponentsMoving()
|
boolean |
getIsTableMode()
|
StiMarkersStyle |
getMarkersStyle()
|
double |
getPageZoom()
|
boolean |
getQuickInfoOverlay()
|
StiQuickInfoType |
getQuickInfoType()
|
StiReport |
getReport()
Gets or sets the report to which these parameters belong. |
boolean |
getRunDesignerAfterInsert()
Gets or sets value, indicates that it is necessary to run the component designer after the component has been created. |
boolean |
getShowDimensionLines()
|
boolean |
getShowGrid()
Gets or sets value indicates that it is necessary to show grid on a page. |
boolean |
getShowHeaders()
Gets or sets value, indicates that component headers are to be shown from components. |
boolean |
getShowInteractive()
|
boolean |
getShowOrder()
Gets or sets value, indicates that order of components is to be shown on the page. |
boolean |
getShowRulers()
Gets or sets value, indicates that it is necessary to show rulers. |
boolean |
getUseComponentColor()
Gets or sets value indicates that, when filling components, use colors in the designer parameters. |
boolean |
getUseLastFormat()
Gets or sets value, indicates that format from last selected component copy to new components. |
StiViewMode |
getViewMode()
Gets or sets the view mode of a page. |
double |
getZoom()
Gets or sets zoom of a report (1 = 100%). |
java.lang.Boolean |
isBookmarked(StiComponent component)
|
boolean |
isExporting()
|
void |
setAlignToGrid(boolean value)
|
void |
setAutoSaveInterval(int value)
|
void |
setAutoSaveReportToReportClass(boolean value)
|
void |
setBookmarkComponent(StiComponent bookmarkComponent)
|
void |
setCurrentAction(StiAction value)
|
void |
setDrawEventMarkers(boolean value)
|
void |
setDrawMarkersWhenMoving(boolean value)
|
void |
setEnableAutoSaveMode(boolean value)
|
void |
setExporting(boolean exporting)
|
void |
setFillBands(boolean value)
|
void |
setFillComponent(boolean value)
|
void |
setFillContainer(boolean value)
|
void |
setFillCrossBands(boolean value)
|
void |
setForceDesigningMode(boolean value)
|
void |
setGenerateLocalizedName(boolean value)
|
void |
setGridMode(StiGridMode value)
|
void |
setGridSizeCentimetres(double value)
|
void |
setGridSizeHundredthsOfInch(double value)
|
void |
setGridSizeInch(double value)
|
void |
setGridSizeMillimeters(double value)
|
void |
setGridSizePixels(double value)
|
void |
setIsComponentsMoving(boolean value)
|
void |
setIsTableMode(boolean value)
|
void |
setMarkersStyle(StiMarkersStyle value)
|
void |
setPageZoom(double pageZoom)
|
void |
setQuickInfoOverlay(boolean value)
|
void |
setQuickInfoType(StiQuickInfoType value)
|
void |
setReport(StiReport value)
|
void |
setRunDesignerAfterInsert(boolean value)
|
void |
setShowDimensionLines(boolean value)
|
void |
setShowGrid(boolean value)
|
void |
setShowHeaders(boolean value)
|
void |
setShowInteractive(boolean value)
|
void |
setShowOrder(boolean value)
|
void |
setShowRulers(boolean value)
|
void |
setUseComponentColor(boolean value)
|
void |
setUseLastFormat(boolean value)
|
void |
setViewMode(StiViewMode value)
|
void |
setZoom(double value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiDesignerInfo()
public StiDesignerInfo(StiReport report)
report
- Report are these parameters belong to.Method Detail |
---|
public final boolean getAlignToGrid()
public final int getAutoSaveInterval()
public final boolean getAutoSaveReportToReportClass()
public final StiAction getCurrentAction()
public final boolean getDrawEventMarkers()
public final boolean getDrawMarkersWhenMoving()
public final boolean getEnableAutoSaveMode()
public final boolean getFillBands()
public final boolean getFillComponent()
public final boolean getFillContainer()
public final boolean getFillCrossBands()
public final boolean getForceDesigningMode()
public final boolean getGenerateLocalizedName()
public final StiGridMode getGridMode()
public final double getGridSizeCentimetres()
public final double getGridSizeHundredthsOfInch()
public final double getGridSizeInch()
public final double getGridSizeMillimeters()
public final double getGridSizePixels()
public final boolean getIsComponentsMoving()
public final boolean getIsTableMode()
public final StiMarkersStyle getMarkersStyle()
public final boolean getQuickInfoOverlay()
public final StiQuickInfoType getQuickInfoType()
public final StiReport getReport()
public final boolean getRunDesignerAfterInsert()
public final boolean getShowDimensionLines()
public final boolean getShowGrid()
public final boolean getShowHeaders()
public final boolean getShowInteractive()
public final boolean getShowOrder()
public final boolean getShowRulers()
public final boolean getUseComponentColor()
public final boolean getUseLastFormat()
public final StiViewMode getViewMode()
public final double getZoom()
public final void setAlignToGrid(boolean value)
public final void setAutoSaveInterval(int value)
public final void setAutoSaveReportToReportClass(boolean value)
public final void setCurrentAction(StiAction value)
public final void setDrawEventMarkers(boolean value)
public final void setDrawMarkersWhenMoving(boolean value)
public final void setEnableAutoSaveMode(boolean value)
public final void setFillBands(boolean value)
public final void setFillComponent(boolean value)
public final void setFillContainer(boolean value)
public final void setFillCrossBands(boolean value)
public final void setForceDesigningMode(boolean value)
public final void setGenerateLocalizedName(boolean value)
public final void setGridMode(StiGridMode value)
public final void setGridSizeCentimetres(double value)
public final void setGridSizeHundredthsOfInch(double value)
public final void setGridSizeInch(double value)
public final void setGridSizeMillimeters(double value)
public final void setGridSizePixels(double value)
public final void setIsComponentsMoving(boolean value)
public final void setIsTableMode(boolean value)
public final void setMarkersStyle(StiMarkersStyle value)
public final void setQuickInfoOverlay(boolean value)
public final void setQuickInfoType(StiQuickInfoType value)
public final void setReport(StiReport value)
public final void setRunDesignerAfterInsert(boolean value)
public final void setShowDimensionLines(boolean value)
public final void setShowGrid(boolean value)
public final void setShowHeaders(boolean value)
public final void setShowInteractive(boolean value)
public final void setShowOrder(boolean value)
public final void setShowRulers(boolean value)
public final void setUseComponentColor(boolean value)
public final void setUseLastFormat(boolean value)
public final void setViewMode(StiViewMode value)
public final void setZoom(double value)
public double getGridSize()
public double getPageZoom()
public void setPageZoom(double pageZoom)
pageZoom
- the pageZoom to setpublic java.lang.Boolean isBookmarked(StiComponent component)
public StiComponent getBookmarkComponent()
public void setBookmarkComponent(StiComponent bookmarkComponent)
bookmarkComponent
- the bookmarkComponent to setpublic boolean isExporting()
public void setExporting(boolean exporting)
exporting
- the exporting to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |