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

Packages that use StiBorderSide
com.stimulsoft.base   
com.stimulsoft.base.drawing   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.tools   
 

Uses of StiBorderSide in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiBorderSide
static StiBorderSide StiJsonReportObjectHelper.Deserialize.JBorderSide(java.lang.String text)
           
 

Methods in com.stimulsoft.base with parameters of type StiBorderSide
static java.lang.String StiJsonReportObjectHelper.Serialize.jBorderSide(StiBorderSide side)
           
 

Uses of StiBorderSide in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiBorderSide
 StiBorderSide StiAdvancedBorder.getBottomSide()
          Gets or sets frame of bottom side.
 StiBorderSide StiAdvancedBorder.getLeftSide()
          Gets or sets frame of left side.
 StiBorderSide StiAdvancedBorder.getRightSide()
          Gets or sets frame of right side.
 StiBorderSide StiAdvancedBorder.getTopSide()
          Gets or sets frame of top side.
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiBorderSide
StiAdvancedBorder(StiBorderSide topSide, StiBorderSide bottomSide, StiBorderSide leftSide, StiBorderSide rightSide, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
          Creates a new instance of the StiAdvancedBorder class.
StiAdvancedBorder(StiBorderSide topSide, StiBorderSide bottomSide, StiBorderSide leftSide, StiBorderSide rightSide, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost)
          Creates a new instance of the StiAdvancedBorder class.
 

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

Methods in com.stimulsoft.report.export.service with parameters of type StiBorderSide
 void StiHtmlExportService.renderBorder(StiHtmlTableCell cell, StiBorderSide border, java.lang.String side)
          Render border
 

Uses of StiBorderSide in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools that return StiBorderSide
 StiBorderSide StiCellStyle.getBorder()
           
 StiBorderSide StiCellStyle.getBorderB()
           
 StiBorderSide StiCellStyle.getBorderL()
           
 StiBorderSide StiCellStyle.getBorderR()
           
 StiBorderSide[][] StiMatrix.getBordersX()
           
 StiBorderSide[][] StiMatrix.getBordersY()
           
 

Methods in com.stimulsoft.report.export.tools that return types with arguments of type StiBorderSide
 java.util.List<StiBorderSide> StiMatrix.getBorderSides()
           
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiBorderSide
 void StiCellStyle.setBorder(StiBorderSide border)
           
 void StiCellStyle.setBorderB(StiBorderSide borderB)
           
 void StiCellStyle.setBorderL(StiBorderSide borderL)
           
 void StiCellStyle.setBorderR(StiBorderSide borderR)
           
 

Constructors in com.stimulsoft.report.export.tools with parameters of type StiBorderSide
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, java.lang.String format)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, java.lang.String format, java.lang.String styleName)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, java.lang.String format)
           
StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, java.lang.String format, java.lang.String styleName)