Ejemplo n.º 1
0
 public void Write_i8(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     if (_choice_0 == ChoiceBucket_0.i8)
     {
         OoxmlComplexType.WriteRawTag(s, depth, namespaces, "i8", "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes", _i8);
     }
 }
Ejemplo n.º 2
0
 public void Write_t(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     if (_t != null)
     {
         OoxmlComplexType.WriteRawTag(s, depth, namespaces, "t", preserveWhitespace: true, "http://schemas.openxmlformats.org/spreadsheetml/2006/main", _t);
     }
 }
Ejemplo n.º 3
0
 public void Write_rowOff(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     if (this._rowOff != null)
     {
         OoxmlComplexType.WriteRawTag(s, depth, namespaces, "rowOff", "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing", this._rowOff);
     }
 }
Ejemplo n.º 4
0
 public void Write_lastModifiedBy(TextWriter s)
 {
     if (this._lastModifiedBy != null)
     {
         OoxmlComplexType.WriteRawTag(s, "lastModifiedBy", "cp", this._lastModifiedBy);
     }
 }
Ejemplo n.º 5
0
 public void Write_version(TextWriter s)
 {
     if (this._version != null)
     {
         OoxmlComplexType.WriteRawTag(s, "version", "cp", this._version);
     }
 }
Ejemplo n.º 6
0
 public void Write_contentType(TextWriter s)
 {
     if (this._contentType != null)
     {
         OoxmlComplexType.WriteRawTag(s, "contentType", "cp", this._contentType);
     }
 }
Ejemplo n.º 7
0
 public void Write_keywords(TextWriter s)
 {
     if (this._keywords != null)
     {
         OoxmlComplexType.WriteRawTag(s, "keywords", "cp", this._keywords);
     }
 }
Ejemplo n.º 8
0
 public void Write_category(TextWriter s)
 {
     if (this._category != null)
     {
         OoxmlComplexType.WriteRawTag(s, "category", "cp", this._category);
     }
 }
Ejemplo n.º 9
0
 public void Write_contentStatus(TextWriter s)
 {
     if (this._contentStatus != null)
     {
         OoxmlComplexType.WriteRawTag(s, "contentStatus", "cp", this._contentStatus);
     }
 }
Ejemplo n.º 10
0
 public void Write_AppVersion(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     if (_AppVersion != null)
     {
         OoxmlComplexType.WriteRawTag(s, depth, namespaces, "AppVersion", "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties", _AppVersion);
     }
 }
Ejemplo n.º 11
0
 public void Write_v(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     if (_v != null)
     {
         OoxmlComplexType.WriteRawTag(s, depth, namespaces, "v", "http://schemas.openxmlformats.org/spreadsheetml/2006/main", _v);
     }
 }
Ejemplo n.º 12
0
 public void Write_bstr(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     if (this._choice_0 == ChoiceBucket_0.bstr && this._bstr != null)
     {
         OoxmlComplexType.WriteRawTag(s, depth, namespaces, "bstr", "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes", this._bstr);
     }
 }
Ejemplo n.º 13
0
 public void Write_firstFooter(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     if (this._firstFooter != null)
     {
         OoxmlComplexType.WriteRawTag(s, depth, namespaces, "firstFooter", "http://schemas.openxmlformats.org/spreadsheetml/2006/main", this._firstFooter);
     }
 }
Ejemplo n.º 14
0
 public void Write_DocSecurity(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     OoxmlComplexType.WriteRawTag(s, depth, namespaces, "DocSecurity", "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties", this._DocSecurity);
 }
Ejemplo n.º 15
0
 public void Write_col(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     OoxmlComplexType.WriteRawTag(s, depth, namespaces, "col", "http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing", _col);
 }
Ejemplo n.º 16
0
 public void Write_HyperlinksChanged(TextWriter s, int depth, Dictionary <string, string> namespaces)
 {
     OoxmlComplexType.WriteRawTag(s, depth, namespaces, "HyperlinksChanged", "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties", _HyperlinksChanged);
 }