iText 9.7.0 API
iText.Layout.Properties.Margins Namespace Reference

Classes

class   AbstractPageContent
  Abstract class representing page content such as margins of footnotes. More...
 
class   Footnote
  Class representing a single footnote which is a note placed at the bottom of the page indicated in the text with superscript numbers (or letters or other symbols). More...
 
class   FootnoteAnchor
  Class representing an anchor for a footnote which is placed at the bottom of the page. More...
 
class   FootnotesProperties
  Class representing properties to customize footnotes. More...
 
class   FootnotesUtil
  Utility class to process footnotes for internal usage only. More...
 
class   PageMarginBoxes
  Class to store information about all page margin boxes for a single page. More...
 
class   PageMarginContent
  Class to store information about page margin content represented by iText.Layout.Element.IElement linked to MarginBoxName. More...
 

Enumerations

enum   FootnoteNumberingConfig { PER_PAGE, PER_SECTION, PER_DOCUMENT }
  Enum representing possible ways of footnotes numbering specified via FootnotesProperties.SetFootnoteNumberingConfig(FootnoteNumberingConfig). More...
 
enum   FootnoteNumberingType {
  DECIMAL, ROMAN_LOWER, ROMAN_UPPER, ENGLISH_LOWER,
  ENGLISH_UPPER, GREEK_LOWER, GREEK_UPPER
}
  Enum representing possible values for footnote anchors (and numbering) specified via FootnotesProperties.SetFootnoteNumberingType(FootnoteNumberingType?). More...
 
enum   MarginBoxName { TOP, RIGHT, BOTTOM, LEFT }
  A specialized enum containing values for page margin box names used in PageMarginContent. More...
 

Enumeration Type Documentation

◆ FootnoteNumberingConfig

Enum representing possible ways of footnotes numbering specified via FootnotesProperties.SetFootnoteNumberingConfig(FootnoteNumberingConfig).

◆ FootnoteNumberingType

Enum representing possible values for footnote anchors (and numbering) specified via FootnotesProperties.SetFootnoteNumberingType(FootnoteNumberingType?).

◆ MarginBoxName

A specialized enum containing values for page margin box names used in PageMarginContent.