C# Class QSDocTemplates.OdtWorks

ファイルを表示 Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
DocParser IDocParser

Public Methods

Method 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

Method 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 method

public AddFile ( byte data, string path ) : void
data byte
path string
return void

Close() public method

public Close ( ) : void
return void

FillValues() public method

public FillValues ( ) : void
return void

GetArray() public method

public GetArray ( ) : byte[]
return byte[]

GetXmlObjects() public method

public GetXmlObjects ( string nodeName, string attribute, string value ) : LinkedList
nodeName string
attribute string
value string
return LinkedList

OdtWorks() public method

public OdtWorks ( Stream odtInStream ) : System
odtInStream Stream
return System

OdtWorks() public method

public OdtWorks ( byte odtfile ) : System
odtfile byte
return System

OdtWorks() public method

public OdtWorks ( string odtFileName ) : System
odtFileName string
return System

ReplaceFrameContent() public method

public ReplaceFrameContent ( string frameName, byte image, string path ) : void
frameName string
image byte
path string
return void

SetFieldValue() public method

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

SetFieldVariableValue() public method

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

UpdateFields() public method

public UpdateFields ( ) : void
return void

UpdateXmlDocument() public method

public UpdateXmlDocument ( XmlDocument document, string path ) : void
document System.Xml.XmlDocument
path string
return void

Property Details

DocParser public_oe property

public IDocParser DocParser
return IDocParser