HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.Element Class Reference

Interface for a text element. More...

Inheritance diagram for iTextSharp.text.Element:
iTextSharp.text.Rectangle iTextSharp.text.Cell iTextSharp.text.HeaderFooter iTextSharp.text.Image iTextSharp.text.RectangleReadOnly iTextSharp.text.SimpleCell iTextSharp.text.SimpleTable iTextSharp.text.Table iTextSharp.text.pdf.PdfCell iTextSharp.text.pdf.PdfPCell iTextSharp.text.pdf.PdfTable

Static Public Attributes

const int HEADER = 0
 This is a possible type of Element. More...
 
const int TITLE = 1
 This is a possible type of Element. More...
 
const int SUBJECT = 2
 This is a possible type of Element. More...
 
const int KEYWORDS = 3
 This is a possible type of Element. More...
 
const int AUTHOR = 4
 This is a possible type of Element. More...
 
const int PRODUCER = 5
 This is a possible type of Element. More...
 
const int CREATIONDATE = 6
 This is a possible type of Element. More...
 
const int CREATOR = 7
 This is a possible type of Element. More...
 
const int CHUNK = 10
 This is a possible type of Element. More...
 
const int PHRASE = 11
 This is a possible type of Element. More...
 
const int PARAGRAPH = 12
 This is a possible type of Element. More...
 
const int SECTION = 13
 This is a possible type of Element More...
 
const int LIST = 14
 This is a possible type of Element More...
 
const int LISTITEM = 15
 This is a possible type of Element More...
 
const int CHAPTER = 16
 This is a possible type of Element More...
 
const int ANCHOR = 17
 This is a possible type of Element More...
 
const int CELL = 20
 This is a possible type of Element. More...
 
const int ROW = 21
 This is a possible type of Element. More...
 
const int TABLE = 22
 This is a possible type of Element. More...
 
const int PTABLE = 23
 This is a possible type of Element. More...
 
const int ANNOTATION = 29
 This is a possible type of Element. More...
 
const int RECTANGLE = 30
 This is a possible type of Element. More...
 
const int JPEG = 32
 This is a possible type of Element. More...
 
const int JPEG2000 = 33
 
const int IMGRAW = 34
 This is a possible type of Element. More...
 
const int IMGTEMPLATE = 35
 This is a possible type of Element. More...
 
const int JBIG2 = 36
 
const int MULTI_COLUMN_TEXT = 40
 This is a possible type of More...
 
const int MARKED = 50
 
const int YMARK = 55
 
const int ALIGN_UNDEFINED = -1
 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. More...
 
const int ALIGN_LEFT = 0
 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. More...
 
const int ALIGN_CENTER = 1
 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. More...
 
const int ALIGN_RIGHT = 2
 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. More...
 
const int ALIGN_JUSTIFIED = 3
 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. More...
 
const int ALIGN_TOP = 4
 A possible value for vertical Element. More...
 
const int ALIGN_MIDDLE = 5
 A possible value for vertical Element. More...
 
const int ALIGN_BOTTOM = 6
 A possible value for vertical Element. More...
 
const int ALIGN_BASELINE = 7
 A possible value for vertical Element. More...
 
const int ALIGN_JUSTIFIED_ALL = 8
 Does the same as ALIGN_JUSTIFIED but the last line is also spread out. More...
 
const int CCITTG4 = 0x100
 Pure two-dimensional encoding (Group 4) More...
 
const int CCITTG3_1D = 0x101
 Pure one-dimensional encoding (Group 3, 1-D) More...
 
const int CCITTG3_2D = 0x102
 Mixed one- and two-dimensional encoding (Group 3, 2-D) More...
 
const int CCITT_BLACKIS1 = 1
 A flag indicating whether 1-bits are to be interpreted as black pixels and 0-bits as white pixels, More...
 
const int CCITT_ENCODEDBYTEALIGN = 2
 A flag indicating whether the filter expects extra 0-bits before each encoded line so that the line begins on a byte boundary. More...
 
const int CCITT_ENDOFLINE = 4
 A flag indicating whether end-of-line bit patterns are required to be present in the encoding. More...
 
const int CCITT_ENDOFBLOCK = 8
 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. More...
 

Detailed Description

Interface for a text element.

See also
T:iTextSharp.text.Anchor, T:iTextSharp.text.Cell, T:iTextSharp.text.Chapter, T:iTextSharp.text.Chunk, T:iTextSharp.text.Gif, T:iTextSharp.text.Graphic, T:iTextSharp.text.Header, T:iTextSharp.text.Image, T:iTextSharp.text.Jpeg, T:iTextSharp.text.List, T:iTextSharp.text.ListItem, T:iTextSharp.text.Meta, T:iTextSharp.text.Paragraph, T:iTextSharp.text.Phrase, T:iTextSharp.text.Rectangle, T:iTextSharp.text.Row, T:iTextSharp.text.Section, T:iTextSharp.text.Table

Member Data Documentation

◆ ALIGN_BASELINE

const int iTextSharp.text.Element.ALIGN_BASELINE = 7
static

A possible value for vertical Element.

◆ ALIGN_BOTTOM

const int iTextSharp.text.Element.ALIGN_BOTTOM = 6
static

A possible value for vertical Element.

◆ ALIGN_CENTER

const int iTextSharp.text.Element.ALIGN_CENTER = 1
static

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.

◆ ALIGN_JUSTIFIED

const int iTextSharp.text.Element.ALIGN_JUSTIFIED = 3
static

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.

◆ ALIGN_JUSTIFIED_ALL

const int iTextSharp.text.Element.ALIGN_JUSTIFIED_ALL = 8
static

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

◆ ALIGN_LEFT

const int iTextSharp.text.Element.ALIGN_LEFT = 0
static

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.

◆ ALIGN_MIDDLE

const int iTextSharp.text.Element.ALIGN_MIDDLE = 5
static

A possible value for vertical Element.

◆ ALIGN_RIGHT

const int iTextSharp.text.Element.ALIGN_RIGHT = 2
static

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.

◆ ALIGN_TOP

const int iTextSharp.text.Element.ALIGN_TOP = 4
static

A possible value for vertical Element.

◆ ALIGN_UNDEFINED

const int iTextSharp.text.Element.ALIGN_UNDEFINED = -1
static

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.

◆ ANCHOR

const int iTextSharp.text.Element.ANCHOR = 17
static

This is a possible type of Element

◆ ANNOTATION

const int iTextSharp.text.Element.ANNOTATION = 29
static

This is a possible type of Element.

◆ AUTHOR

const int iTextSharp.text.Element.AUTHOR = 4
static

This is a possible type of Element.

◆ CCITT_BLACKIS1

const int iTextSharp.text.Element.CCITT_BLACKIS1 = 1
static

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

◆ CCITT_ENCODEDBYTEALIGN

const int iTextSharp.text.Element.CCITT_ENCODEDBYTEALIGN = 2
static

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

◆ CCITT_ENDOFBLOCK

const int iTextSharp.text.Element.CCITT_ENDOFBLOCK = 8
static

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.

◆ CCITT_ENDOFLINE

const int iTextSharp.text.Element.CCITT_ENDOFLINE = 4
static

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

◆ CCITTG3_1D

const int iTextSharp.text.Element.CCITTG3_1D = 0x101
static

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

◆ CCITTG3_2D

const int iTextSharp.text.Element.CCITTG3_2D = 0x102
static

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

◆ CCITTG4

const int iTextSharp.text.Element.CCITTG4 = 0x100
static

Pure two-dimensional encoding (Group 4)

◆ CELL

const int iTextSharp.text.Element.CELL = 20
static

This is a possible type of Element.

◆ CHAPTER

const int iTextSharp.text.Element.CHAPTER = 16
static

This is a possible type of Element

◆ CHUNK

const int iTextSharp.text.Element.CHUNK = 10
static

This is a possible type of Element.

◆ CREATIONDATE

const int iTextSharp.text.Element.CREATIONDATE = 6
static

This is a possible type of Element.

◆ CREATOR

const int iTextSharp.text.Element.CREATOR = 7
static

This is a possible type of Element.

◆ HEADER

const int iTextSharp.text.Element.HEADER = 0
static

This is a possible type of Element.

◆ IMGRAW

const int iTextSharp.text.Element.IMGRAW = 34
static

This is a possible type of Element.

◆ IMGTEMPLATE

const int iTextSharp.text.Element.IMGTEMPLATE = 35
static

This is a possible type of Element.

◆ JBIG2

const int iTextSharp.text.Element.JBIG2 = 36
static

This is a possible type of Element.

Since
2.1.5

◆ JPEG

const int iTextSharp.text.Element.JPEG = 32
static

This is a possible type of Element.

◆ JPEG2000

const int iTextSharp.text.Element.JPEG2000 = 33
static

This is a possible type of Element.

◆ KEYWORDS

const int iTextSharp.text.Element.KEYWORDS = 3
static

This is a possible type of Element.

◆ LIST

const int iTextSharp.text.Element.LIST = 14
static

This is a possible type of Element

◆ LISTITEM

const int iTextSharp.text.Element.LISTITEM = 15
static

This is a possible type of Element

◆ MARKED

const int iTextSharp.text.Element.MARKED = 50
static

This is a possible type of Element.

◆ MULTI_COLUMN_TEXT

const int iTextSharp.text.Element.MULTI_COLUMN_TEXT = 40
static

This is a possible type of

Element.

◆ PARAGRAPH

const int iTextSharp.text.Element.PARAGRAPH = 12
static

This is a possible type of Element.

◆ PHRASE

const int iTextSharp.text.Element.PHRASE = 11
static

This is a possible type of Element.

◆ PRODUCER

const int iTextSharp.text.Element.PRODUCER = 5
static

This is a possible type of Element.

◆ PTABLE

const int iTextSharp.text.Element.PTABLE = 23
static

This is a possible type of Element.

◆ RECTANGLE

const int iTextSharp.text.Element.RECTANGLE = 30
static

This is a possible type of Element.

◆ ROW

const int iTextSharp.text.Element.ROW = 21
static

This is a possible type of Element.

◆ SECTION

const int iTextSharp.text.Element.SECTION = 13
static

This is a possible type of Element

◆ SUBJECT

const int iTextSharp.text.Element.SUBJECT = 2
static

This is a possible type of Element.

◆ TABLE

const int iTextSharp.text.Element.TABLE = 22
static

This is a possible type of Element.

◆ TITLE

const int iTextSharp.text.Element.TITLE = 1
static

This is a possible type of Element.

◆ YMARK

const int iTextSharp.text.Element.YMARK = 55
static

This is a possible type of Element.

Since
2.1.2

The documentation for this class was generated from the following file: