Method | Description | |
---|---|---|
Convert ( ) : void | ||
RtfXmlConverter ( IRtfDocument rtfDocument, |
||
RtfXmlConverter ( IRtfDocument rtfDocument, |
Method | Description | |
---|---|---|
DoVisitBreak ( IRtfVisualBreak visualBreak ) : void | ||
DoVisitImage ( IRtfVisualImage visualImage ) : void | ||
DoVisitSpecial ( IRtfVisualSpecialChar visualSpecialChar ) : void | ||
DoVisitText ( IRtfVisualText visualText ) : void |
Method | Description | |
---|---|---|
WriteColor ( string name, IRtfColor color ) : void | ||
WriteElementString ( string localName, string value ) : void | ||
WriteEndElement ( ) : void | ||
WriteStartElement ( string localName ) : void |
protected DoVisitBreak ( IRtfVisualBreak visualBreak ) : void | ||
visualBreak | IRtfVisualBreak | |
return | void |
protected DoVisitImage ( IRtfVisualImage visualImage ) : void | ||
visualImage | IRtfVisualImage | |
return | void |
protected DoVisitSpecial ( IRtfVisualSpecialChar visualSpecialChar ) : void | ||
visualSpecialChar | IRtfVisualSpecialChar | |
return | void |
protected DoVisitText ( IRtfVisualText visualText ) : void | ||
visualText | IRtfVisualText | |
return | void |
public RtfXmlConverter ( IRtfDocument rtfDocument, |
||
rtfDocument | IRtfDocument | |
writer | ||
return | System |
public RtfXmlConverter ( IRtfDocument rtfDocument, |
||
rtfDocument | IRtfDocument | |
writer | ||
settings | ||
return | System |