Property | Type | Description | |
---|---|---|---|
chapters | int | ||
controlOpenClose | bool | ||
currentChunk | |||
document | IDocListener | ||
ignore | bool | ||
myTags | |||
stack |
Method | Description | |
---|---|---|
Characters ( string content, int start, int length ) : void |
This method gets called when characters are encountered.
|
|
EndElement ( String uri, String lname, String name ) : void |
This method gets called when an end tag is encountered.
|
|
HandleEndingTags ( String name ) : void |
This method deals with the starting tags.
|
|
HandleStartingTags ( String name, |
This method deals with the starting tags.
|
|
ITextHandler ( IDocListener document ) : System |
Constructs a new iTextHandler that will translate all the events triggered by the parser to actions on the
|
|
ITextHandler ( IDocListener document, |
||
ITextHandler ( IDocListener document, |
||
ITextHandler ( IDocListener document, |
||
IgnorableWhitespace ( char ch, int start, int length ) : void |
This method gets called when ignorable white space encountered.
|
|
SetControlOpenClose ( bool controlOpenClose ) : void |
Sets the parameter that allows you to enable/disable the control over the Document.Open() and Document.Close() method. If you set this parameter to true (= default), the parser will open the Document object when the start-root-tag is encountered and close it when the end-root-tag is met. If you set it to false, you have to open and close the Document object yourself. |
|
StartElement ( String uri, String lname, String name, |
This method gets called when a start tag is encountered.
|
Method | Description | |
---|---|---|
AddImage ( Image img ) : void | ||
IsDocumentRoot ( String tag ) : bool |
Checks if a certain tag corresponds with the roottag.
|
Method | Description | |
---|---|---|
IsNewline ( String tag ) : bool |
Checks if a certain tag corresponds with the newpage-tag.
|
|
IsNewpage ( String tag ) : bool |
Checks if a certain tag corresponds with the newpage-tag.
|
public Characters ( string content, int start, int length ) : void | ||
content | string | an array of characters |
start | int | the start position in the array |
length | int | the number of characters to read from the array |
return | void |
public EndElement ( String uri, String lname, String name ) : void | ||
uri | String | |
lname | String | |
name | String | the name of the tag that ends |
return | void |
public HandleEndingTags ( String name ) : void | ||
name | String | the name of the tag |
return | void |
public HandleStartingTags ( String name, |
||
name | String | the name of the tag |
attributes | the list of attributes | |
return | void |
public ITextHandler ( IDocListener document ) : System | ||
document | IDocListener | this is the document on which events must be triggered |
return | System |
public ITextHandler ( IDocListener document, |
||
document | IDocListener | |
myTags | ||
return | System |
public ITextHandler ( IDocListener document, |
||
document | IDocListener | |
myTags | ||
return | System |
public ITextHandler ( IDocListener document, |
||
document | IDocListener | |
myTags | ||
bf | ||
return | System |
public IgnorableWhitespace ( char ch, int start, int length ) : void | ||
ch | char | an array of characters |
start | int | the start position in the array |
length | int | the number of characters to read from the array |
return | void |
protected IsDocumentRoot ( String tag ) : bool | ||
tag | String | a presumed tagname |
return | bool |
public SetControlOpenClose ( bool controlOpenClose ) : void | ||
controlOpenClose | bool | set this to false if you plan to open/close the Document yourself |
return | void |
public StartElement ( String uri, String lname, String name, |
||
uri | String | |
lname | String | |
name | String | the name of the tag that is encountered |
attrs | the list of attributes | |
return | void |
protected Chunk,iTextSharp.text currentChunk | ||
return |
protected Hashtable,System.Collections myTags | ||
return |