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

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

Public Methods

Method Description
CreatePubAttr ( string name, string text, string prefix ) : void
Frame ( IDocument document, string stylename ) : System

Initializes a new instance of the Frame class.

Frame ( IDocument document, string stylename, string drawName, string graphicfile ) : System

Initializes a new instance of the Frame class.

LoadImageFromFile ( string graphicfilename ) : string

Loads the image from file.

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 ( ) : void

Create a new XmlNode.

Method Details

CreatePubAttr() public method

public CreatePubAttr ( string name, string text, string prefix ) : void
name string
text string
prefix string
return void

Frame() public method

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

Frame() public method

Initializes a new instance of the Frame class.
public Frame ( IDocument document, string stylename, string drawName, string graphicfile ) : System
document IDocument The textdocument.
stylename string The stylename.
drawName string The draw name.
graphicfile string The graphicfile.
return System

LoadImageFromFile() public method

Loads the image from file.
public LoadImageFromFile ( string graphicfilename ) : string
graphicfilename string The graphicfilename.
return string