Click or drag to resize
ExcelXmlWriter Class

[Missing <summary> documentation for "T:Activsoft.Dashboard.ExcelXmlWriter"]

Inheritance Hierarchy
SystemObject
  System.XmlXmlWriter
    Activsoft.DashboardExcelXmlWriter

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class ExcelXmlWriter : XmlWriter

The ExcelXmlWriter type exposes the following members.

Constructors
  NameDescription
Public methodExcelXmlWriter
Initializes a new instance of the ExcelXmlWriter class
Top
Methods
  NameDescription
Public methodClose (Overrides XmlWriterClose.)
Public methodDispose
Releases all resources used by the ExcelXmlWriter
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources.
(Inherited from XmlWriter.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlush (Overrides XmlWriterFlush.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodLookupPrefix (Overrides XmlWriterLookupPrefix(String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteAttributes
When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader.
(Inherited from XmlWriter.)
Public methodWriteAttributeString(String, String)
When overridden in a derived class, writes out the attribute with the specified local name and value.
(Inherited from XmlWriter.)
Public methodWriteAttributeString(String, String, String)
When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value.
(Inherited from XmlWriter.)
Public methodWriteAttributeString(String, String, String, String)
When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value.
(Inherited from XmlWriter.)
Public methodWriteBase64 (Overrides XmlWriterWriteBase64(Byte, Int32, Int32).)
Public methodWriteBinHex
When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text.
(Inherited from XmlWriter.)
Public methodWriteCData (Overrides XmlWriterWriteCData(String).)
Public methodWriteCharEntity (Overrides XmlWriterWriteCharEntity(Char).)
Public methodWriteChars (Overrides XmlWriterWriteChars(Char, Int32, Int32).)
Public methodWriteComment (Overrides XmlWriterWriteComment(String).)
Public methodWriteDocType (Overrides XmlWriterWriteDocType(String, String, String, String).)
Public methodWriteElementString(String, String)
When overridden in a derived class, writes an element with the specified local name and value.
(Inherited from XmlWriter.)
Public methodWriteElementString(String, String, String)
When overridden in a derived class, writes an element with the specified local name, namespace URI, and value.
(Inherited from XmlWriter.)
Public methodWriteElementString(String, String, String, String)
Writes an element with the specified local name, namespace URI, and value.
(Inherited from XmlWriter.)
Public methodWriteEndAttribute (Overrides XmlWriterWriteEndAttribute.)
Public methodWriteEndDocument (Overrides XmlWriterWriteEndDocument.)
Public methodWriteEndElement (Overrides XmlWriterWriteEndElement.)
Public methodWriteEntityRef (Overrides XmlWriterWriteEntityRef(String).)
Public methodWriteFullEndElement (Overrides XmlWriterWriteFullEndElement.)
Public methodWriteName
When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).
(Inherited from XmlWriter.)
Public methodWriteNmToken
When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).
(Inherited from XmlWriter.)
Public methodWriteNode(XmlReader, Boolean)
When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling.
(Inherited from XmlWriter.)
Public methodWriteNode(XPathNavigator, Boolean)
Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.
(Inherited from XmlWriter.)
Public methodWriteProcessingInstruction (Overrides XmlWriterWriteProcessingInstruction(String, String).)
Public methodWriteQualifiedName
When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.
(Inherited from XmlWriter.)
Public methodWriteRaw(String) (Overrides XmlWriterWriteRaw(String).)
Public methodWriteRaw(Char, Int32, Int32) (Overrides XmlWriterWriteRaw(Char, Int32, Int32).)
Public methodWriteStartAttribute(String)
Writes the start of an attribute with the specified local name.
(Inherited from XmlWriter.)
Public methodWriteStartAttribute(String, String)
Writes the start of an attribute with the specified local name and namespace URI.
(Inherited from XmlWriter.)
Public methodWriteStartAttribute(String, String, String) (Overrides XmlWriterWriteStartAttribute(String, String, String).)
Public methodWriteStartDocument (Overrides XmlWriterWriteStartDocument.)
Public methodWriteStartDocument(Boolean) (Overrides XmlWriterWriteStartDocument(Boolean).)
Public methodWriteStartElement(String)
When overridden in a derived class, writes out a start tag with the specified local name.
(Inherited from XmlWriter.)
Public methodWriteStartElement(String, String)
When overridden in a derived class, writes the specified start tag and associates it with the given namespace.
(Inherited from XmlWriter.)
Public methodWriteStartElement(String, String, String) (Overrides XmlWriterWriteStartElement(String, String, String).)
Public methodWriteString (Overrides XmlWriterWriteString(String).)
Public methodWriteSurrogateCharEntity (Overrides XmlWriterWriteSurrogateCharEntity(Char, Char).)
Public methodWriteValue(Object)
Writes the object value.
(Inherited from XmlWriter.)
Public methodWriteValue(String)
Writes a String value.
(Inherited from XmlWriter.)
Public methodWriteValue(Boolean)
Writes a Boolean value.
(Inherited from XmlWriter.)
Public methodWriteValue(DateTime)
Writes a DateTime value.
(Inherited from XmlWriter.)
Public methodWriteValue(Double)
Writes a Double value.
(Inherited from XmlWriter.)
Public methodWriteValue(Single)
Writes a single-precision floating-point number.
(Inherited from XmlWriter.)
Public methodWriteValue(Decimal)
Writes a Decimal value.
(Inherited from XmlWriter.)
Public methodWriteValue(Int32)
Writes a Int32 value.
(Inherited from XmlWriter.)
Public methodWriteValue(Int64)
Writes a Int64 value.
(Inherited from XmlWriter.)
Public methodWriteWhitespace (Overrides XmlWriterWriteWhitespace(String).)
Top
Fields
  NameDescription
Public fieldStatic memberXHTMLNS
Top
Properties
  NameDescription
Public propertyFilePath
Public propertySettings
Gets the XmlWriterSettings object used to create this XmlWriter instance.
(Inherited from XmlWriter.)
Public propertyWriteState (Overrides XmlWriterWriteState.)
Public propertyXmlLang
When overridden in a derived class, gets the current xml:lang scope.
(Inherited from XmlWriter.)
Public propertyXmlSpace
When overridden in a derived class, gets an XmlSpace representing the current xml:space scope.
(Inherited from XmlWriter.)
Top
See Also