iText 5

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

Type

Name

Methods

bool

BookmarkOpen

set

string

BookmarkTitle

set

float

Indentation

set

float

IndentationLeft

get, set

float

IndentationRight

get, set

int

NumberDepth

set

MarkedObject

Title

get, set

bool

TriggerNewPage

set

Methods

Public methods

Returns

Name

void

Add

(...)

bool

AddAll

(ICollection<T> collection)

MarkedSection

AddSection

(...)

void

NewPage

()

bool

Process

(

IElementListener

listener)

Details

Inheritance

Constructors

MarkedSection

Source code

public MarkedSection(Section section)

Arguments

Type

Name

Description

Section

section

Methods

Add [1/2]

Source code

public virtual void Add(int index, IElement o)

Arguments

Type

Name

Description

int

index

IElement

o

Add [2/2]

Source code

public virtual bool Add(IElement o)

Arguments

Type

Name

Description

IElement

o

Process

Source code

public override bool Process(IElementListener listener)

Arguments

Type

Name

Description

IElementListener

listener

AddAll

Source code

public virtual bool AddAll<T>(ICollection<T> collection) where T : IElement

Arguments

Type

Name

Description

ICollection<T>

collection

AddSection [1/4]

Source code

public virtual MarkedSection AddSection(float indentation, int numberDepth)

Arguments

Type

Name

Description

float

indentation

int

numberDepth

AddSection [2/4]

Source code

public virtual MarkedSection AddSection(float indentation)

Arguments

Type

Name

Description

float

indentation

AddSection [3/4]

Source code

public virtual MarkedSection AddSection(int numberDepth)

Arguments

Type

Name

Description

int

numberDepth

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