MindFusion.Wpf Pack Programmer's Guide
XmlContext Methods
 


 Public Methods

  Name Description

AddChildElement

Overloaded. Adds a new child node to a specified parent node.

LoadWorksheet

Reads a worksheet from the specified XML element.

ReadBool

Overloaded. Reads a boolean value.

ReadBrush

Overloaded. Reads a Brush object.

ReadByte

Reads a byte value with the specified name.

ReadChar

Reads a char value with the specified name.

ReadColor

Reads a Color value from the element with the specified name.

ReadColorArray

Reads a color array with the specified name.

ReadColumnTag

Reads the tag for the specified column.

ReadDecimal

Reads a decimal value with the specified name.

ReadDouble

Reads a double value with the specified name.

ReadEnum

Reads an enumeration object from the element with the specified name.

ReadFloat

Overloaded. Reads a float value.

ReadFloatArray

Reads a float array with the specified name.

ReadImage

Reads an ImageSource object with the specified name.

ReadInt

Overloaded. Reads an integer value.

ReadLong

Reads a long value with the specified name.

ReadMeasure

Reads a Measure value from the element with the specified name.

ReadObject

Reads an object with the specified name.

ReadPoint

Overloaded. Reads a Point object.

ReadRowTag

Reads the tag for the specified row.

ReadSByte

Reads a 8-bit signed integer value with the specified name.

ReadShort

Overloaded. Reads a short value.

ReadStream

Reads a stream with the specified name.

ReadString

Overloaded. Reads a string value.

ReadTag

Reads the tag for the specified worksheet.

ReadUInt

Reads an unsigned integer value with the specified name.

ReadULong

Reads an unsigned long value with the specified name.

ReadUShort

Reads an unsigned short value with the specified name.

SaveWorksheet

Saves the specified worksheet to the specified XML element.

WriteBool

Writes a boolean value with the specified name.

WriteBrush

Writes a reference to the specified brush. The brush is registered within the internal hashtable for subsequent serialization.

WriteByte

Write a byte value with the specified name.

WriteChar

Write a char value with the specified name.

WriteColor

Writes the specified Color object as an XML element with the specified name and the specified parent.

WriteColorArray

Writes the specified array.

WriteColumnTag

Writes the specified tag of the specified column.

WriteDecimal

Write a decimal value with the specified name.

WriteDouble

Writes a double value with the specified name.

WriteDoubleArray

Writes the specified array.

WriteEnum

Writes the specified enumeration as an XML element with the specified name and the specified parent.

WriteFloat

Writes a float value with the specified name.

WriteFloatArray

Writes the specified array.

WriteFloatAttribute

Writes a float value with the specified name.

WriteImage

Writes a reference to the specified image. The image is registered within the internal hashtable for subsequent serialization.

WriteInt

Writes an integer value with the specified name.

WriteLong

Writes a long value with the specified name.

WriteMeasure

Writes the specified Measure object as an XML element with the specified name and the specified parent.

WriteObject

Writes the specified object under the specified name.

WritePoint

Overloaded. Writes a Point object.

WriteRowTag

Writes the specified tag of the specified row.

WriteSByte

Write a 8-bit signed integer value with the specified name.

WriteShort

Writes a short value with the specified name.

WriteStream

Writes the specified stream.

WriteString

Writes a string value with the specified name.

WriteTag

Writes the specified tag of the specified worksheet.

WriteUInt

Writes an unsigned integer value with the specified name.

WriteULong

Writes an unsigned long value with the specified name.

WriteUShort

Writes an unsigned short value with the specified name.

 See Also

XmlContext Class
MindFusion.Spreadsheet.Wpf Namespace