Uses of Class
aspose.pdf.BorderInfo

Uses of BorderInfo in aspose.pdf
 

Fields in aspose.pdf declared as BorderInfo
 BorderInfo Paragraph.VerticalPositionInfo.BorderSpace
          Indicates the value of border space.
 

Methods in aspose.pdf that return BorderInfo
 BorderInfo Canvas.getBorder()
          Gets a a BorderInfo object that indicates the border info of the canvas.
 BorderInfo Cell.getBorder()
          Gets a BorderInfo object that indicates the cell's border info.
 BorderInfo FloatingBox.getBorder()
          Gets a BorderInfo object that indicates the border info of the floating box.
 BorderInfo Row.getBorder()
          Gets a BorderInfo object that indicates the row border info.
 BorderInfo Table.getBorder()
          Gets a BorderInfo object that indicates the table border info.
 BorderInfo Paragraph.VerticalPositionInfo.getBorderSpace()
          Gets a BorderInfo object of border space.
 BorderInfo Row.getDefaultCellBorder()
          Gets a BorderInfo object that indicates the default border style for all cells in this row.
 BorderInfo Table.getDefaultCellBorder()
          Gets a BorderInfo object that indicates the default border style for all cells in this table.
 BorderInfo GraphInfo.getGraphBorder()
          Gets a BorderInfo object that indicates the border information of the graph.
 BorderInfo ImageInfo.getImageBorder()
          Gets a BorderInfo object that indicates the border information of the image.
 BorderInfo PageSetup.getPageBorder()
          Gets a BorderInfo object that indicates the page border.
 BorderInfo TextInfo.getTextBorder()
          Gets a BorderInfo object that indicates the text border.
 

Methods in aspose.pdf with parameters of type BorderInfo
 void Canvas.setBorder(BorderInfo boxBorder)
          Sets a a BorderInfo object that indicates the border info of the canvas.
 void Cell.setBorder(BorderInfo cellBorder)
          Sets a BorderInfo object that indicates the cell's border info.
 void FloatingBox.setBorder(BorderInfo value)
          Sets a BorderInfo object that indicates the border info of the floating box.
 void Row.setBorder(BorderInfo rowBorder)
          Sets a BorderInfo object that indicates the row border info.
 void Table.setBorder(BorderInfo value)
          Sets or sets a BorderInfo object that indicates the table border info.
 void Paragraph.VerticalPositionInfo.setBorderSpace(BorderInfo borderInfo)
          Sets a BorderInfo value that indicates the value of border space.
 void Row.setDefaultCellBorder(BorderInfo defaultCellsBorder)
          Sets a BorderInfo object that indicates the default border style for all cells in this row.
 void Table.setDefaultCellBorder(BorderInfo value)
          Sets a BorderInfo object that indicates the default border style for all cells in this table.
 void GraphInfo.setGraphBorder(BorderInfo value)
          Sets a BorderInfo object. that indicates the border information of the graph.
 void ImageInfo.setImageBorder(BorderInfo imageBorder)
          Sets a BorderInfo object that indicates the border information of the image.
 void PageSetup.setPageBorder(BorderInfo value)
          Sets a BorderInfo object that indicates the page border.
 void TextInfo.setTextBorder(BorderInfo textBorder)
          Sets a BorderInfo object that indicates the text border.