HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Interface for a text element. More...
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... | |
Interface for a text element.
|
static |
A possible value for vertical Element.
|
static |
A possible value for vertical Element.
|
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.
|
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.
|
static |
Does the same as ALIGN_JUSTIFIED but the last line is also spread out.
|
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.
|
static |
A possible value for vertical Element.
|
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.
|
static |
A possible value for vertical Element.
|
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.
|
static |
This is a possible type of Element
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
A flag indicating whether 1-bits are to be interpreted as black pixels and 0-bits as white pixels,
|
static |
A flag indicating whether the filter expects extra 0-bits before each encoded line so that the line begins on a byte boundary.
|
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.
|
static |
A flag indicating whether end-of-line bit patterns are required to be present in the encoding.
|
static |
Pure one-dimensional encoding (Group 3, 1-D)
|
static |
Mixed one- and two-dimensional encoding (Group 3, 2-D)
|
static |
Pure two-dimensional encoding (Group 4)
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element
.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element
.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element
|
static |
This is a possible type of Element
|
static |
This is a possible type of Element
.
|
static |
This is a possible type of
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element.
|
static |
This is a possible type of Element
.