Uses of Class
com.stimulsoft.report.components.StiMargins

Packages that use StiMargins
com.stimulsoft.report.components   
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.dialogs   
 

Uses of StiMargins in com.stimulsoft.report.components
 

Fields in com.stimulsoft.report.components declared as StiMargins
static StiMargins StiMargins.Empty
           
 StiMargins StiPage.margins
           
 

Methods in com.stimulsoft.report.components that return StiMargins
 StiMargins StiMargins.deserializeString(java.lang.String stringValue)
           
 StiMargins StiPage.getMargins()
          Gets or sets page margins.
 

Methods in com.stimulsoft.report.components with parameters of type StiMargins
 void StiPage.setMargins(StiMargins value)
           
 

Uses of StiMargins in com.stimulsoft.report.components.bands
 

Methods in com.stimulsoft.report.components.bands that return StiMargins
 StiMargins StiTableOfContents.getMargins()
           
 

Methods in com.stimulsoft.report.components.bands with parameters of type StiMargins
 void StiTableOfContents.setMargins(StiMargins margins)
           
 

Uses of StiMargins in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiMargins
 StiMargins StiView.getMargins()
           
 StiMargins StiText.getMargins()
          Gets or sets text margins.
 StiMargins StiRichText.getMargins()
          Gets or sets text margins.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiMargins
 void StiView.setMargins(StiMargins margins)
           
 void StiText.setMargins(StiMargins value)
           
 void StiRichText.setMargins(StiMargins value)
           
 

Uses of StiMargins in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiMargins
 StiMargins StiForm.getMargins()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiMargins
 void StiForm.setMargins(StiMargins value)