C# Class QSDocTemplates.OdtWorks

Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Свойство Type Description
DocParser IDocParser

Méthodes publiques

Méthode Description
AddFile ( byte data, string path ) : void
Close ( ) : void
FillValues ( ) : void
GetArray ( ) : byte[]
GetXmlObjects ( string nodeName, string attribute, string value ) : LinkedList
OdtWorks ( Stream odtInStream ) : System
OdtWorks ( byte odtfile ) : System
OdtWorks ( string odtFileName ) : System
ReplaceFrameContent ( string frameName, byte image, string path ) : void
SetFieldValue ( XmlNode node, PatternFieldType type, object value ) : void
SetFieldVariableValue ( XmlNode node, PatternFieldType type, object value ) : void
UpdateFields ( ) : void
UpdateXmlDocument ( XmlDocument document, string path ) : void

Private Methods

Méthode Description
AddFieldDecl ( PatternField field, VariableType type, XmlDocument content, XmlElement fieldsDels, List existFilds ) : void
FineParent ( XmlNode node, string element ) : XmlNode
GetXMLDocument ( string path ) : XmlDocument

Method Details

AddFile() public méthode

public AddFile ( byte data, string path ) : void
data byte
path string
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

FillValues() public méthode

public FillValues ( ) : void
Résultat void

GetArray() public méthode

public GetArray ( ) : byte[]
Résultat byte[]

GetXmlObjects() public méthode

public GetXmlObjects ( string nodeName, string attribute, string value ) : LinkedList
nodeName string
attribute string
value string
Résultat LinkedList

OdtWorks() public méthode

public OdtWorks ( Stream odtInStream ) : System
odtInStream Stream
Résultat System

OdtWorks() public méthode

public OdtWorks ( byte odtfile ) : System
odtfile byte
Résultat System

OdtWorks() public méthode

public OdtWorks ( string odtFileName ) : System
odtFileName string
Résultat System

ReplaceFrameContent() public méthode

public ReplaceFrameContent ( string frameName, byte image, string path ) : void
frameName string
image byte
path string
Résultat void

SetFieldValue() public méthode

public SetFieldValue ( XmlNode node, PatternFieldType type, object value ) : void
node System.Xml.XmlNode
type PatternFieldType
value object
Résultat void

SetFieldVariableValue() public méthode

public SetFieldVariableValue ( XmlNode node, PatternFieldType type, object value ) : void
node System.Xml.XmlNode
type PatternFieldType
value object
Résultat void

UpdateFields() public méthode

public UpdateFields ( ) : void
Résultat void

UpdateXmlDocument() public méthode

public UpdateXmlDocument ( XmlDocument document, string path ) : void
document System.Xml.XmlDocument
path string
Résultat void

Property Details

DocParser public_oe property

public IDocParser DocParser
Résultat IDocParser