Skip to main content
Skip table of contents

MarkedSection

MarkedSection Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text
  iTextSharp.text.MarkedSection[[MarkedSection]]
  iTextSharp.text.MarkedObject[[MarkedObject]]
  end
  subgraph iTextSharp.text.api
  iTextSharp.text.api.IIndentable[[IIndentable]]
  class iTextSharp.text.api.IIndentable interfaceStyle;
  end
iTextSharp.text.api.IIndentable --> iTextSharp.text.MarkedSection
iTextSharp.text.MarkedObject --> iTextSharp.text.MarkedSection

Members

Properties

Public properties
TypeNameMethods
boolBookmarkOpenset
stringBookmarkTitleset
floatIndentationset
floatIndentationLeftget, set
floatIndentationRightget, set
intNumberDepthset
MarkedObjectTitleget, set
boolTriggerNewPageset

Methods

Public methods
ReturnsName
voidAdd(...)
boolAddAll(ICollection<T> collection)
MarkedSectionAddSection(...)
voidNewPage()
boolProcess(IElementListener listener)

Details

Inheritance

Constructors

MarkedSection

Source code

public MarkedSection(Section section)
Arguments
TypeNameDescription
Sectionsection

Methods

Add [1/2]

Source code

public virtual void Add(int index, IElement o)
Arguments
TypeNameDescription
intindex
IElemento
Add [2/2]

Source code

public virtual bool Add(IElement o)
Arguments
TypeNameDescription
IElemento
Process

Source code

public override bool Process(IElementListener listener)
Arguments
TypeNameDescription
IElementListenerlistener
AddAll

Source code

public virtual bool AddAll<T>(ICollection<T> collection)
where T : IElement
Arguments
TypeNameDescription
ICollection<T>collection
AddSection [1/4]

Source code

public virtual MarkedSection AddSection(float indentation, int numberDepth)
Arguments
TypeNameDescription
floatindentation
intnumberDepth
AddSection [2/4]

Source code

public virtual MarkedSection AddSection(float indentation)
Arguments
TypeNameDescription
floatindentation
AddSection [3/4]

Source code

public virtual MarkedSection AddSection(int numberDepth)
Arguments
TypeNameDescription
intnumberDepth
AddSection [4/4]

Source code

public virtual MarkedSection AddSection()
NewPage

Source code

public virtual void NewPage()

Properties

Title
public virtual MarkedObject Title { get; set; }
NumberDepth
public virtual int NumberDepth { set; }
IndentationLeft
public virtual float IndentationLeft { get; set; }
IndentationRight
public virtual float IndentationRight { get; set; }
Indentation
public virtual float Indentation { set; }
BookmarkOpen
public virtual bool BookmarkOpen { set; }
TriggerNewPage
public virtual bool TriggerNewPage { set; }
BookmarkTitle
public virtual string BookmarkTitle { set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.