[]
Saves a Ribbon definition into an XML file.
public void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file that will contain the Ribbon definition. |
Saves a Ribbon definition into a Stream.
public void Save(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | Stream that will contain the Ribbon definition. |
Saves a Ribbon definition into an XmlWriter.
public void Save(XmlTextWriter writer)
Type | Name | Description |
---|---|---|
XmlTextWriter | writer |