Uses of Class
com.stimulsoft.base.drawing.StiBorder

Packages that use StiBorder
com.stimulsoft.base   
com.stimulsoft.base.drawing   
com.stimulsoft.base.serializing.utils   
com.stimulsoft.report.barCodes   
com.stimulsoft.report.chart   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.interfaces   
com.stimulsoft.report.components.simplecomponents   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.export.service   
com.stimulsoft.report.infographics.gauge   
com.stimulsoft.report.maps   
com.stimulsoft.report.styles   
com.stimulsoft.webdesigner.helper   
 

Uses of StiBorder in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiBorder
static StiBorder StiJsonReportObjectHelper.Deserialize.Border(JProperty prop)
           
 

Methods in com.stimulsoft.base with parameters of type StiBorder
static java.lang.String StiJsonReportObjectHelper.Serialize.jBorder(StiBorder border)
           
static java.lang.String StiJsonReportObjectHelper.Serialize.JBorder(StiBorder border)
           
 

Uses of StiBorder in com.stimulsoft.base.drawing
 

Subclasses of StiBorder in com.stimulsoft.base.drawing
 class StiAdvancedBorder
          Class describes a multi-border.
 

Methods in com.stimulsoft.base.drawing with parameters of type StiBorder
 void StiGraphics.drawHTMLText(java.lang.String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, double lineSpacing, java.lang.Double zoom)
          Draw HTML text
 void StiGraphics.drawText(java.lang.String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, java.lang.Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions)
          Draw text
 

Uses of StiBorder in com.stimulsoft.base.serializing.utils
 

Methods in com.stimulsoft.base.serializing.utils that return StiBorder
static StiBorder StiSerializTypeConverter.deserializeStringToBorder(java.lang.String strValue)
           
static StiBorder StiSerializTypeConverter.getInstanceBorderBySerializString(java.lang.String value)
           
 

Uses of StiBorder in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiBorder
 StiBorder StiBarCode.getBorder()
          Gets or sets frame of the component.
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiBorder
 void StiBarCode.setBorder(StiBorder value)
           
 

Uses of StiBorder in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart that return StiBorder
 StiBorder StiChart.getBorder()
          Gets or sets frame of the component.
 

Methods in com.stimulsoft.report.chart with parameters of type StiBorder
 void StiChart.setBorder(StiBorder value)
           
 

Uses of StiBorder in com.stimulsoft.report.components.complexcomponents
 

Fields in com.stimulsoft.report.components.complexcomponents declared as StiBorder
 StiBorder StiContainer.border
           
 

Methods in com.stimulsoft.report.components.complexcomponents that return StiBorder
 StiBorder StiContainer.getBorder()
          Gets or sets frame of the component.
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiBorder
 void StiContainer.setBorder(StiBorder value)
           
 void StiContainer.SetBorder(StiBorder border)
          Sets StiBorder from all selected objects in the container.
 

Uses of StiBorder in com.stimulsoft.report.components.interfaces
 

Methods in com.stimulsoft.report.components.interfaces that return StiBorder
 StiBorder IStiBorder.getBorder()
          Gets or sets frame of the component.
 

Methods in com.stimulsoft.report.components.interfaces with parameters of type StiBorder
 void IStiBorder.setBorder(StiBorder value)
           
 

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

Fields in com.stimulsoft.report.components.simplecomponents declared as StiBorder
 StiBorder StiSparkline.border
           
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiBorder
 StiBorder StiZipCode.getBorder()
          Gets or sets border of the component.
 StiBorder StiView.getBorder()
          Gets or sets border of the component.
 StiBorder StiVerticalLinePrimitive.getBorder()
          Gets or sets frame of the component.
 StiBorder StiText.getBorder()
          Gets or sets frame of the component.
 StiBorder StiSparkline.getBorder()
          Gets or sets border of the component.
 StiBorder StiRichText.getBorder()
          Gets or sets frame of the component.
 StiBorder StiRectanglePrimitive.getBorder()
          Gets or sets frame of the component.
 StiBorder StiHorizontalLinePrimitive.getBorder()
          Gets or sets frame of the component.
 StiBorder StiCheckBox.getBorder()
          Gets or sets border of the component.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiBorder
 void StiZipCode.setBorder(StiBorder value)
           
 void StiView.setBorder(StiBorder value)
           
 void StiVerticalLinePrimitive.setBorder(StiBorder value)
           
 void StiText.setBorder(StiBorder value)
           
 void StiSparkline.setBorder(StiBorder border)
           
 void StiRichText.setBorder(StiBorder value)
           
 void StiRectanglePrimitive.setBorder(StiBorder value)
           
 void StiHorizontalLinePrimitive.setBorder(StiBorder value)
           
 void StiCheckBox.setBorder(StiBorder value)
           
 

Uses of StiBorder in com.stimulsoft.report.dialogs
 

Methods in com.stimulsoft.report.dialogs that return StiBorder
 StiBorder StiReportControl.getBorder()
           
 StiBorder StiForm.getBorder()
           
 

Methods in com.stimulsoft.report.dialogs with parameters of type StiBorder
 void StiReportControl.setBorder(StiBorder value)
           
 void StiForm.setBorder(StiBorder value)
           
 

Uses of StiBorder in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiBorder
 void StiHtmlExportService.renderBorder(StiBorder border)
          Render border
 

Uses of StiBorder in com.stimulsoft.report.infographics.gauge
 

Methods in com.stimulsoft.report.infographics.gauge that return StiBorder
 StiBorder StiGauge.getBorder()
          frame of the component.
 

Methods in com.stimulsoft.report.infographics.gauge with parameters of type StiBorder
 void StiGauge.setBorder(StiBorder border)
          frame of the component.
 

Uses of StiBorder in com.stimulsoft.report.maps
 

Fields in com.stimulsoft.report.maps declared as StiBorder
 StiBorder StiMap.border
           
 

Methods in com.stimulsoft.report.maps that return StiBorder
 StiBorder StiMap.getBorder()
          frame of the component.
 

Methods in com.stimulsoft.report.maps with parameters of type StiBorder
 void StiMap.setBorder(StiBorder border)
           
 

Uses of StiBorder in com.stimulsoft.report.styles
 

Methods in com.stimulsoft.report.styles that return StiBorder
 StiBorder StiStyle.getBorder()
          Gets or sets frame of the component.
 StiBorder StiChartStyle.getBorder()
           
 

Methods in com.stimulsoft.report.styles with parameters of type StiBorder
 void StiStyle.setBorder(StiBorder value)
           
 void StiChartStyle.setBorder(StiBorder border)
           
 

Uses of StiBorder in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiBorder
static StiBorder StiReportEdit.strToBorder(java.lang.String value)
           
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiBorder
static java.lang.String StiReportEdit.borderToStr(StiBorder border)