API Reference
Class
PdfCellBorderSide
Describes one side of a table cell border.
Inheritance
- Object
- PdfCellBorderSide
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfCellBorder.BottomBorder
- Property PdfCellBorder.DiagonalDownBorder
- Property PdfCellBorder.DiagonalUpBorder
- Property PdfCellBorder.LeftBorder
- Property PdfCellBorder.RightBorder
- Property PdfCellBorder.TopBorder
- Method PdfCellBorderSide.Clone
Constructors
public PdfCellBorderSide() #Methods
public PdfCellBorderSide Clone() #Returns:
PdfCellBorderSideCreates a copy of this table cell border side.
Inherited Methods
Properties
public Nullable<PdfColor> Color { get; set; } #Border color. Set to null for no border on this side.
public Double Width { get; set; } #Border stroke width in points.
public OfficeStrokeDashStyle DashStyle { get; set; } #Border stroke dash style.
public PdfCellBorderLineStyle LineStyle { get; set; } #Border line style.