Uses of Class
com.stimulsoft.base.drawing.StiBorderSide
Packages that use StiBorderSide
Package
Description
-
Uses of StiBorderSide in com.stimulsoft.base
Methods in com.stimulsoft.base that return StiBorderSideModifier and TypeMethodDescriptionstatic StiBorderSideStiJsonReportObjectHelper.Deserialize.JBorderSide(String text) Methods in com.stimulsoft.base with parameters of type StiBorderSideModifier and TypeMethodDescriptionstatic StringStiJsonReportObjectHelper.Serialize.jBorderSide(StiBorderSide side) -
Uses of StiBorderSide in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing that return StiBorderSideModifier and TypeMethodDescriptionStiAdvancedBorder.getBottomSide()Gets or sets frame of bottom side.StiAdvancedBorder.getLeftSide()Gets or sets frame of left side.StiAdvancedBorder.getRightSide()Gets or sets frame of right side.StiAdvancedBorder.getTopSide()Gets or sets frame of top side.Constructors in com.stimulsoft.base.drawing with parameters of type StiBorderSideModifierConstructorDescriptionStiAdvancedBorder(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 StiBorderSideModifier and TypeMethodDescriptionvoidStiHtmlExportService.renderBorder(StiHtmlTableCell cell, StiBorderSide border, String side) Render border -
Uses of StiBorderSide in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools that return StiBorderSideModifier and TypeMethodDescriptionStiCellStyle.getBorder()StiCellStyle.getBorderB()StiCellStyle.getBorderL()StiCellStyle.getBorderR()StiBorderSide[][]StiMatrix.getBordersX()StiBorderSide[][]StiMatrix.getBordersY()Methods in com.stimulsoft.report.export.tools that return types with arguments of type StiBorderSideMethods in com.stimulsoft.report.export.tools with parameters of type StiBorderSideModifier and TypeMethodDescriptionvoidStiCellStyle.setBorder(StiBorderSide border) voidStiCellStyle.setBorderB(StiBorderSide borderB) voidStiCellStyle.setBorderL(StiBorderSide borderL) voidStiCellStyle.setBorderR(StiBorderSide borderR) Constructors in com.stimulsoft.report.export.tools with parameters of type StiBorderSideModifierConstructorDescriptionStiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, String format, float lineSpacing, boolean alloHtmlTags) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiBorderSide borderL, StiBorderSide borderR, StiBorderSide borderB, StiTextOptions textOptions, boolean wordWrap, String format, String styleName, float lineSpacing, boolean alloHtmlTags) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, String format, float lineSpacing) StiCellStyle(StiColor color, StiColor textColor, StiFont font, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, StiBorderSide border, StiTextOptions textOptions, boolean wordWrap, String format, String styleName, float lineSpacing)