C# Class AODL.Document.Content.Draw.Graphic

Graphic represent a graphic resp. image.
Inheritance: IContent, IContentContainer
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
Graphic ( IDocument document, Frame frame, string graphiclink ) : System

Initializes a new instance of the Graphic class.

Private Methods

Method Description
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( string graphiclink ) : void

Create a new XmlNode.

Method Details

Graphic() public method

Initializes a new instance of the Graphic class.
public Graphic ( IDocument document, Frame frame, string graphiclink ) : System
document IDocument The document.
frame Frame The frame.
graphiclink string The graphiclink.
return System