Uses of Class
aspose.pdf.MarginInfo

Uses of MarginInfo in aspose.pdf
 

Methods in aspose.pdf that return MarginInfo
 MarginInfo Table.getDefaultCellPadding()
          Gets a MarginInfo object that indicates the default cell padding in the table.
 MarginInfo Cell.getDefaultPadding()
          The place for border.
 MarginInfo HeaderFooter.getMargin()
          Gets a MarginInfo object that indicates the margin info of the header or footer.
 MarginInfo ListLevelFormat.getMargin()
          Gets a MarginInfo object that indicates the margin of the list item.
 MarginInfo PageSetup.getMargin()
          Gets a MarginInfo object that indicates the page margin info.
 MarginInfo Paragraph.getMargin()
          Get MarginInfo object that indicates the margin info of the paragraph.
 MarginInfo Cell.getPadding()
          Gets a MarginInfo object that indicates the cell's padding.
 MarginInfo FloatingBox.getPadding()
          Gets a MarginInfo object that indicates the padding of the floating box.
 MarginInfo PageSetup.getPageBorderMargin()
          Gets a MarginInfo object that indicates the margin between the page border and the page edge.
 

Methods in aspose.pdf with parameters of type MarginInfo
 void Table.setDefaultCellPadding(MarginInfo value)
          Sets a MarginInfo object that indicates the default cell padding in the table.
 void HeaderFooter.setMargin(MarginInfo headerFooterMargin)
          Sets a MarginInfo object that indicates the margin info of the header or footer.
 void ListLevelFormat.setMargin(MarginInfo value)
          Sets a MarginInfo object that indicates the margin of the list item.
 void PageSetup.setMargin(MarginInfo value)
          Sets a MarginInfo object that indicates the page margin info.
 void Paragraph.setMargin(MarginInfo paragraphMargin)
          sets MarginInfo object that indicates the margin info of the paragraph.
 void Cell.setPadding(MarginInfo cellPadding)
          Sets a MarginInfo object that indicates the cell's padding.
 void FloatingBox.setPadding(MarginInfo value)
          Sets a MarginInfo object that indicates the padding of the floating box.
 void PageSetup.setPageBorderMargin(MarginInfo value)
          Sets a MarginInfo object that indicates the margin between the page border and the page edge.