Table of Contents

Class Element

Namespace
iTextSharp.text
Assembly
iTextSharp.LGPLv2.Core.dll

Interface for a text element.

public abstract class Element
Inheritance
Element
Derived
Inherited Members

Constructors

Element()

protected Element()

Fields

ALIGN_BASELINE

static membervariables (meta information)

public const int ALIGN_BASELINE = 7

Field Value

int

ALIGN_BOTTOM

A possible value for vertical Element.

public const int ALIGN_BOTTOM = 6

Field Value

int

ALIGN_CENTER

A possible value for paragraph Element. This specifies that the text is aligned to the center and extra whitespace should be placed equally on the left and right.

public const int ALIGN_CENTER = 1

Field Value

int

ALIGN_JUSTIFIED

A possible value for paragraph Element. This specifies that extra whitespace should be spread out through the rows of the paragraph with the text lined up with the left and right indent except on the last line which should be aligned to the left.

public const int ALIGN_JUSTIFIED = 3

Field Value

int

ALIGN_JUSTIFIED_ALL

Does the same as ALIGN_JUSTIFIED but the last line is also spread out.

public const int ALIGN_JUSTIFIED_ALL = 8

Field Value

int

ALIGN_LEFT

A possible value for paragraph Element. This specifies that the text is aligned to the left indent and extra whitespace should be placed on the right.

public const int ALIGN_LEFT = 0

Field Value

int

ALIGN_MIDDLE

A possible value for vertical Element.

public const int ALIGN_MIDDLE = 5

Field Value

int

ALIGN_RIGHT

A possible value for paragraph Element. This specifies that the text is aligned to the right indent and extra whitespace should be placed on the left.

public const int ALIGN_RIGHT = 2

Field Value

int

ALIGN_TOP

A possible value for vertical Element.

public const int ALIGN_TOP = 4

Field Value

int

ALIGN_UNDEFINED

A possible value for paragraph Element. This specifies that the text is aligned to the left indent and extra whitespace should be placed on the right.

public const int ALIGN_UNDEFINED = -1

Field Value

int

ANCHOR

This is a possible type of Element

public const int ANCHOR = 17

Field Value

int

ANNOTATION

This is a possible type of Element.

public const int ANNOTATION = 29

Field Value

int

AUTHOR

This is a possible type of Element.

public const int AUTHOR = 4

Field Value

int

CCITTG3_1D

Pure one-dimensional encoding (Group 3, 1-D)

public const int CCITTG3_1D = 257

Field Value

int

CCITTG3_2D

Mixed one- and two-dimensional encoding (Group 3, 2-D)

public const int CCITTG3_2D = 258

Field Value

int

CCITTG4

Pure two-dimensional encoding (Group 4)

public const int CCITTG4 = 256

Field Value

int

CCITT_BLACKIS1

A flag indicating whether 1-bits are to be interpreted as black pixels and 0-bits as white pixels,

public const int CCITT_BLACKIS1 = 1

Field Value

int

CCITT_ENCODEDBYTEALIGN

A flag indicating whether the filter expects extra 0-bits before each encoded line so that the line begins on a byte boundary.

public const int CCITT_ENCODEDBYTEALIGN = 2

Field Value

int

CCITT_ENDOFBLOCK

A flag indicating whether the filter expects the encoded data to be terminated by an end-of-block pattern, overriding the Rows parameter. The use of this flag will set the key /EndOfBlock to false.

public const int CCITT_ENDOFBLOCK = 8

Field Value

int

CCITT_ENDOFLINE

A flag indicating whether end-of-line bit patterns are required to be present in the encoding.

public const int CCITT_ENDOFLINE = 4

Field Value

int

CELL

This is a possible type of Element.

public const int CELL = 20

Field Value

int

CHAPTER

This is a possible type of Element

public const int CHAPTER = 16

Field Value

int

CHUNK

This is a possible type of Element.

public const int CHUNK = 10

Field Value

int

CREATIONDATE

This is a possible type of Element.

public const int CREATIONDATE = 6

Field Value

int

CREATOR

This is a possible type of Element.

public const int CREATOR = 7

Field Value

int

HEADER

This is a possible type of Element.

public const int HEADER = 0

Field Value

int

IMGRAW

This is a possible type of Element.

public const int IMGRAW = 34

Field Value

int

IMGTEMPLATE

This is a possible type of Element.

public const int IMGTEMPLATE = 35

Field Value

int

JBIG2

This is a possible type of Element . @since 2.1.5

public const int JBIG2 = 36

Field Value

int

JPEG

This is a possible type of Element.

public const int JPEG = 32

Field Value

int

JPEG2000

This is a possible type of Element .

public const int JPEG2000 = 33

Field Value

int

KEYWORDS

This is a possible type of Element.

public const int KEYWORDS = 3

Field Value

int

LIST

This is a possible type of Element

public const int LIST = 14

Field Value

int

LISTITEM

This is a possible type of Element

public const int LISTITEM = 15

Field Value

int

MARKED

This is a possible type of Element .

public const int MARKED = 50

Field Value

int

MULTI_COLUMN_TEXT

This is a possible type of Element .

public const int MULTI_COLUMN_TEXT = 40

Field Value

int

PARAGRAPH

This is a possible type of Element.

public const int PARAGRAPH = 12

Field Value

int

PHRASE

static membervariables (content)

public const int PHRASE = 11

Field Value

int

PRODUCER

This is a possible type of Element.

public const int PRODUCER = 5

Field Value

int

PTABLE

This is a possible type of Element.

public const int PTABLE = 23

Field Value

int

RECTANGLE

This is a possible type of Element.

public const int RECTANGLE = 30

Field Value

int

ROW

static membervariables (tables)

public const int ROW = 21

Field Value

int

SECTION

This is a possible type of Element

public const int SECTION = 13

Field Value

int

SUBJECT

This is a possible type of Element.

public const int SUBJECT = 2

Field Value

int

TABLE

This is a possible type of Element.

public const int TABLE = 22

Field Value

int

TITLE

This is a possible type of Element.

public const int TITLE = 1

Field Value

int

YMARK

This is a possible type of Element . @since 2.1.2

public const int YMARK = 55

Field Value

int