diff --git a/gen/DocumentFormat.OpenXml.Generator.Models/Editor/DocumentCommentExtensions.cs b/gen/DocumentFormat.OpenXml.Generator.Models/Editor/DocumentCommentExtensions.cs index f094215da..6dfb5f870 100644 --- a/gen/DocumentFormat.OpenXml.Generator.Models/Editor/DocumentCommentExtensions.cs +++ b/gen/DocumentFormat.OpenXml.Generator.Models/Editor/DocumentCommentExtensions.cs @@ -14,7 +14,7 @@ public static void WriteDocumentationComment(this TextWriter writer, string summ public static void WriteDocumentationComment(this TextWriter writer, DocumentCommentOptions option) { AddParagraphs("summary", writer, option.Summary); - AddParagraphs("remark", writer, option.Remarks); + AddParagraphs("remarks", writer, option.Remarks); foreach (var parameter in option.Parameters) { diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs index 7459881b9..3837dbd86 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Vml.Spreadsheet /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xvml:ClientData. /// - /// + /// /// The following table lists the possible child types: /// /// <xvml:Row> @@ -93,7 +93,7 @@ namespace DocumentFormat.OpenXml.Vml.Spreadsheet /// <xvml:DDE> /// <xvml:UIObj> /// - /// + /// public partial class ClientData : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs index d7afcccaf..1e674e763 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Vml.Office /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is o:shapedefaults. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -38,7 +38,7 @@ namespace DocumentFormat.OpenXml.Vml.Office /// <v:stroke> /// <v:textbox> /// - /// + /// public partial class ShapeDefaults : OpenXmlCompositeElement { /// @@ -76,9 +76,9 @@ public ShapeDefaults(string outerXml) : base(outerXml) /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -149,9 +149,9 @@ public StringValue? StrokeColor /// Allow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -162,9 +162,9 @@ public TrueFalseValue? AllowInCell /// allowoverlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -175,9 +175,9 @@ public TrueFalseValue? AllowOverlap /// insetmode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -230,9 +230,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Fill. /// Represents the following element tag in the schema: v:fill. /// - /// + /// /// xmlns:v = urn:schemas-microsoft-com:vml - /// + /// public DocumentFormat.OpenXml.Vml.Fill? Fill { get => GetElement(); @@ -243,9 +243,9 @@ public DocumentFormat.OpenXml.Vml.Fill? Fill /// ImageData. /// Represents the following element tag in the schema: v:imagedata. /// - /// + /// /// xmlns:v = urn:schemas-microsoft-com:vml - /// + /// public DocumentFormat.OpenXml.Vml.ImageData? ImageData { get => GetElement(); @@ -256,9 +256,9 @@ public DocumentFormat.OpenXml.Vml.ImageData? ImageData /// Stroke. /// Represents the following element tag in the schema: v:stroke. /// - /// + /// /// xmlns:v = urn:schemas-microsoft-com:vml - /// + /// public DocumentFormat.OpenXml.Vml.Stroke? Stroke { get => GetElement(); @@ -269,9 +269,9 @@ public DocumentFormat.OpenXml.Vml.Stroke? Stroke /// TextBox. /// Represents the following element tag in the schema: v:textbox. /// - /// + /// /// xmlns:v = urn:schemas-microsoft-com:vml - /// + /// public DocumentFormat.OpenXml.Vml.TextBox? TextBox { get => GetElement(); @@ -282,9 +282,9 @@ public DocumentFormat.OpenXml.Vml.TextBox? TextBox /// Shadow. /// Represents the following element tag in the schema: v:shadow. /// - /// + /// /// xmlns:v = urn:schemas-microsoft-com:vml - /// + /// public DocumentFormat.OpenXml.Vml.Shadow? Shadow { get => GetElement(); @@ -295,9 +295,9 @@ public DocumentFormat.OpenXml.Vml.Shadow? Shadow /// Skew. /// Represents the following element tag in the schema: o:skew. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.Skew? Skew { get => GetElement(); @@ -308,9 +308,9 @@ public DocumentFormat.OpenXml.Vml.Office.Skew? Skew /// Extrusion. /// Represents the following element tag in the schema: o:extrusion. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.Extrusion? Extrusion { get => GetElement(); @@ -321,9 +321,9 @@ public DocumentFormat.OpenXml.Vml.Office.Extrusion? Extrusion /// Callout. /// Represents the following element tag in the schema: o:callout. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.Callout? Callout { get => GetElement(); @@ -334,9 +334,9 @@ public DocumentFormat.OpenXml.Vml.Office.Callout? Callout /// Shape Protections. /// Represents the following element tag in the schema: o:lock. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.Lock? Lock { get => GetElement(); @@ -347,9 +347,9 @@ public DocumentFormat.OpenXml.Vml.Office.Lock? Lock /// Most Recently Used Colors. /// Represents the following element tag in the schema: o:colormru. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed? ColorMostRecentlyUsed { get => GetElement(); @@ -360,9 +360,9 @@ public DocumentFormat.OpenXml.Vml.Office.ColorMostRecentlyUsed? ColorMostRecentl /// UI Default Colors. /// Represents the following element tag in the schema: o:colormenu. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.ColorMenu? ColorMenu { get => GetElement(); @@ -378,14 +378,14 @@ public DocumentFormat.OpenXml.Vml.Office.ColorMenu? ColorMenu /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is o:shapelayout. /// - /// + /// /// The following table lists the possible child types: /// /// <o:idmap> /// <o:regrouptable> /// <o:rules> /// - /// + /// public partial class ShapeLayout : OpenXmlCompositeElement { /// @@ -423,9 +423,9 @@ public ShapeLayout(string outerXml) : base(outerXml) /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -453,9 +453,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape ID Map. /// Represents the following element tag in the schema: o:idmap. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.ShapeIdMap? ShapeIdMap { get => GetElement(); @@ -466,9 +466,9 @@ public DocumentFormat.OpenXml.Vml.Office.ShapeIdMap? ShapeIdMap /// Shape Grouping History. /// Represents the following element tag in the schema: o:regrouptable. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.RegroupTable? RegroupTable { get => GetElement(); @@ -479,9 +479,9 @@ public DocumentFormat.OpenXml.Vml.Office.RegroupTable? RegroupTable /// Rule Set. /// Represents the following element tag in the schema: o:rules. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.Rules? Rules { get => GetElement(); @@ -510,9 +510,9 @@ public SignatureLine() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -583,9 +583,9 @@ public TrueFalseValue? ShowSignDate /// Suggested Signer Line 1 /// Represents the following attribute in the schema: o:suggestedsigner /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? SuggestedSigner { get => GetAttribute(); @@ -596,9 +596,9 @@ public StringValue? SuggestedSigner /// Suggested Signer Line 2 /// Represents the following attribute in the schema: o:suggestedsigner2 /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? SuggestedSigner2 { get => GetAttribute(); @@ -609,9 +609,9 @@ public StringValue? SuggestedSigner2 /// Suggested Signer E-mail Address /// Represents the following attribute in the schema: o:suggestedsigneremail /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? SuggestedSignerEmail { get => GetAttribute(); @@ -731,12 +731,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is o:diagram. /// - /// + /// /// The following table lists the possible child types: /// /// <o:relationtable> /// - /// + /// public partial class Diagram : OpenXmlCompositeElement { /// @@ -774,9 +774,9 @@ public Diagram(string outerXml) : base(outerXml) /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -899,9 +899,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Diagram Relationship Table. /// Represents the following element tag in the schema: o:relationtable. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.RelationTable? RelationTable { get => GetElement(); @@ -930,9 +930,9 @@ public Skew() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -1024,9 +1024,9 @@ public Extrusion() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -1397,9 +1397,9 @@ public Callout() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -1580,9 +1580,9 @@ public Lock() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -1727,14 +1727,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is o:OLEObject. /// - /// + /// /// The following table lists the possible child types: /// /// <o:LinkType> /// <o:LockedField> /// <o:FieldCodes> /// - /// + /// public partial class OleObject : OpenXmlCompositeElement { /// @@ -1822,9 +1822,9 @@ public StringValue? ObjectId /// Relationship /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1870,9 +1870,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Embedded Object Alternate Image Request. /// Represents the following element tag in the schema: o:LinkType. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.LinkType? LinkType { get => GetElement(); @@ -1883,9 +1883,9 @@ public DocumentFormat.OpenXml.Vml.Office.LinkType? LinkType /// Embedded Object Cannot Be Refreshed. /// Represents the following element tag in the schema: o:LockedField. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.LockedField? LockedField { get => GetElement(); @@ -1896,9 +1896,9 @@ public DocumentFormat.OpenXml.Vml.Office.LockedField? LockedField /// WordprocessingML Field Switches. /// Represents the following element tag in the schema: o:FieldCodes. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.FieldCodes? FieldCodes { get => GetElement(); @@ -1927,9 +1927,9 @@ public Complex() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -2089,9 +2089,9 @@ protected StrokeChildType() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -2322,9 +2322,9 @@ public EnumValue? EndArrowLe /// Original Image Reference /// Represents the following attribute in the schema: o:href /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Href { get => GetAttribute(); @@ -2335,9 +2335,9 @@ public StringValue? Href /// Alternate Image Reference /// Represents the following attribute in the schema: o:althref /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? AlternateImageReference { get => GetAttribute(); @@ -2348,9 +2348,9 @@ public StringValue? AlternateImageReference /// Stroke Title /// Represents the following attribute in the schema: o:title /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Title { get => GetAttribute(); @@ -2361,9 +2361,9 @@ public StringValue? Title /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -2422,9 +2422,9 @@ public ClipPath() : base() /// Path Definition /// Represents the following attribute in the schema: o:v /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Value { get => GetAttribute(); @@ -2464,9 +2464,9 @@ public FillExtendedProperties() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -2514,9 +2514,9 @@ public ShapeIdMap() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -2551,12 +2551,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is o:regrouptable. /// - /// + /// /// The following table lists the possible child types: /// /// <o:entry> /// - /// + /// public partial class RegroupTable : OpenXmlCompositeElement { /// @@ -2594,9 +2594,9 @@ public RegroupTable(string outerXml) : base(outerXml) /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -2625,12 +2625,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is o:rules. /// - /// + /// /// The following table lists the possible child types: /// /// <o:r> /// - /// + /// public partial class Rules : OpenXmlCompositeElement { /// @@ -2668,9 +2668,9 @@ public Rules(string outerXml) : base(outerXml) /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -2746,12 +2746,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is o:r. /// - /// + /// /// The following table lists the possible child types: /// /// <o:proxy> /// - /// + /// public partial class Rule : OpenXmlCompositeElement { /// @@ -2856,12 +2856,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is o:relationtable. /// - /// + /// /// The following table lists the possible child types: /// /// <o:rel> /// - /// + /// public partial class RelationTable : OpenXmlCompositeElement { /// @@ -2899,9 +2899,9 @@ public RelationTable(string outerXml) : base(outerXml) /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -2943,9 +2943,9 @@ public Relation() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -3213,9 +3213,9 @@ public ColorMostRecentlyUsed() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); @@ -3263,9 +3263,9 @@ public ColorMenu() : base() /// VML Extension Handling Behavior /// Represents the following attribute in the schema: v:ext /// - /// + /// /// xmlns:v=urn:schemas-microsoft-com:vml - /// + /// public EnumValue? Extension { get => GetAttribute>(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs index a5d760ebf..3dc807424 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs @@ -150,9 +150,9 @@ public TrueFalseValue? AllowInsetPen /// Connection Point Type /// Represents the following attribute in the schema: o:connecttype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectionPointType { get => GetAttribute>(); @@ -163,9 +163,9 @@ public EnumValue? ConnectionPoi /// Connection Points /// Represents the following attribute in the schema: o:connectlocs /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? ConnectionPoints { get => GetAttribute(); @@ -176,9 +176,9 @@ public StringValue? ConnectionPoints /// Connection Point Connect Angles /// Represents the following attribute in the schema: o:connectangles /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? ConnectAngles { get => GetAttribute(); @@ -189,9 +189,9 @@ public StringValue? ConnectAngles /// Extrusion Toggle /// Represents the following attribute in the schema: o:extrusionok /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowExtrusion { get => GetAttribute(); @@ -230,12 +230,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:formulas. /// - /// + /// /// The following table lists the possible child types: /// /// <v:f> /// - /// + /// public partial class Formulas : OpenXmlCompositeElement { /// @@ -289,12 +289,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:handles. /// - /// + /// /// The following table lists the possible child types: /// /// <v:h> /// - /// + /// public partial class ShapeHandles : OpenXmlCompositeElement { /// @@ -348,12 +348,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:fill. /// - /// + /// /// The following table lists the possible child types: /// /// <o:fill> /// - /// + /// public partial class Fill : OpenXmlCompositeElement { /// @@ -461,9 +461,9 @@ public StringValue? Source /// Hyperlink Target /// Represents the following attribute in the schema: o:href /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Href { get => GetAttribute(); @@ -474,9 +474,9 @@ public StringValue? Href /// Alternate Image Reference Location /// Represents the following attribute in the schema: o:althref /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? AlternateImageReference { get => GetAttribute(); @@ -597,9 +597,9 @@ public EnumValue? Method /// Detect Mouse Click /// Represents the following attribute in the schema: o:detectmouseclick /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DetectMouseClick { get => GetAttribute(); @@ -610,9 +610,9 @@ public TrueFalseValue? DetectMouseClick /// Title /// Represents the following attribute in the schema: o:title /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Title { get => GetAttribute(); @@ -623,9 +623,9 @@ public StringValue? Title /// Secondary Color Opacity /// Represents the following attribute in the schema: o:opacity2 /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Opacity2 { get => GetAttribute(); @@ -656,9 +656,9 @@ public TrueFalseValue? Rotate /// Relationship to Part /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -714,9 +714,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FillExtendedProperties. /// Represents the following element tag in the schema: o:fill. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? FillExtendedProperties { get => GetElement(); @@ -732,7 +732,7 @@ public DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? FillExtendedPro /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:stroke. /// - /// + /// /// The following table lists the possible child types: /// /// <o:left> @@ -741,7 +741,7 @@ public DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties? FillExtendedPro /// <o:bottom> /// <o:column> /// - /// + /// public partial class Stroke : OpenXmlCompositeElement { /// @@ -999,9 +999,9 @@ public EnumValue? EndArrowLe /// Original Image Reference /// Represents the following attribute in the schema: o:href /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Href { get => GetAttribute(); @@ -1012,9 +1012,9 @@ public StringValue? Href /// Alternate Image Reference /// Represents the following attribute in the schema: o:althref /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? AlternateImageReference { get => GetAttribute(); @@ -1025,9 +1025,9 @@ public StringValue? AlternateImageReference /// Stroke Title /// Represents the following attribute in the schema: o:title /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Title { get => GetAttribute(); @@ -1038,9 +1038,9 @@ public StringValue? Title /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -1051,9 +1051,9 @@ public TrueFalseValue? ForceDash /// Relationship /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -1127,9 +1127,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LeftStroke. /// Represents the following element tag in the schema: o:left. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.LeftStroke? LeftStroke { get => GetElement(); @@ -1140,9 +1140,9 @@ public DocumentFormat.OpenXml.Vml.Office.LeftStroke? LeftStroke /// TopStroke. /// Represents the following element tag in the schema: o:top. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.TopStroke? TopStroke { get => GetElement(); @@ -1153,9 +1153,9 @@ public DocumentFormat.OpenXml.Vml.Office.TopStroke? TopStroke /// RightStroke. /// Represents the following element tag in the schema: o:right. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.RightStroke? RightStroke { get => GetElement(); @@ -1166,9 +1166,9 @@ public DocumentFormat.OpenXml.Vml.Office.RightStroke? RightStroke /// BottomStroke. /// Represents the following element tag in the schema: o:bottom. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.BottomStroke? BottomStroke { get => GetElement(); @@ -1179,9 +1179,9 @@ public DocumentFormat.OpenXml.Vml.Office.BottomStroke? BottomStroke /// ColumnStroke. /// Represents the following element tag in the schema: o:column. /// - /// + /// /// xmlns:o = urn:schemas-microsoft-com:office:office - /// + /// public DocumentFormat.OpenXml.Vml.Office.ColumnStroke? ColumnStroke { get => GetElement(); @@ -1344,12 +1344,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:textbox. /// - /// + /// /// The following table lists the possible child types: /// /// <w:txbxContent> /// - /// + /// public partial class TextBox : OpenXmlCompositeElement { /// @@ -1417,9 +1417,9 @@ public StringValue? Inset /// Text Box Single-Click Selection Toggle /// Represents the following attribute in the schema: o:singleclick /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? SingleClick { get => GetAttribute(); @@ -1710,9 +1710,9 @@ public StringValue? RecolorTarget /// Image Data Title /// Represents the following attribute in the schema: o:title /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Title { get => GetAttribute(); @@ -1723,9 +1723,9 @@ public StringValue? Title /// Detect Mouse Click /// Represents the following attribute in the schema: o:detectmouseclick /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DetectMouseClick { get => GetAttribute(); @@ -1736,9 +1736,9 @@ public TrueFalseValue? DetectMouseClick /// Relationship to Part /// Represents the following attribute in the schema: o:relid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? RelId { get => GetAttribute(); @@ -1749,9 +1749,9 @@ public StringValue? RelId /// Explicit Relationship to Image Data /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -1762,9 +1762,9 @@ public StringValue? RelationshipId /// Explicit Relationship to Alternate Image Data /// Represents the following attribute in the schema: r:pict /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Picture { get => GetAttribute(); @@ -1775,9 +1775,9 @@ public StringValue? Picture /// Explicit Relationship to Hyperlink Target /// Represents the following attribute in the schema: r:href /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelHref { get => GetAttribute(); @@ -1827,7 +1827,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:shape. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -1856,7 +1856,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class Shape : OpenXmlCompositeElement { /// @@ -2004,9 +2004,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -2017,9 +2017,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -2030,9 +2030,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -2043,9 +2043,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -2056,9 +2056,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -2069,9 +2069,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -2082,9 +2082,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -2095,9 +2095,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -2108,9 +2108,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -2121,9 +2121,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -2134,9 +2134,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -2147,9 +2147,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -2160,9 +2160,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -2173,9 +2173,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -2186,9 +2186,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -2199,9 +2199,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -2212,9 +2212,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -2225,9 +2225,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -2238,9 +2238,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -2251,9 +2251,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -2264,9 +2264,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -2277,9 +2277,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -2290,9 +2290,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -2363,9 +2363,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -2376,9 +2376,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -2389,9 +2389,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -2402,9 +2402,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -2415,9 +2415,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -2428,9 +2428,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -2441,9 +2441,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -2454,9 +2454,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -2467,9 +2467,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -2480,9 +2480,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -2493,9 +2493,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -2536,9 +2536,9 @@ public StringValue? EdgePath /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? EncodedPackage { get => GetAttribute(); @@ -2692,7 +2692,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:shapetype. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -2720,7 +2720,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class Shapetype : OpenXmlCompositeElement { /// @@ -2868,9 +2868,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -2881,9 +2881,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -2894,9 +2894,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -2907,9 +2907,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -2920,9 +2920,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -2933,9 +2933,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -2946,9 +2946,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -2959,9 +2959,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -2972,9 +2972,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -2985,9 +2985,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -2998,9 +2998,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -3011,9 +3011,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -3024,9 +3024,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -3037,9 +3037,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -3050,9 +3050,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -3063,9 +3063,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -3076,9 +3076,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -3089,9 +3089,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -3102,9 +3102,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -3115,9 +3115,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -3128,9 +3128,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -3141,9 +3141,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -3154,9 +3154,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -3227,9 +3227,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -3240,9 +3240,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -3253,9 +3253,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -3266,9 +3266,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -3279,9 +3279,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -3292,9 +3292,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -3305,9 +3305,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -3318,9 +3318,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -3331,9 +3331,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -3344,9 +3344,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -3357,9 +3357,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -3390,9 +3390,9 @@ public StringValue? EdgePath /// Master Element Toggle /// Represents the following attribute in the schema: o:master /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? Master { get => GetAttribute(); @@ -3532,7 +3532,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:group. /// - /// + /// /// The following table lists the possible child types: /// /// <o:clippath> @@ -3553,7 +3553,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class Group : OpenXmlCompositeElement { /// @@ -3701,9 +3701,9 @@ public TrueFalseValue? Print /// spid /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -3714,9 +3714,9 @@ public StringValue? OptionalString /// oned /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -3727,9 +3727,9 @@ public TrueFalseValue? Oned /// regroupid /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -3740,9 +3740,9 @@ public IntegerValue? RegroupId /// doubleclicknotify /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -3753,9 +3753,9 @@ public TrueFalseValue? DoubleClickNotify /// button /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -3766,9 +3766,9 @@ public TrueFalseValue? Button /// userhidden /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -3779,9 +3779,9 @@ public TrueFalseValue? UserHidden /// bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -3792,9 +3792,9 @@ public TrueFalseValue? Bullet /// hr /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -3805,9 +3805,9 @@ public TrueFalseValue? Horizontal /// hrstd /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -3818,9 +3818,9 @@ public TrueFalseValue? HorizontalStandard /// hrnoshade /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -3831,9 +3831,9 @@ public TrueFalseValue? HorizontalNoShade /// hrpct /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -3844,9 +3844,9 @@ public SingleValue? HorizontalPercentage /// hralign /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -3857,9 +3857,9 @@ public EnumValueallowincell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -3870,9 +3870,9 @@ public TrueFalseValue? AllowInCell /// allowoverlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -3883,9 +3883,9 @@ public TrueFalseValue? AllowOverlap /// userdrawn /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -3896,9 +3896,9 @@ public TrueFalseValue? UserDrawn /// dgmlayout /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -3909,9 +3909,9 @@ public IntegerValue? DiagramLayout /// dgmnodekind /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -3922,9 +3922,9 @@ public IntegerValue? DiagramNodeKind /// dgmlayoutmru /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -3935,9 +3935,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// insetmode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -3948,9 +3948,9 @@ public EnumValue? InsetMode /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); @@ -3971,9 +3971,9 @@ public EnumValue? EditAs /// Table Properties /// Represents the following attribute in the schema: o:tableproperties /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? TableProperties { get => GetAttribute(); @@ -3984,9 +3984,9 @@ public StringValue? TableProperties /// Table Row Height Limits /// Represents the following attribute in the schema: o:tablelimits /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? TableLimits { get => GetAttribute(); @@ -4084,12 +4084,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:background. /// - /// + /// /// The following table lists the possible child types: /// /// <v:fill> /// - /// + /// public partial class Background : OpenXmlCompositeElement { /// @@ -4157,9 +4157,9 @@ public StringValue? Fillcolor /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -4170,9 +4170,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -4183,9 +4183,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -4196,9 +4196,9 @@ public EnumValue? Nor /// Target Screen Size /// Represents the following attribute in the schema: o:targetscreensize /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? TargetScreenSize { get => GetAttribute>(); @@ -4232,9 +4232,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Fill. /// Represents the following element tag in the schema: v:fill. /// - /// + /// /// xmlns:v = urn:schemas-microsoft-com:vml - /// + /// public DocumentFormat.OpenXml.Vml.Fill? Fill { get => GetElement(); @@ -4250,7 +4250,7 @@ public DocumentFormat.OpenXml.Vml.Fill? Fill /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:arc. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -4277,7 +4277,7 @@ public DocumentFormat.OpenXml.Vml.Fill? Fill /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class Arc : OpenXmlCompositeElement { /// @@ -4315,9 +4315,9 @@ public Arc(string outerXml) : base(outerXml) /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -4328,9 +4328,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -4341,9 +4341,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -4354,9 +4354,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -4367,9 +4367,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -4380,9 +4380,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -4393,9 +4393,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -4406,9 +4406,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -4419,9 +4419,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -4432,9 +4432,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -4445,9 +4445,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -4458,9 +4458,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -4471,9 +4471,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -4484,9 +4484,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -4497,9 +4497,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -4510,9 +4510,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -4523,9 +4523,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -4536,9 +4536,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -4549,9 +4549,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -4562,9 +4562,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -4575,9 +4575,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -4588,9 +4588,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -4601,9 +4601,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -4674,9 +4674,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -4687,9 +4687,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -4700,9 +4700,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -4713,9 +4713,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -4726,9 +4726,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -4739,9 +4739,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -4752,9 +4752,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -4765,9 +4765,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -4778,9 +4778,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -4791,9 +4791,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -4804,9 +4804,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -4817,9 +4817,9 @@ public TrueFalseValue? Clip /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); @@ -5082,7 +5082,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:curve. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -5109,7 +5109,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class Curve : OpenXmlCompositeElement { /// @@ -5257,9 +5257,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -5270,9 +5270,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -5283,9 +5283,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -5296,9 +5296,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -5309,9 +5309,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -5322,9 +5322,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -5335,9 +5335,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -5348,9 +5348,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -5361,9 +5361,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -5374,9 +5374,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -5387,9 +5387,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -5400,9 +5400,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -5413,9 +5413,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -5426,9 +5426,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -5439,9 +5439,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -5452,9 +5452,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -5465,9 +5465,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -5478,9 +5478,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -5491,9 +5491,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -5504,9 +5504,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -5517,9 +5517,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -5530,9 +5530,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -5543,9 +5543,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -5616,9 +5616,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -5629,9 +5629,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -5642,9 +5642,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -5655,9 +5655,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -5668,9 +5668,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -5681,9 +5681,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -5694,9 +5694,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -5707,9 +5707,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -5720,9 +5720,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -5733,9 +5733,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -5746,9 +5746,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -5759,9 +5759,9 @@ public TrueFalseValue? Clip /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); @@ -5942,7 +5942,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:image. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -5969,7 +5969,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class ImageFile : OpenXmlCompositeElement { /// @@ -6107,9 +6107,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -6120,9 +6120,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -6133,9 +6133,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -6146,9 +6146,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -6159,9 +6159,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -6172,9 +6172,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -6185,9 +6185,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -6198,9 +6198,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -6211,9 +6211,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -6224,9 +6224,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -6237,9 +6237,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -6250,9 +6250,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -6263,9 +6263,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -6276,9 +6276,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -6289,9 +6289,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -6302,9 +6302,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -6315,9 +6315,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -6328,9 +6328,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -6341,9 +6341,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -6354,9 +6354,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -6367,9 +6367,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -6380,9 +6380,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -6393,9 +6393,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -6466,9 +6466,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -6479,9 +6479,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -6492,9 +6492,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -6505,9 +6505,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -6518,9 +6518,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -6531,9 +6531,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -6544,9 +6544,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -6557,9 +6557,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -6570,9 +6570,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -6583,9 +6583,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -6596,9 +6596,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -6709,9 +6709,9 @@ public TrueFalseValue? BiLevel /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); @@ -6857,7 +6857,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:line. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -6884,7 +6884,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class Line : OpenXmlCompositeElement { /// @@ -7032,9 +7032,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -7045,9 +7045,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -7058,9 +7058,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -7071,9 +7071,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -7084,9 +7084,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -7097,9 +7097,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -7110,9 +7110,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -7123,9 +7123,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -7136,9 +7136,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -7149,9 +7149,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -7162,9 +7162,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -7175,9 +7175,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -7188,9 +7188,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -7201,9 +7201,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -7214,9 +7214,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -7227,9 +7227,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -7240,9 +7240,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -7253,9 +7253,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -7266,9 +7266,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -7279,9 +7279,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -7292,9 +7292,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -7305,9 +7305,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -7318,9 +7318,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -7391,9 +7391,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -7404,9 +7404,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -7417,9 +7417,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -7430,9 +7430,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -7443,9 +7443,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -7456,9 +7456,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -7469,9 +7469,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -7482,9 +7482,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -7495,9 +7495,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -7508,9 +7508,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -7521,9 +7521,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -7534,9 +7534,9 @@ public TrueFalseValue? Clip /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); @@ -7693,7 +7693,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:oval. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -7720,7 +7720,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class Oval : OpenXmlCompositeElement { /// @@ -7868,9 +7868,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -7881,9 +7881,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -7894,9 +7894,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -7907,9 +7907,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -7920,9 +7920,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -7933,9 +7933,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -7946,9 +7946,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -7959,9 +7959,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -7972,9 +7972,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -7985,9 +7985,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -7998,9 +7998,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -8011,9 +8011,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -8024,9 +8024,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -8037,9 +8037,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -8050,9 +8050,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -8063,9 +8063,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -8076,9 +8076,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -8089,9 +8089,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -8102,9 +8102,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -8115,9 +8115,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -8128,9 +8128,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -8141,9 +8141,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -8154,9 +8154,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -8227,9 +8227,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -8240,9 +8240,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -8253,9 +8253,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -8266,9 +8266,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -8279,9 +8279,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -8292,9 +8292,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -8305,9 +8305,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -8318,9 +8318,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -8331,9 +8331,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -8344,9 +8344,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -8357,9 +8357,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -8370,9 +8370,9 @@ public TrueFalseValue? Clip /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); @@ -8509,7 +8509,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:polyline. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -8537,7 +8537,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class PolyLine : OpenXmlCompositeElement { /// @@ -8685,9 +8685,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -8698,9 +8698,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -8711,9 +8711,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -8724,9 +8724,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -8737,9 +8737,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -8750,9 +8750,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -8763,9 +8763,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -8776,9 +8776,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -8789,9 +8789,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -8802,9 +8802,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -8815,9 +8815,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -8828,9 +8828,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -8841,9 +8841,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -8854,9 +8854,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -8867,9 +8867,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -8880,9 +8880,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -8893,9 +8893,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -8906,9 +8906,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -8919,9 +8919,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -8932,9 +8932,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -8945,9 +8945,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -8958,9 +8958,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -8971,9 +8971,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -9044,9 +9044,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -9057,9 +9057,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -9070,9 +9070,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -9083,9 +9083,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -9096,9 +9096,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -9109,9 +9109,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -9122,9 +9122,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -9135,9 +9135,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -9148,9 +9148,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -9161,9 +9161,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -9174,9 +9174,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -9187,9 +9187,9 @@ public TrueFalseValue? Clip /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); @@ -9338,7 +9338,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:rect. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -9365,7 +9365,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class Rectangle : OpenXmlCompositeElement { /// @@ -9513,9 +9513,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -9526,9 +9526,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -9539,9 +9539,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -9552,9 +9552,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -9565,9 +9565,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -9578,9 +9578,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -9591,9 +9591,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -9604,9 +9604,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -9617,9 +9617,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -9630,9 +9630,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -9643,9 +9643,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -9656,9 +9656,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -9669,9 +9669,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -9682,9 +9682,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -9695,9 +9695,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -9708,9 +9708,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -9721,9 +9721,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -9734,9 +9734,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -9747,9 +9747,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -9760,9 +9760,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -9773,9 +9773,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -9786,9 +9786,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -9799,9 +9799,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -9872,9 +9872,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -9885,9 +9885,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -9898,9 +9898,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -9911,9 +9911,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -9924,9 +9924,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -9937,9 +9937,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -9950,9 +9950,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -9963,9 +9963,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -9976,9 +9976,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -9989,9 +9989,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -10002,9 +10002,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -10015,9 +10015,9 @@ public TrueFalseValue? Clip /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); @@ -10154,7 +10154,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is v:roundrect. /// - /// + /// /// The following table lists the possible child types: /// /// <o:callout> @@ -10181,7 +10181,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w10:wrap> /// <xvml:ClientData> /// - /// + /// public partial class RoundRectangle : OpenXmlCompositeElement { /// @@ -10319,9 +10319,9 @@ public TrueFalseValue? Print /// Optional String /// Represents the following attribute in the schema: o:spid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? OptionalString { get => GetAttribute(); @@ -10332,9 +10332,9 @@ public StringValue? OptionalString /// Shape Handle Toggle /// Represents the following attribute in the schema: o:oned /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Oned { get => GetAttribute(); @@ -10345,9 +10345,9 @@ public TrueFalseValue? Oned /// Regroup ID /// Represents the following attribute in the schema: o:regroupid /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? RegroupId { get => GetAttribute(); @@ -10358,9 +10358,9 @@ public IntegerValue? RegroupId /// Double-click Notification Toggle /// Represents the following attribute in the schema: o:doubleclicknotify /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? DoubleClickNotify { get => GetAttribute(); @@ -10371,9 +10371,9 @@ public TrueFalseValue? DoubleClickNotify /// Button Behavior Toggle /// Represents the following attribute in the schema: o:button /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Button { get => GetAttribute(); @@ -10384,9 +10384,9 @@ public TrueFalseValue? Button /// Hide Script Anchors /// Represents the following attribute in the schema: o:userhidden /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserHidden { get => GetAttribute(); @@ -10397,9 +10397,9 @@ public TrueFalseValue? UserHidden /// Graphical Bullet /// Represents the following attribute in the schema: o:bullet /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Bullet { get => GetAttribute(); @@ -10410,9 +10410,9 @@ public TrueFalseValue? Bullet /// Horizontal Rule Toggle /// Represents the following attribute in the schema: o:hr /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Horizontal { get => GetAttribute(); @@ -10423,9 +10423,9 @@ public TrueFalseValue? Horizontal /// Horizontal Rule Standard Display Toggle /// Represents the following attribute in the schema: o:hrstd /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalStandard { get => GetAttribute(); @@ -10436,9 +10436,9 @@ public TrueFalseValue? HorizontalStandard /// Horizontal Rule 3D Shading Toggle /// Represents the following attribute in the schema: o:hrnoshade /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? HorizontalNoShade { get => GetAttribute(); @@ -10449,9 +10449,9 @@ public TrueFalseValue? HorizontalNoShade /// Horizontal Rule Length Percentage /// Represents the following attribute in the schema: o:hrpct /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public SingleValue? HorizontalPercentage { get => GetAttribute(); @@ -10462,9 +10462,9 @@ public SingleValue? HorizontalPercentage /// Horizontal Rule Alignment /// Represents the following attribute in the schema: o:hralign /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? HorizontalAlignment { get => GetAttribute>(); @@ -10475,9 +10475,9 @@ public EnumValueAllow in Table Cell /// Represents the following attribute in the schema: o:allowincell /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowInCell { get => GetAttribute(); @@ -10488,9 +10488,9 @@ public TrueFalseValue? AllowInCell /// Allow Shape Overlap /// Represents the following attribute in the schema: o:allowoverlap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? AllowOverlap { get => GetAttribute(); @@ -10501,9 +10501,9 @@ public TrueFalseValue? AllowOverlap /// Exists In Master Slide /// Represents the following attribute in the schema: o:userdrawn /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? UserDrawn { get => GetAttribute(); @@ -10514,9 +10514,9 @@ public TrueFalseValue? UserDrawn /// Border Top Color /// Represents the following attribute in the schema: o:bordertopcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderTopColor { get => GetAttribute(); @@ -10527,9 +10527,9 @@ public StringValue? BorderTopColor /// Border Left Color /// Represents the following attribute in the schema: o:borderleftcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderLeftColor { get => GetAttribute(); @@ -10540,9 +10540,9 @@ public StringValue? BorderLeftColor /// Bottom Border Color /// Represents the following attribute in the schema: o:borderbottomcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderBottomColor { get => GetAttribute(); @@ -10553,9 +10553,9 @@ public StringValue? BorderBottomColor /// Border Right Color /// Represents the following attribute in the schema: o:borderrightcolor /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public StringValue? BorderRightColor { get => GetAttribute(); @@ -10566,9 +10566,9 @@ public StringValue? BorderRightColor /// Diagram Node Layout Identifier /// Represents the following attribute in the schema: o:dgmlayout /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayout { get => GetAttribute(); @@ -10579,9 +10579,9 @@ public IntegerValue? DiagramLayout /// Diagram Node Identifier /// Represents the following attribute in the schema: o:dgmnodekind /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramNodeKind { get => GetAttribute(); @@ -10592,9 +10592,9 @@ public IntegerValue? DiagramNodeKind /// Diagram Node Recent Layout Identifier /// Represents the following attribute in the schema: o:dgmlayoutmru /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public IntegerValue? DiagramLayoutMostRecentUsed { get => GetAttribute(); @@ -10605,9 +10605,9 @@ public IntegerValue? DiagramLayoutMostRecentUsed /// Text Inset Mode /// Represents the following attribute in the schema: o:insetmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? InsetMode { get => GetAttribute>(); @@ -10678,9 +10678,9 @@ public TrueFalseValue? InsetPen /// Optional Number /// Represents the following attribute in the schema: o:spt /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Int32Value? OptionalNumber { get => GetAttribute(); @@ -10691,9 +10691,9 @@ public Int32Value? OptionalNumber /// Shape Connector Type /// Represents the following attribute in the schema: o:connectortype /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? ConnectorType { get => GetAttribute>(); @@ -10704,9 +10704,9 @@ public EnumValue? ConnectorTy /// Black-and-White Mode /// Represents the following attribute in the schema: o:bwmode /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -10717,9 +10717,9 @@ public EnumValue? Bla /// Pure Black-and-White Mode /// Represents the following attribute in the schema: o:bwpure /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? PureBlackWhiteMode { get => GetAttribute>(); @@ -10730,9 +10730,9 @@ public EnumValue? Pur /// Normal Black-and-White Mode /// Represents the following attribute in the schema: o:bwnormal /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public EnumValue? NormalBlackWhiteMode { get => GetAttribute>(); @@ -10743,9 +10743,9 @@ public EnumValue? Nor /// Force Dashed Outline /// Represents the following attribute in the schema: o:forcedash /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ForceDash { get => GetAttribute(); @@ -10756,9 +10756,9 @@ public TrueFalseValue? ForceDash /// Embedded Object Icon Toggle /// Represents the following attribute in the schema: o:oleicon /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? OleIcon { get => GetAttribute(); @@ -10769,9 +10769,9 @@ public TrueFalseValue? OleIcon /// Embedded Object Toggle /// Represents the following attribute in the schema: o:ole /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseBlankValue? Ole { get => GetAttribute(); @@ -10782,9 +10782,9 @@ public TrueFalseBlankValue? Ole /// Relative Resize Toggle /// Represents the following attribute in the schema: o:preferrelative /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? PreferRelative { get => GetAttribute(); @@ -10795,9 +10795,9 @@ public TrueFalseValue? PreferRelative /// Clip to Wrapping Polygon /// Represents the following attribute in the schema: o:cliptowrap /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? ClipToWrap { get => GetAttribute(); @@ -10808,9 +10808,9 @@ public TrueFalseValue? ClipToWrap /// Clipping Toggle /// Represents the following attribute in the schema: o:clip /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public TrueFalseValue? Clip { get => GetAttribute(); @@ -10821,9 +10821,9 @@ public TrueFalseValue? Clip /// Encoded Package /// Represents the following attribute in the schema: o:gfxdata /// - /// + /// /// xmlns:o=urn:schemas-microsoft-com:office:office - /// + /// public Base64BinaryValue? Gfxdata { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs index 33bc2e78b..dde9761de 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs @@ -21,14 +21,14 @@ namespace DocumentFormat.OpenXml.Office2010.Ink /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is msink:context. /// - /// + /// /// The following table lists the possible child types: /// /// <msink:sourceLink> /// <msink:destinationLink> /// <msink:property> /// - /// + /// public partial class ContextNode : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs index deb3a2e77..e75429ce0 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs @@ -1186,13 +1186,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:gallery. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> /// <mso:item> /// - /// + /// public partial class UnsizedGallery : OpenXmlCompositeElement { /// @@ -2490,14 +2490,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:splitButton. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:menu> /// <mso:button> /// <mso:toggleButton> /// - /// + /// public partial class UnsizedSplitButton : OpenXmlCompositeElement { /// @@ -2777,7 +2777,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> @@ -2790,7 +2790,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso:splitButton> /// <mso:toggleButton> /// - /// + /// public partial class UnsizedMenu : OpenXmlCompositeElement { /// @@ -3729,14 +3729,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:splitButton. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:menu> /// <mso:button> /// <mso:toggleButton> /// - /// + /// public partial class SplitButtonWithTitle : OpenXmlCompositeElement { /// @@ -4016,7 +4016,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> @@ -4029,7 +4029,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso:splitButton> /// <mso:toggleButton> /// - /// + /// public partial class MenuWithTitle : OpenXmlCompositeElement { /// @@ -6626,12 +6626,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:comboBox. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:item> /// - /// + /// public partial class ComboBox : OpenXmlCompositeElement { /// @@ -7217,13 +7217,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:dropDown. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> /// <mso:item> /// - /// + /// public partial class DropDown : OpenXmlCompositeElement { /// @@ -7811,13 +7811,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:gallery. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> /// <mso:item> /// - /// + /// public partial class Gallery : OpenXmlCompositeElement { /// @@ -8559,7 +8559,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> @@ -8572,7 +8572,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso:splitButton> /// <mso:toggleButton> /// - /// + /// public partial class Menu : OpenXmlCompositeElement { /// @@ -9564,14 +9564,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:splitButton. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:menu> /// <mso:button> /// <mso:toggleButton> /// - /// + /// public partial class SplitButton : OpenXmlCompositeElement { /// @@ -9879,7 +9879,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:box. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:box> @@ -9897,7 +9897,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso:splitButton> /// <mso:toggleButton> /// - /// + /// public partial class Box : OpenXmlCompositeElement { /// @@ -10101,7 +10101,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:buttonGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> @@ -10112,7 +10112,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso:splitButton> /// <mso:toggleButton> /// - /// + /// public partial class ButtonGroup : OpenXmlCompositeElement { /// @@ -10291,7 +10291,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> @@ -10304,7 +10304,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso:splitButton> /// <mso:toggleButton> /// - /// + /// public partial class MenuRoot : OpenXmlCompositeElement { /// @@ -10429,13 +10429,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:customUI. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:commands> /// <mso:ribbon> /// - /// + /// public partial class CustomUI : OpenXmlPartRootElement { /// @@ -10515,9 +10515,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RepurposedCommands. /// Represents the following element tag in the schema: mso:commands. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands? RepurposedCommands { get => GetElement(); @@ -10528,9 +10528,9 @@ public DocumentFormat.OpenXml.Office.CustomUI.RepurposedCommands? RepurposedComm /// Ribbon. /// Represents the following element tag in the schema: mso:ribbon. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.Ribbon? Ribbon { get => GetElement(); @@ -11619,12 +11619,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:dialogBoxLauncher. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> /// - /// + /// public partial class DialogBoxLauncher : OpenXmlCompositeElement { /// @@ -11673,9 +11673,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// UnsizedButton. /// Represents the following element tag in the schema: mso:button. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? UnsizedButton { get => GetElement(); @@ -11691,7 +11691,7 @@ public DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? UnsizedButton /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:group. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:box> @@ -11711,7 +11711,7 @@ public DocumentFormat.OpenXml.Office.CustomUI.UnsizedButton? UnsizedButton /// <mso:splitButton> /// <mso:toggleButton> /// - /// + /// public partial class Group : OpenXmlCompositeElement { /// @@ -12529,14 +12529,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:sharedControls. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> /// <mso:control> /// <mso:separator> /// - /// + /// public partial class SharedQatControls : QatItemsType { /// @@ -12594,14 +12594,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:documentControls. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> /// <mso:control> /// <mso:separator> /// - /// + /// public partial class DocumentSpecificQuickAccessToolbarControls : QatItemsType { /// @@ -12659,14 +12659,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> /// <mso:control> /// <mso:separator> /// - /// + /// public abstract partial class QatItemsType : OpenXmlCompositeElement { /// @@ -12714,12 +12714,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:tab. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:group> /// - /// + /// public partial class Tab : OpenXmlCompositeElement { /// @@ -12970,12 +12970,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:tabSet. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:tab> /// - /// + /// public partial class ContextualTabSet : OpenXmlCompositeElement { /// @@ -13148,7 +13148,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:officeMenu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:button> @@ -13161,7 +13161,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso:splitButton> /// <mso:toggleButton> /// - /// + /// public partial class OfficeMenu : OpenXmlCompositeElement { /// @@ -13246,13 +13246,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:qat. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:sharedControls> /// <mso:documentControls> /// - /// + /// public partial class QuickAccessToolbar : OpenXmlCompositeElement { /// @@ -13303,9 +13303,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SharedQatControls. /// Represents the following element tag in the schema: mso:sharedControls. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls? SharedQatControls { get => GetElement(); @@ -13316,9 +13316,9 @@ public DocumentFormat.OpenXml.Office.CustomUI.SharedQatControls? SharedQatContro /// DocumentSpecificQuickAccessToolbarControls. /// Represents the following element tag in the schema: mso:documentControls. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbarControls? DocumentSpecificQuickAccessToolbarControls { get => GetElement(); @@ -13334,12 +13334,12 @@ public DocumentFormat.OpenXml.Office.CustomUI.DocumentSpecificQuickAccessToolbar /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:tabs. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:tab> /// - /// + /// public partial class Tabs : OpenXmlCompositeElement { /// @@ -13393,12 +13393,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:contextualTabs. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:tabSet> /// - /// + /// public partial class ContextualTabSets : OpenXmlCompositeElement { /// @@ -13452,12 +13452,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:commands. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:command> /// - /// + /// public partial class RepurposedCommands : OpenXmlCompositeElement { /// @@ -13511,7 +13511,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is mso:ribbon. /// - /// + /// /// The following table lists the possible child types: /// /// <mso:contextualTabs> @@ -13519,7 +13519,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso:qat> /// <mso:tabs> /// - /// + /// public partial class Ribbon : OpenXmlCompositeElement { /// @@ -13586,9 +13586,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeMenu. /// Represents the following element tag in the schema: mso:officeMenu. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu? OfficeMenu { get => GetElement(); @@ -13599,9 +13599,9 @@ public DocumentFormat.OpenXml.Office.CustomUI.OfficeMenu? OfficeMenu /// QuickAccessToolbar. /// Represents the following element tag in the schema: mso:qat. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar? QuickAccessToolbar { get => GetElement(); @@ -13612,9 +13612,9 @@ public DocumentFormat.OpenXml.Office.CustomUI.QuickAccessToolbar? QuickAccessToo /// Tabs. /// Represents the following element tag in the schema: mso:tabs. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.Tabs? Tabs { get => GetElement(); @@ -13625,9 +13625,9 @@ public DocumentFormat.OpenXml.Office.CustomUI.Tabs? Tabs /// ContextualTabSets. /// Represents the following element tag in the schema: mso:contextualTabs. /// - /// + /// /// xmlns:mso = http://schemas.microsoft.com/office/2006/01/customui - /// + /// public DocumentFormat.OpenXml.Office.CustomUI.ContextualTabSets? ContextualTabSets { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs index d167ba3cc..444e82a39 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office.ActiveX /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ax:ocx. /// - /// + /// /// The following table lists the possible child types: /// /// <ax:ocxPr> /// - /// + /// public partial class ActiveXControlData : OpenXmlCompositeElement { /// @@ -64,9 +64,9 @@ public ActiveXControlData(string outerXml) : base(outerXml) /// classid /// Represents the following attribute in the schema: ax:classid /// - /// + /// /// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX - /// + /// public StringValue? ActiveXControlClassId { get => GetAttribute(); @@ -77,9 +77,9 @@ public StringValue? ActiveXControlClassId /// license /// Represents the following attribute in the schema: ax:license /// - /// + /// /// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX - /// + /// public StringValue? License { get => GetAttribute(); @@ -90,9 +90,9 @@ public StringValue? License /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -103,9 +103,9 @@ public StringValue? Id /// persistence /// Represents the following attribute in the schema: ax:persistence /// - /// + /// /// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX - /// + /// public EnumValue? Persistence { get => GetAttribute>(); @@ -143,13 +143,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ax:ocxPr. /// - /// + /// /// The following table lists the possible child types: /// /// <ax:font> /// <ax:picture> /// - /// + /// public partial class ActiveXObjectProperty : OpenXmlCompositeElement { /// @@ -187,9 +187,9 @@ public ActiveXObjectProperty(string outerXml) : base(outerXml) /// name /// Represents the following attribute in the schema: ax:name /// - /// + /// /// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX - /// + /// public StringValue? Name { get => GetAttribute(); @@ -200,9 +200,9 @@ public StringValue? Name /// value /// Represents the following attribute in the schema: ax:value /// - /// + /// /// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX - /// + /// public StringValue? Value { get => GetAttribute(); @@ -235,9 +235,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SharedComFont. /// Represents the following element tag in the schema: ax:font. /// - /// + /// /// xmlns:ax = http://schemas.microsoft.com/office/2006/activeX - /// + /// public DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? SharedComFont { get => GetElement(); @@ -248,9 +248,9 @@ public DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? SharedComFont /// SharedComPicture. /// Represents the following element tag in the schema: ax:picture. /// - /// + /// /// xmlns:ax = http://schemas.microsoft.com/office/2006/activeX - /// + /// public DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? SharedComPicture { get => GetElement(); @@ -266,12 +266,12 @@ public DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? SharedComPicture /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ax:font. /// - /// + /// /// The following table lists the possible child types: /// /// <ax:ocxPr> /// - /// + /// public partial class SharedComFont : OpenXmlCompositeElement { /// @@ -309,9 +309,9 @@ public SharedComFont(string outerXml) : base(outerXml) /// persistence /// Represents the following attribute in the schema: ax:persistence /// - /// + /// /// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX - /// + /// public EnumValue? Persistence { get => GetAttribute>(); @@ -322,9 +322,9 @@ public EnumValue? Persi /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -367,9 +367,9 @@ public SharedComPicture() : base() /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs index a8c328838..8c47b4cf9 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs @@ -21,7 +21,7 @@ namespace DocumentFormat.OpenXml.Office.CoverPageProps /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cppr:CoverPageProperties. /// - /// + /// /// The following table lists the possible child types: /// /// <cppr:PublishDate> @@ -31,7 +31,7 @@ namespace DocumentFormat.OpenXml.Office.CoverPageProps /// <cppr:CompanyFax> /// <cppr:CompanyEmail> /// - /// + /// public partial class CoverPageProperties : OpenXmlCompositeElement { /// @@ -90,9 +90,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PublishDate. /// Represents the following element tag in the schema: cppr:PublishDate. /// - /// + /// /// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps - /// + /// public DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? PublishDate { get => GetElement(); @@ -103,9 +103,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? PublishDate /// DocumentAbstract. /// Represents the following element tag in the schema: cppr:Abstract. /// - /// + /// /// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps - /// + /// public DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? DocumentAbstract { get => GetElement(); @@ -116,9 +116,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? DocumentAb /// CompanyAddress. /// Represents the following element tag in the schema: cppr:CompanyAddress. /// - /// + /// /// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps - /// + /// public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? CompanyAddress { get => GetElement(); @@ -129,9 +129,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? CompanyAddre /// CompanyPhoneNumber. /// Represents the following element tag in the schema: cppr:CompanyPhone. /// - /// + /// /// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps - /// + /// public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? CompanyPhoneNumber { get => GetElement(); @@ -142,9 +142,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? CompanyP /// CompanyFaxNumber. /// Represents the following element tag in the schema: cppr:CompanyFax. /// - /// + /// /// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps - /// + /// public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? CompanyFaxNumber { get => GetElement(); @@ -155,9 +155,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? CompanyFax /// CompanyEmailAddress. /// Represents the following element tag in the schema: cppr:CompanyEmail. /// - /// + /// /// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps - /// + /// public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress? CompanyEmailAddress { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs index b36a8c02d..2bb19903f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs @@ -21,14 +21,14 @@ namespace DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdip:customPropertyEditors. /// - /// + /// /// The following table lists the possible child types: /// /// <cdip:customPropertyEditor> /// <cdip:defaultPropertyEditorNamespace> /// <cdip:showOnOpen> /// - /// + /// public partial class CustomPropertyEditors : OpenXmlCompositeElement { /// @@ -81,9 +81,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShowOnOpen. /// Represents the following element tag in the schema: cdip:showOnOpen. /// - /// + /// /// xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel - /// + /// public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? ShowOnOpen { get => GetElement(); @@ -94,9 +94,9 @@ public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? /// DefaultPropertyEditorNamespace. /// Represents the following element tag in the schema: cdip:defaultPropertyEditorNamespace. /// - /// + /// /// xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel - /// + /// public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace? DefaultPropertyEditorNamespace { get => GetElement(); @@ -263,13 +263,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdip:customPropertyEditor. /// - /// + /// /// The following table lists the possible child types: /// /// <cdip:XMLNamespace> /// <cdip:XSNLocation> /// - /// + /// public partial class CustomPropertyEditor : OpenXmlCompositeElement { /// @@ -320,9 +320,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PropertyEditorNamespace. /// Represents the following element tag in the schema: cdip:XMLNamespace. /// - /// + /// /// xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel - /// + /// public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace? PropertyEditorNamespace { get => GetElement(); @@ -333,9 +333,9 @@ public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEdit /// XsnFileLocation. /// Represents the following element tag in the schema: cdip:XSNLocation. /// - /// + /// /// xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel - /// + /// public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation? XsnFileLocation { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_contentType.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_contentType.g.cs index 5f8955aae..0d17a2f67 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_contentType.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_contentType.g.cs @@ -58,9 +58,9 @@ public ContentTypeSchema(string outerXml) : base(outerXml) /// _ /// Represents the following attribute in the schema: ct:_ /// - /// + /// /// xmlns:ct=http://schemas.microsoft.com/office/2006/metadata/contentType - /// + /// public StringValue? UnderScore { get => GetAttribute(); @@ -71,9 +71,9 @@ public StringValue? UnderScore /// _ /// Represents the following attribute in the schema: ma:_ /// - /// + /// /// xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes - /// + /// public StringValue? ReservedAttributeString { get => GetAttribute(); @@ -84,9 +84,9 @@ public StringValue? ReservedAttributeString /// contentTypeName /// Represents the following attribute in the schema: ma:contentTypeName /// - /// + /// /// xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes - /// + /// public StringValue? ContentTypeName { get => GetAttribute(); @@ -97,9 +97,9 @@ public StringValue? ContentTypeName /// contentTypeID /// Represents the following attribute in the schema: ma:contentTypeID /// - /// + /// /// xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes - /// + /// public StringValue? ContentTypeID { get => GetAttribute(); @@ -110,9 +110,9 @@ public StringValue? ContentTypeID /// contentTypeVersion /// Represents the following attribute in the schema: ma:contentTypeVersion /// - /// + /// /// xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes - /// + /// public Int32Value? ContentTypeVersion { get => GetAttribute(); @@ -123,9 +123,9 @@ public Int32Value? ContentTypeVersion /// contentTypeDescription /// Represents the following attribute in the schema: ma:contentTypeDescription /// - /// + /// /// xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes - /// + /// public StringValue? ContentTypeDescription { get => GetAttribute(); @@ -136,9 +136,9 @@ public StringValue? ContentTypeDescription /// contentTypeScope /// Represents the following attribute in the schema: ma:contentTypeScope /// - /// + /// /// xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes - /// + /// public StringValue? ContentTypeScope { get => GetAttribute(); @@ -149,9 +149,9 @@ public StringValue? ContentTypeScope /// versionID /// Represents the following attribute in the schema: ma:versionID /// - /// + /// /// xmlns:ma=http://schemas.microsoft.com/office/2006/metadata/properties/metaAttributes - /// + /// public StringValue? VersionID { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_customXsn.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_customXsn.g.cs index da1bade6e..525323e96 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_customXsn.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_customXsn.g.cs @@ -21,7 +21,7 @@ namespace DocumentFormat.OpenXml.Office.CustomXsn /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ntns:customXsn. /// - /// + /// /// The following table lists the possible child types: /// /// <ntns:xsnLocation> @@ -29,7 +29,7 @@ namespace DocumentFormat.OpenXml.Office.CustomXsn /// <ntns:openByDefault> /// <ntns:xsnScope> /// - /// + /// public partial class CustomXsn : OpenXmlCompositeElement { /// @@ -84,9 +84,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// XsnLocation. /// Represents the following element tag in the schema: ntns:xsnLocation. /// - /// + /// /// xmlns:ntns = http://schemas.microsoft.com/office/2006/metadata/customXsn - /// + /// public DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation? XsnLocation { get => GetElement(); @@ -97,9 +97,9 @@ public DocumentFormat.OpenXml.Office.CustomXsn.XsnLocation? XsnLocation /// CachedView. /// Represents the following element tag in the schema: ntns:cached. /// - /// + /// /// xmlns:ntns = http://schemas.microsoft.com/office/2006/metadata/customXsn - /// + /// public DocumentFormat.OpenXml.Office.CustomXsn.CachedView? CachedView { get => GetElement(); @@ -110,9 +110,9 @@ public DocumentFormat.OpenXml.Office.CustomXsn.CachedView? CachedView /// OpenByDefault. /// Represents the following element tag in the schema: ntns:openByDefault. /// - /// + /// /// xmlns:ntns = http://schemas.microsoft.com/office/2006/metadata/customXsn - /// + /// public DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault? OpenByDefault { get => GetElement(); @@ -123,9 +123,9 @@ public DocumentFormat.OpenXml.Office.CustomXsn.OpenByDefault? OpenByDefault /// Scope. /// Represents the following element tag in the schema: ntns:xsnScope. /// - /// + /// /// xmlns:ntns = http://schemas.microsoft.com/office/2006/metadata/customXsn - /// + /// public DocumentFormat.OpenXml.Office.CustomXsn.Scope? Scope { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_longProperties.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_longProperties.g.cs index ec21fade8..411922553 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_longProperties.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_metadata_longProperties.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office.LongProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is lp:LongProperties. /// - /// + /// /// The following table lists the possible child types: /// /// <lp:LongProp> /// - /// + /// public partial class LongProperties : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2009_07_customui.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2009_07_customui.g.cs index 2edfd635c..14d84ad9c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2009_07_customui.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2009_07_customui.g.cs @@ -1193,13 +1193,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:gallery. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> /// <mso14:item> /// - /// + /// public partial class GalleryRegular : OpenXmlCompositeElement { /// @@ -2525,14 +2525,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:splitButton. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:menu> /// <mso14:button> /// <mso14:toggleButton> /// - /// + /// public partial class SplitButtonRegular : OpenXmlCompositeElement { /// @@ -2813,7 +2813,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> @@ -2826,7 +2826,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:splitButton> /// <mso14:toggleButton> /// - /// + /// public partial class MenuRegular : OpenXmlCompositeElement { /// @@ -3767,14 +3767,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:splitButton. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:menu> /// <mso14:button> /// <mso14:toggleButton> /// - /// + /// public partial class SplitButtonWithTitle : OpenXmlCompositeElement { /// @@ -4055,7 +4055,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> @@ -4068,7 +4068,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:splitButton> /// <mso14:toggleButton> /// - /// + /// public partial class MenuWithTitle : OpenXmlCompositeElement { /// @@ -6798,12 +6798,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:comboBox. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:item> /// - /// + /// public partial class ComboBox : OpenXmlCompositeElement { /// @@ -7390,13 +7390,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:dropDown. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> /// <mso14:item> /// - /// + /// public partial class DropDownRegular : OpenXmlCompositeElement { /// @@ -7985,13 +7985,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:gallery. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> /// <mso14:item> /// - /// + /// public partial class Gallery : OpenXmlCompositeElement { /// @@ -8745,7 +8745,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> @@ -8758,7 +8758,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:splitButton> /// <mso14:toggleButton> /// - /// + /// public partial class Menu : OpenXmlCompositeElement { /// @@ -9752,14 +9752,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:splitButton. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:menu> /// <mso14:button> /// <mso14:toggleButton> /// - /// + /// public partial class SplitButton : OpenXmlCompositeElement { /// @@ -10068,7 +10068,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:box. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:box> @@ -10086,7 +10086,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:splitButton> /// <mso14:toggleButton> /// - /// + /// public partial class Box : OpenXmlCompositeElement { /// @@ -10305,7 +10305,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:buttonGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> @@ -10317,7 +10317,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:splitButton> /// <mso14:toggleButton> /// - /// + /// public partial class ButtonGroup : OpenXmlCompositeElement { /// @@ -11014,12 +11014,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:menuGroup> /// - /// + /// public partial class BackstageSubMenu : OpenXmlCompositeElement { /// @@ -12441,12 +12441,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:dropDown. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:item> /// - /// + /// public partial class BackstageDropDown : OpenXmlCompositeElement { /// @@ -12812,12 +12812,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:radioGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:radioButton> /// - /// + /// public partial class RadioGroup : OpenXmlCompositeElement { /// @@ -13113,12 +13113,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:comboBox. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:item> /// - /// + /// public partial class BackstageComboBox : OpenXmlCompositeElement { /// @@ -13943,7 +13943,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:groupBox. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:checkBox> @@ -13958,7 +13958,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:layoutContainer> /// <mso14:radioGroup> /// - /// + /// public partial class GroupBox : OpenXmlCompositeElement { /// @@ -14121,7 +14121,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:layoutContainer. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:checkBox> @@ -14136,7 +14136,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:layoutContainer> /// <mso14:radioGroup> /// - /// + /// public partial class LayoutContainer : OpenXmlCompositeElement { /// @@ -14481,14 +14481,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:group. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:topItems> /// <mso14:bottomItems> /// <mso14:primaryItem> /// - /// + /// public partial class BackstageGroup : OpenXmlCompositeElement { /// @@ -14794,12 +14794,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:taskGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:category> /// - /// + /// public partial class TaskGroup : OpenXmlCompositeElement { /// @@ -15084,7 +15084,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> @@ -15097,7 +15097,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:splitButton> /// <mso14:toggleButton> /// - /// + /// public partial class MenuRoot : OpenXmlCompositeElement { /// @@ -15223,7 +15223,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:customUI. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:backstage> @@ -15231,7 +15231,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:contextMenus> /// <mso14:ribbon> /// - /// + /// public partial class CustomUI : OpenXmlPartRootElement { /// @@ -15316,9 +15316,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Commands. /// Represents the following element tag in the schema: mso14:commands. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.Commands? Commands { get => GetElement(); @@ -15329,9 +15329,9 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.Commands? Commands /// Ribbon. /// Represents the following element tag in the schema: mso14:ribbon. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon? Ribbon { get => GetElement(); @@ -15342,9 +15342,9 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.Ribbon? Ribbon /// Backstage. /// Represents the following element tag in the schema: mso14:backstage. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.Backstage? Backstage { get => GetElement(); @@ -15355,9 +15355,9 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.Backstage? Backstage /// ContextMenus. /// Represents the following element tag in the schema: mso14:contextMenus. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.ContextMenus? ContextMenus { get => GetElement(); @@ -16497,12 +16497,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:dialogBoxLauncher. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> /// - /// + /// public partial class DialogBoxLauncher : OpenXmlCompositeElement { /// @@ -16552,9 +16552,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ButtonRegular. /// Represents the following element tag in the schema: mso14:button. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? ButtonRegular { get => GetElement(); @@ -16570,7 +16570,7 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? ButtonRegular /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:group. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:box> @@ -16590,7 +16590,7 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.ButtonRegular? ButtonRegular /// <mso14:splitButton> /// <mso14:toggleButton> /// - /// + /// public partial class Group : OpenXmlCompositeElement { /// @@ -17433,14 +17433,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:sharedControls. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> /// <mso14:control> /// <mso14:separator> /// - /// + /// public partial class SharedControlsQatItems : QatItemsType { /// @@ -17499,14 +17499,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:documentControls. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> /// <mso14:control> /// <mso14:separator> /// - /// + /// public partial class DocumentControlsQatItems : QatItemsType { /// @@ -17565,14 +17565,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> /// <mso14:control> /// <mso14:separator> /// - /// + /// public abstract partial class QatItemsType : OpenXmlCompositeElement { /// @@ -17620,12 +17620,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:tab. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:group> /// - /// + /// public partial class Tab : OpenXmlCompositeElement { /// @@ -17877,12 +17877,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:tabSet. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:tab> /// - /// + /// public partial class TabSet : OpenXmlCompositeElement { /// @@ -18057,13 +18057,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:qat. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:sharedControls> /// <mso14:documentControls> /// - /// + /// public partial class QuickAccessToolbar : OpenXmlCompositeElement { /// @@ -18115,9 +18115,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SharedControlsQatItems. /// Represents the following element tag in the schema: mso14:sharedControls. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems? SharedControlsQatItems { get => GetElement(); @@ -18128,9 +18128,9 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.SharedControlsQatItems? Shared /// DocumentControlsQatItems. /// Represents the following element tag in the schema: mso14:documentControls. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems? DocumentControlsQatItems { get => GetElement(); @@ -18146,12 +18146,12 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.DocumentControlsQatItems? Docu /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:tabs. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:tab> /// - /// + /// public partial class Tabs : OpenXmlCompositeElement { /// @@ -18206,12 +18206,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:contextualTabs. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:tabSet> /// - /// + /// public partial class ContextualTabs : OpenXmlCompositeElement { /// @@ -18266,7 +18266,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:contextMenu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> @@ -18279,7 +18279,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:splitButton> /// <mso14:toggleButton> /// - /// + /// public partial class ContextMenu : OpenXmlCompositeElement { /// @@ -18786,12 +18786,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:menu. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:menuGroup> /// - /// + /// public partial class BackstagePrimaryMenu : OpenXmlCompositeElement { /// @@ -19099,7 +19099,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:menuGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> @@ -19107,7 +19107,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:toggleButton> /// <mso14:menu> /// - /// + /// public partial class BackstageMenuGroup : OpenXmlCompositeElement { /// @@ -19259,13 +19259,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:primaryItem. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:menu> /// <mso14:button> /// - /// + /// public partial class PrimaryItem : OpenXmlCompositeElement { /// @@ -19317,9 +19317,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BackstageRegularButton. /// Represents the following element tag in the schema: mso14:button. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton? BackstageRegularButton { get => GetElement(); @@ -19330,9 +19330,9 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.BackstageRegularButton? Backst /// BackstagePrimaryMenu. /// Represents the following element tag in the schema: mso14:menu. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? BackstagePrimaryMenu { get => GetElement(); @@ -19348,7 +19348,7 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? Backstag /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:topItems. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:checkBox> @@ -19363,7 +19363,7 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.BackstagePrimaryMenu? Backstag /// <mso14:layoutContainer> /// <mso14:radioGroup> /// - /// + /// public partial class TopItemsGroupControls : GroupControlsType { /// @@ -19433,7 +19433,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:bottomItems. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:checkBox> @@ -19448,7 +19448,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:layoutContainer> /// <mso14:radioGroup> /// - /// + /// public partial class BottomItemsGroupControls : GroupControlsType { /// @@ -19518,7 +19518,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:checkBox> @@ -19533,7 +19533,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <mso14:layoutContainer> /// <mso14:radioGroup> /// - /// + /// public abstract partial class GroupControlsType : OpenXmlCompositeElement { /// @@ -19589,12 +19589,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:category. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:task> /// - /// + /// public partial class TaskGroupCategory : OpenXmlCompositeElement { /// @@ -20154,12 +20154,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:category. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:task> /// - /// + /// public partial class TaskFormGroupCategory : OpenXmlCompositeElement { /// @@ -20380,12 +20380,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:task. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:group> /// - /// + /// public partial class TaskFormGroupTask : OpenXmlCompositeElement { /// @@ -20729,12 +20729,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:taskFormGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:category> /// - /// + /// public partial class TaskFormGroup : OpenXmlCompositeElement { /// @@ -20963,14 +20963,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:firstColumn. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:group> /// <mso14:taskFormGroup> /// <mso14:taskGroup> /// - /// + /// public partial class BackstageGroups : OpenXmlCompositeElement { /// @@ -21041,13 +21041,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:secondColumn. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:group> /// <mso14:taskGroup> /// - /// + /// public partial class SimpleGroups : OpenXmlCompositeElement { /// @@ -21110,13 +21110,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:tab. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:firstColumn> /// <mso14:secondColumn> /// - /// + /// public partial class BackstageTab : OpenXmlCompositeElement { /// @@ -21485,9 +21485,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BackstageGroups. /// Represents the following element tag in the schema: mso14:firstColumn. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups? BackstageGroups { get => GetElement(); @@ -21498,9 +21498,9 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.BackstageGroups? BackstageGrou /// SimpleGroups. /// Represents the following element tag in the schema: mso14:secondColumn. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.SimpleGroups? SimpleGroups { get => GetElement(); @@ -21829,12 +21829,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:commands. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:command> /// - /// + /// public partial class Commands : OpenXmlCompositeElement { /// @@ -21889,14 +21889,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:ribbon. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:contextualTabs> /// <mso14:qat> /// <mso14:tabs> /// - /// + /// public partial class Ribbon : OpenXmlCompositeElement { /// @@ -21962,9 +21962,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// QuickAccessToolbar. /// Represents the following element tag in the schema: mso14:qat. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar? QuickAccessToolbar { get => GetElement(); @@ -21975,9 +21975,9 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.QuickAccessToolbar? QuickAcces /// Tabs. /// Represents the following element tag in the schema: mso14:tabs. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.Tabs? Tabs { get => GetElement(); @@ -21988,9 +21988,9 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.Tabs? Tabs /// ContextualTabs. /// Represents the following element tag in the schema: mso14:contextualTabs. /// - /// + /// /// xmlns:mso14 = http://schemas.microsoft.com/office/2009/07/customui - /// + /// public DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs? ContextualTabs { get => GetElement(); @@ -22006,13 +22006,13 @@ public DocumentFormat.OpenXml.Office2010.CustomUI.ContextualTabs? ContextualTabs /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:backstage. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:button> /// <mso14:tab> /// - /// + /// public partial class Backstage : OpenXmlCompositeElement { /// @@ -22101,12 +22101,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is mso14:contextMenus. /// - /// + /// /// The following table lists the possible child types: /// /// <mso14:contextMenu> /// - /// + /// public partial class ContextMenus : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2020_mipLabelMetadata.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2020_mipLabelMetadata.g.cs index 218bce902..47b7f950e 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2020_mipLabelMetadata.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2020_mipLabelMetadata.g.cs @@ -21,13 +21,13 @@ namespace DocumentFormat.OpenXml.Office2021.MipLabelMetaData /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is clbl:labelList. /// - /// + /// /// The following table lists the possible child types: /// /// <clbl:extLst> /// <clbl:label> /// - /// + /// public partial class ClassificationLabelList : OpenXmlPartRootElement { /// @@ -325,12 +325,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is clbl:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <clbl:ext> /// - /// + /// public partial class ClassificationExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2007_8_2_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2007_8_2_chart.g.cs index 30b3bdba9..06a53a351 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2007_8_2_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2007_8_2_chart.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Office2010.Drawing.Charts /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is c14:pivotOptions. /// - /// + /// /// The following table lists the possible child types: /// /// <c14:dropZoneFilter> @@ -31,7 +31,7 @@ namespace DocumentFormat.OpenXml.Office2010.Drawing.Charts /// <c14:dropZoneSeries> /// <c14:dropZonesVisible> /// - /// + /// public partial class PivotOptions : OpenXmlCompositeElement { /// @@ -89,9 +89,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DropZoneFilter. /// Represents the following element tag in the schema: c14:dropZoneFilter. /// - /// + /// /// xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter? DropZoneFilter { get => GetElement(); @@ -102,9 +102,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter? DropZone /// DropZoneCategories. /// Represents the following element tag in the schema: c14:dropZoneCategories. /// - /// + /// /// xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories? DropZoneCategories { get => GetElement(); @@ -115,9 +115,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneCategories? Drop /// DropZoneData. /// Represents the following element tag in the schema: c14:dropZoneData. /// - /// + /// /// xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData? DropZoneData { get => GetElement(); @@ -128,9 +128,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneData? DropZoneDa /// DropZoneSeries. /// Represents the following element tag in the schema: c14:dropZoneSeries. /// - /// + /// /// xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries? DropZoneSeries { get => GetElement(); @@ -141,9 +141,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneSeries? DropZone /// DropZonesVisible. /// Represents the following element tag in the schema: c14:dropZonesVisible. /// - /// + /// /// xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible? DropZonesVisible { get => GetElement(); @@ -159,13 +159,13 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible? DropZo /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is c14:sketchOptions. /// - /// + /// /// The following table lists the possible child types: /// /// <c14:inSketchMode> /// <c14:showSketchBtn> /// - /// + /// public partial class SketchOptions : OpenXmlCompositeElement { /// @@ -217,9 +217,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// InSketchMode. /// Represents the following element tag in the schema: c14:inSketchMode. /// - /// + /// /// xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode? InSketchMode { get => GetElement(); @@ -230,9 +230,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Charts.InSketchMode? InSketchMo /// ShowSketchButton. /// Represents the following element tag in the schema: c14:showSketchBtn. /// - /// + /// /// xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton? ShowSketchButton { get => GetElement(); @@ -248,12 +248,12 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShowSketchButton? ShowSk /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is c14:invertSolidFillFmt. /// - /// + /// /// The following table lists the possible child types: /// /// <c14:spPr> /// - /// + /// public partial class InvertSolidFillFormat : OpenXmlCompositeElement { /// @@ -303,9 +303,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeProperties. /// Represents the following element tag in the schema: c14:spPr. /// - /// + /// /// xmlns:c14 = http://schemas.microsoft.com/office/drawing/2007/8/2/chart - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Charts.ShapeProperties? ShapeProperties { get => GetElement(); @@ -362,7 +362,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is c14:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -381,7 +381,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -492,9 +492,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2008_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2008_diagram.g.cs index 9a9e6d7d6..7db9e7ded 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2008_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2008_diagram.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office.Drawing /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:drawing. /// - /// + /// /// The following table lists the possible child types: /// /// <dsp:spTree> /// - /// + /// public partial class Drawing : OpenXmlPartRootElement { /// @@ -77,9 +77,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeTree. /// Represents the following element tag in the schema: dsp:spTree. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.ShapeTree? ShapeTree { get => GetElement(); @@ -177,14 +177,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -300,9 +300,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -313,9 +313,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -326,9 +326,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -344,13 +344,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:cNvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:spLocks> /// - /// + /// public partial class NonVisualDrawingShapeProperties : OpenXmlCompositeElement { /// @@ -414,9 +414,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Locks. /// Represents the following element tag in the schema: a:spLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks { get => GetElement(); @@ -427,9 +427,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -445,13 +445,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:nvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <dsp:cNvPr> /// <dsp:cNvSpPr> /// - /// + /// public partial class ShapeNonVisualProperties : OpenXmlCompositeElement { /// @@ -503,9 +503,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: dsp:cNvPr. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -516,9 +516,9 @@ public DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? NonVisu /// NonVisualDrawingShapeProperties. /// Represents the following element tag in the schema: dsp:cNvSpPr. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? NonVisualDrawingShapeProperties { get => GetElement(); @@ -534,7 +534,7 @@ public DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? No /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -553,7 +553,7 @@ public DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingShapeProperties? No /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -664,9 +664,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -682,7 +682,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:style. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fontRef> @@ -690,7 +690,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class ShapeStyle : OpenXmlCompositeElement { /// @@ -746,9 +746,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -759,9 +759,9 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// FillReference. /// Represents the following element tag in the schema: a:fillRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillReference? FillReference { get => GetElement(); @@ -772,9 +772,9 @@ public DocumentFormat.OpenXml.Drawing.FillReference? FillReference /// EffectReference. /// Represents the following element tag in the schema: a:effectRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference { get => GetElement(); @@ -785,9 +785,9 @@ public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference /// Font Reference. /// Represents the following element tag in the schema: a:fontRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontReference? FontReference { get => GetElement(); @@ -803,14 +803,14 @@ public DocumentFormat.OpenXml.Drawing.FontReference? FontReference /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:txBody. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TextBody : OpenXmlCompositeElement { /// @@ -864,9 +864,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -877,9 +877,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -895,13 +895,13 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:txXfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -987,9 +987,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -1000,9 +1000,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -1018,12 +1018,12 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -1084,13 +1084,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:cNvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGroupDrawingShapeProperties : OpenXmlCompositeElement { /// @@ -1142,9 +1142,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GroupShapeLocks. /// Represents the following element tag in the schema: a:grpSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks { get => GetElement(); @@ -1155,9 +1155,9 @@ public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks /// NonVisualGroupDrawingShapePropsExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? NonVisualGroupDrawingShapePropsExtensionList { get => GetElement(); @@ -1173,13 +1173,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionLi /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:nvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <dsp:cNvPr> /// <dsp:cNvGrpSpPr> /// - /// + /// public partial class GroupShapeNonVisualProperties : OpenXmlCompositeElement { /// @@ -1231,9 +1231,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: dsp:cNvPr. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -1244,9 +1244,9 @@ public DocumentFormat.OpenXml.Office.Drawing.NonVisualDrawingProperties? NonVisu /// NonVisualGroupDrawingShapeProperties. /// Represents the following element tag in the schema: dsp:cNvGrpSpPr. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapeProperties? NonVisualGroupDrawingShapeProperties { get => GetElement(); @@ -1262,7 +1262,7 @@ public DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapePropertie /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:grpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -1277,7 +1277,7 @@ public DocumentFormat.OpenXml.Office.Drawing.NonVisualGroupDrawingShapePropertie /// <a:scene3d> /// <a:solidFill> /// - /// + /// public partial class GroupShapeProperties : OpenXmlCompositeElement { /// @@ -1374,9 +1374,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Grouped Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup { get => GetElement(); @@ -1392,7 +1392,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:sp. /// - /// + /// /// The following table lists the possible child types: /// /// <dsp:extLst> @@ -1402,7 +1402,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// <dsp:txXfrm> /// <dsp:nvSpPr> /// - /// + /// public partial class Shape : OpenXmlCompositeElement { /// @@ -1482,9 +1482,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeNonVisualProperties. /// Represents the following element tag in the schema: dsp:nvSpPr. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties? ShapeNonVisualProperties { get => GetElement(); @@ -1495,9 +1495,9 @@ public DocumentFormat.OpenXml.Office.Drawing.ShapeNonVisualProperties? ShapeNonV /// ShapeProperties. /// Represents the following element tag in the schema: dsp:spPr. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -1508,9 +1508,9 @@ public DocumentFormat.OpenXml.Office.Drawing.ShapeProperties? ShapeProperties /// ShapeStyle. /// Represents the following element tag in the schema: dsp:style. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.ShapeStyle? ShapeStyle { get => GetElement(); @@ -1521,9 +1521,9 @@ public DocumentFormat.OpenXml.Office.Drawing.ShapeStyle? ShapeStyle /// TextBody. /// Represents the following element tag in the schema: dsp:txBody. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.TextBody? TextBody { get => GetElement(); @@ -1534,9 +1534,9 @@ public DocumentFormat.OpenXml.Office.Drawing.TextBody? TextBody /// Transform2D. /// Represents the following element tag in the schema: dsp:txXfrm. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -1547,9 +1547,9 @@ public DocumentFormat.OpenXml.Office.Drawing.Transform2D? Transform2D /// OfficeArtExtensionList. /// Represents the following element tag in the schema: dsp:extLst. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -1565,7 +1565,7 @@ public DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? OfficeArtEx /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:grpSp. /// - /// + /// /// The following table lists the possible child types: /// /// <dsp:grpSpPr> @@ -1574,7 +1574,7 @@ public DocumentFormat.OpenXml.Office.Drawing.OfficeArtExtensionList? OfficeArtEx /// <dsp:nvGrpSpPr> /// <dsp:sp> /// - /// + /// public partial class GroupShape : GroupShapeType { /// @@ -1635,7 +1635,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dsp:spTree. /// - /// + /// /// The following table lists the possible child types: /// /// <dsp:grpSpPr> @@ -1644,7 +1644,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dsp:nvGrpSpPr> /// <dsp:sp> /// - /// + /// public partial class ShapeTree : GroupShapeType { /// @@ -1705,7 +1705,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <dsp:grpSpPr> @@ -1714,7 +1714,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dsp:nvGrpSpPr> /// <dsp:sp> /// - /// + /// public abstract partial class GroupShapeType : OpenXmlCompositeElement { /// @@ -1762,9 +1762,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GroupShapeNonVisualProperties. /// Represents the following element tag in the schema: dsp:nvGrpSpPr. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties? GroupShapeNonVisualProperties { get => GetElement(); @@ -1775,9 +1775,9 @@ public DocumentFormat.OpenXml.Office.Drawing.GroupShapeNonVisualProperties? Grou /// GroupShapeProperties. /// Represents the following element tag in the schema: dsp:grpSpPr. /// - /// + /// /// xmlns:dsp = http://schemas.microsoft.com/office/drawing/2008/diagram - /// + /// public DocumentFormat.OpenXml.Office.Drawing.GroupShapeProperties? GroupShapeProperties { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_chartDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_chartDrawing.g.cs index c0e0ef25f..a12fe3f81 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_chartDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_chartDrawing.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is cdr14:contentPart. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr14:extLst> @@ -31,7 +31,7 @@ namespace DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing /// <cdr14:nvPr> /// <cdr14:nvContentPartPr> /// - /// + /// public partial class ContentPart : OpenXmlCompositeElement { /// @@ -69,9 +69,9 @@ public ContentPart(string outerXml) : base(outerXml) /// id, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -119,9 +119,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualContentPartProperties. /// Represents the following element tag in the schema: cdr14:nvContentPartPr. /// - /// + /// /// xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPartProperties? NonVisualContentPartProperties { get => GetElement(); @@ -132,9 +132,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualContentPa /// ApplicationNonVisualDrawingProperties. /// Represents the following element tag in the schema: cdr14:nvPr. /// - /// + /// /// xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -145,9 +145,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisu /// Transform2D. /// Represents the following element tag in the schema: cdr14:xfrm. /// - /// + /// /// xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D? Transform2D { get => GetElement(); @@ -158,9 +158,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.Transform2D? Trans /// OfficeArtExtensionList. /// Represents the following element tag in the schema: cdr14:extLst. /// - /// + /// /// xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -176,14 +176,14 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.OfficeArtExtension /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is cdr14:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -299,9 +299,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -312,9 +312,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -325,9 +325,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -343,13 +343,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is cdr14:cNvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:extLst> /// <a14:cpLocks> /// - /// + /// public partial class NonVisualInkContentPartProperties : OpenXmlCompositeElement { /// @@ -413,9 +413,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ContentPartLocks. /// Represents the following element tag in the schema: a14:cpLocks. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLocks { get => GetElement(); @@ -426,9 +426,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLo /// OfficeArtExtensionList. /// Represents the following element tag in the schema: a14:extLst. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -444,13 +444,13 @@ public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeA /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is cdr14:nvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr14:cNvPr> /// <cdr14:cNvContentPartPr> /// - /// + /// public partial class NonVisualContentPartProperties : OpenXmlCompositeElement { /// @@ -502,9 +502,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: cdr14:cNvPr. /// - /// + /// /// xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -515,9 +515,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualDrawingPr /// NonVisualInkContentPartProperties. /// Represents the following element tag in the schema: cdr14:cNvContentPartPr. /// - /// + /// /// xmlns:cdr14 = http://schemas.microsoft.com/office/drawing/2010/chartDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.NonVisualInkContentPartProperties? NonVisualInkContentPartProperties { get => GetElement(); @@ -581,13 +581,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is cdr14:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -673,9 +673,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -686,9 +686,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -704,12 +704,12 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is cdr14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_diagram.g.cs index b128dd0c8..9be2507d6 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_diagram.g.cs @@ -22,14 +22,14 @@ namespace DocumentFormat.OpenXml.Office2010.Drawing.Diagram /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is dgm14:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -145,9 +145,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -158,9 +158,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -171,9 +171,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_main.g.cs index 1fdf1bbe1..c05a04f77 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_main.g.cs @@ -150,14 +150,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:contentPart. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:extLst> /// <a14:xfrm> /// <a14:nvContentPartPr> /// - /// + /// public partial class GvmlContentPart : OpenXmlCompositeElement { /// @@ -205,9 +205,9 @@ public EnumValue? BlackWhit /// id, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -243,9 +243,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualContentPartProperties. /// Represents the following element tag in the schema: a14:nvContentPartPr. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties? NonVisualContentPartProperties { get => GetElement(); @@ -256,9 +256,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentPartProperties? /// Transform2D. /// Represents the following element tag in the schema: a14:xfrm. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -269,9 +269,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Transform2D? Transform2D /// OfficeArtExtensionList. /// Represents the following element tag in the schema: a14:extLst. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -324,7 +324,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:hiddenFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -334,7 +334,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class HiddenFillProperties : OpenXmlCompositeElement { /// @@ -400,9 +400,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NoFill. /// Represents the following element tag in the schema: a:noFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NoFill? NoFill { get => GetElement(); @@ -413,9 +413,9 @@ public DocumentFormat.OpenXml.Drawing.NoFill? NoFill /// SolidFill. /// Represents the following element tag in the schema: a:solidFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill { get => GetElement(); @@ -426,9 +426,9 @@ public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill /// GradientFill. /// Represents the following element tag in the schema: a:gradFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill { get => GetElement(); @@ -439,9 +439,9 @@ public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill /// BlipFill. /// Represents the following element tag in the schema: a:blipFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill { get => GetElement(); @@ -452,9 +452,9 @@ public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill /// Pattern Fill. /// Represents the following element tag in the schema: a:pattFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill { get => GetElement(); @@ -465,9 +465,9 @@ public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill /// Group Fill. /// Represents the following element tag in the schema: a:grpFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill { get => GetElement(); @@ -483,7 +483,7 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:hiddenLine. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -499,7 +499,7 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class HiddenLineProperties : OpenXmlCompositeElement { /// @@ -651,13 +651,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:hiddenEffects. /// - /// + /// /// The following table lists the possible child types: /// /// <a:effectDag> /// <a:effectLst> /// - /// + /// public partial class HiddenEffectsProperties : OpenXmlCompositeElement { /// @@ -715,9 +715,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Effect Container. /// Represents the following element tag in the schema: a:effectLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectList? EffectList { get => GetElement(); @@ -728,9 +728,9 @@ public DocumentFormat.OpenXml.Drawing.EffectList? EffectList /// Effect Container. /// Represents the following element tag in the schema: a:effectDag. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectDag? EffectDag { get => GetElement(); @@ -746,7 +746,7 @@ public DocumentFormat.OpenXml.Drawing.EffectDag? EffectDag /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:hiddenScene3d. /// - /// + /// /// The following table lists the possible child types: /// /// <a:backdrop> @@ -754,7 +754,7 @@ public DocumentFormat.OpenXml.Drawing.EffectDag? EffectDag /// <a:lightRig> /// <a:extLst> /// - /// + /// public partial class HiddenScene3D : OpenXmlCompositeElement { /// @@ -810,9 +810,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Camera. /// Represents the following element tag in the schema: a:camera. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Camera? Camera { get => GetElement(); @@ -823,9 +823,9 @@ public DocumentFormat.OpenXml.Drawing.Camera? Camera /// Light Rig. /// Represents the following element tag in the schema: a:lightRig. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LightRig? LightRig { get => GetElement(); @@ -836,9 +836,9 @@ public DocumentFormat.OpenXml.Drawing.LightRig? LightRig /// Backdrop Plane. /// Represents the following element tag in the schema: a:backdrop. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Backdrop? Backdrop { get => GetElement(); @@ -849,9 +849,9 @@ public DocumentFormat.OpenXml.Drawing.Backdrop? Backdrop /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -867,7 +867,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:hiddenSp3d. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bevelT> @@ -876,7 +876,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:contourClr> /// <a:extLst> /// - /// + /// public partial class HiddenShape3D : OpenXmlCompositeElement { /// @@ -991,9 +991,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Top Bevel. /// Represents the following element tag in the schema: a:bevelT. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BevelTop? BevelTop { get => GetElement(); @@ -1004,9 +1004,9 @@ public DocumentFormat.OpenXml.Drawing.BevelTop? BevelTop /// Bottom Bevel. /// Represents the following element tag in the schema: a:bevelB. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BevelBottom? BevelBottom { get => GetElement(); @@ -1017,9 +1017,9 @@ public DocumentFormat.OpenXml.Drawing.BevelBottom? BevelBottom /// Extrusion Color. /// Represents the following element tag in the schema: a:extrusionClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtrusionColor? ExtrusionColor { get => GetElement(); @@ -1030,9 +1030,9 @@ public DocumentFormat.OpenXml.Drawing.ExtrusionColor? ExtrusionColor /// Contour Color. /// Represents the following element tag in the schema: a:contourClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ContourColor? ContourColor { get => GetElement(); @@ -1043,9 +1043,9 @@ public DocumentFormat.OpenXml.Drawing.ContourColor? ContourColor /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -1061,12 +1061,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:imgProps. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:imgLayer> /// - /// + /// public partial class ImageProperties : OpenXmlCompositeElement { /// @@ -1116,9 +1116,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ImageLayer. /// Represents the following element tag in the schema: a14:imgLayer. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ImageLayer? ImageLayer { get => GetElement(); @@ -1196,12 +1196,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -1262,12 +1262,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:cpLocks. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:extLst> /// - /// + /// public partial class ContentPartLocks : OpenXmlCompositeElement { /// @@ -1428,9 +1428,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: a14:extLst. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -2792,13 +2792,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:backgroundRemoval. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:backgroundMark> /// <a14:foregroundMark> /// - /// + /// public partial class BackgroundRemoval : OpenXmlCompositeElement { /// @@ -3090,7 +3090,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:imgEffect. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:backgroundRemoval> @@ -3121,7 +3121,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a14:artisticTexturizer> /// <a14:artisticWatercolorSponge> /// - /// + /// public partial class ImageEffect : OpenXmlCompositeElement { /// @@ -3235,9 +3235,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ArtisticBlur. /// Represents the following element tag in the schema: a14:artisticBlur. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur? ArtisticBlur { get => GetElement(); @@ -3248,9 +3248,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticBlur? ArtisticBlur /// ArtisticCement. /// Represents the following element tag in the schema: a14:artisticCement. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement? ArtisticCement { get => GetElement(); @@ -3261,9 +3261,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCement? ArtisticCement /// ArtisticChalkSketch. /// Represents the following element tag in the schema: a14:artisticChalkSketch. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch? ArtisticChalkSketch { get => GetElement(); @@ -3274,9 +3274,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticChalkSketch? ArtisticCh /// ArtisticCrisscrossEtching. /// Represents the following element tag in the schema: a14:artisticCrisscrossEtching. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching? ArtisticCrisscrossEtching { get => GetElement(); @@ -3287,9 +3287,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCrisscrossEtching? Arti /// ArtisticCutout. /// Represents the following element tag in the schema: a14:artisticCutout. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout? ArtisticCutout { get => GetElement(); @@ -3300,9 +3300,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticCutout? ArtisticCutout /// ArtisticFilmGrain. /// Represents the following element tag in the schema: a14:artisticFilmGrain. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain? ArtisticFilmGrain { get => GetElement(); @@ -3313,9 +3313,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticFilmGrain? ArtisticFilm /// ArtisticGlass. /// Represents the following element tag in the schema: a14:artisticGlass. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass? ArtisticGlass { get => GetElement(); @@ -3326,9 +3326,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlass? ArtisticGlass /// ArtisticGlowDiffused. /// Represents the following element tag in the schema: a14:artisticGlowDiffused. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused? ArtisticGlowDiffused { get => GetElement(); @@ -3339,9 +3339,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowDiffused? ArtisticG /// ArtisticGlowEdges. /// Represents the following element tag in the schema: a14:artisticGlowEdges. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges? ArtisticGlowEdges { get => GetElement(); @@ -3352,9 +3352,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticGlowEdges? ArtisticGlow /// ArtisticLightScreen. /// Represents the following element tag in the schema: a14:artisticLightScreen. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen? ArtisticLightScreen { get => GetElement(); @@ -3365,9 +3365,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLightScreen? ArtisticLi /// ArtisticLineDrawing. /// Represents the following element tag in the schema: a14:artisticLineDrawing. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing? ArtisticLineDrawing { get => GetElement(); @@ -3378,9 +3378,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticLineDrawing? ArtisticLi /// ArtisticMarker. /// Represents the following element tag in the schema: a14:artisticMarker. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker? ArtisticMarker { get => GetElement(); @@ -3391,9 +3391,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMarker? ArtisticMarker /// ArtisticMosaicBubbles. /// Represents the following element tag in the schema: a14:artisticMosiaicBubbles. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles? ArtisticMosaicBubbles { get => GetElement(); @@ -3404,9 +3404,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticMosaicBubbles? Artistic /// ArtisticPaintStrokes. /// Represents the following element tag in the schema: a14:artisticPaintStrokes. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes? ArtisticPaintStrokes { get => GetElement(); @@ -3417,9 +3417,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintStrokes? ArtisticP /// ArtisticPaintBrush. /// Represents the following element tag in the schema: a14:artisticPaintBrush. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush? ArtisticPaintBrush { get => GetElement(); @@ -3430,9 +3430,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPaintBrush? ArtisticPai /// ArtisticPastelsSmooth. /// Represents the following element tag in the schema: a14:artisticPastelsSmooth. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth? ArtisticPastelsSmooth { get => GetElement(); @@ -3443,9 +3443,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPastelsSmooth? Artistic /// ArtisticPencilGrayscale. /// Represents the following element tag in the schema: a14:artisticPencilGrayscale. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale? ArtisticPencilGrayscale { get => GetElement(); @@ -3456,9 +3456,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilGrayscale? Artist /// ArtisticPencilSketch. /// Represents the following element tag in the schema: a14:artisticPencilSketch. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch? ArtisticPencilSketch { get => GetElement(); @@ -3469,9 +3469,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPencilSketch? ArtisticP /// ArtisticPhotocopy. /// Represents the following element tag in the schema: a14:artisticPhotocopy. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy? ArtisticPhotocopy { get => GetElement(); @@ -3482,9 +3482,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPhotocopy? ArtisticPhot /// ArtisticPlasticWrap. /// Represents the following element tag in the schema: a14:artisticPlasticWrap. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap? ArtisticPlasticWrap { get => GetElement(); @@ -3495,9 +3495,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticPlasticWrap? ArtisticPl /// ArtisticTexturizer. /// Represents the following element tag in the schema: a14:artisticTexturizer. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer? ArtisticTexturizer { get => GetElement(); @@ -3508,9 +3508,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticTexturizer? ArtisticTex /// ArtisticWatercolorSponge. /// Represents the following element tag in the schema: a14:artisticWatercolorSponge. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge? ArtisticWatercolorSponge { get => GetElement(); @@ -3521,9 +3521,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ArtisticWatercolorSponge? Artis /// BackgroundRemoval. /// Represents the following element tag in the schema: a14:backgroundRemoval. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval? BackgroundRemoval { get => GetElement(); @@ -3534,9 +3534,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.BackgroundRemoval? BackgroundRe /// BrightnessContrast. /// Represents the following element tag in the schema: a14:brightnessContrast. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast? BrightnessContrast { get => GetElement(); @@ -3547,9 +3547,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.BrightnessContrast? BrightnessC /// ColorTemperature. /// Represents the following element tag in the schema: a14:colorTemperature. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature? ColorTemperature { get => GetElement(); @@ -3560,9 +3560,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ColorTemperature? ColorTemperat /// Saturation. /// Represents the following element tag in the schema: a14:saturation. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Saturation? Saturation { get => GetElement(); @@ -3573,9 +3573,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Saturation? Saturation /// SharpenSoften. /// Represents the following element tag in the schema: a14:sharpenSoften. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften? SharpenSoften { get => GetElement(); @@ -3591,12 +3591,12 @@ public DocumentFormat.OpenXml.Office2010.Drawing.SharpenSoften? SharpenSoften /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:imgLayer. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:imgEffect> /// - /// + /// public partial class ImageLayer : OpenXmlCompositeElement { /// @@ -3634,9 +3634,9 @@ public ImageLayer(string outerXml) : base(outerXml) /// embed, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -3666,14 +3666,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -3789,9 +3789,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -3802,9 +3802,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -3815,9 +3815,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -3833,13 +3833,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:cNvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:extLst> /// <a14:cpLocks> /// - /// + /// public partial class NonVisualInkContentPartProperties : OpenXmlCompositeElement { /// @@ -3903,9 +3903,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ContentPartLocks. /// Represents the following element tag in the schema: a14:cpLocks. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLocks { get => GetElement(); @@ -3916,9 +3916,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLo /// OfficeArtExtensionList. /// Represents the following element tag in the schema: a14:extLst. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -3934,13 +3934,13 @@ public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeA /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:nvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:cNvPr> /// <a14:cNvContentPartPr> /// - /// + /// public partial class NonVisualContentPartProperties : OpenXmlCompositeElement { /// @@ -3992,9 +3992,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: a14:cNvPr. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -4005,9 +4005,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.NonVisualDrawingProperties? Non /// NonVisualInkContentPartProperties. /// Represents the following element tag in the schema: a14:cNvContentPartPr. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperties? NonVisualInkContentPartProperties { get => GetElement(); @@ -4023,13 +4023,13 @@ public DocumentFormat.OpenXml.Office2010.Drawing.NonVisualInkContentPartProperti /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is a14:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -4115,9 +4115,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -4128,9 +4128,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_picture.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_picture.g.cs index 1540fdced..f81f0b0ad 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_picture.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_picture.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Office2010.Drawing.Pictures /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is pic14:style. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fontRef> @@ -30,7 +30,7 @@ namespace DocumentFormat.OpenXml.Office2010.Drawing.Pictures /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class ShapeStyle : OpenXmlCompositeElement { /// @@ -86,9 +86,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -99,9 +99,9 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// FillReference. /// Represents the following element tag in the schema: a:fillRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillReference? FillReference { get => GetElement(); @@ -112,9 +112,9 @@ public DocumentFormat.OpenXml.Drawing.FillReference? FillReference /// EffectReference. /// Represents the following element tag in the schema: a:effectRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference { get => GetElement(); @@ -125,9 +125,9 @@ public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference /// Font Reference. /// Represents the following element tag in the schema: a:fontRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontReference? FontReference { get => GetElement(); @@ -143,12 +143,12 @@ public DocumentFormat.OpenXml.Drawing.FontReference? FontReference /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is pic14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_slicer.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_slicer.g.cs index aa81cc43f..e59a6d972 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_slicer.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2010_slicer.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office2010.Drawing.Slicer /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is sle:slicer. /// - /// + /// /// The following table lists the possible child types: /// /// <sle:extLst> /// - /// + /// public partial class Slicer : OpenXmlCompositeElement { /// @@ -92,9 +92,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: sle:extLst. /// - /// + /// /// xmlns:sle = http://schemas.microsoft.com/office/drawing/2010/slicer - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -110,12 +110,12 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Slicer.OfficeArtExtensionList? /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is sle:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chart.g.cs index 57c86943a..20f341329 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chart.g.cs @@ -23,14 +23,14 @@ namespace DocumentFormat.OpenXml.Office2013.Drawing.Chart /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:pivotSource. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:fmtId> /// <c:name> /// - /// + /// public partial class PivotSource : OpenXmlCompositeElement { /// @@ -84,9 +84,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pivot Name. /// Represents the following element tag in the schema: c:name. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? PivotTableName { get => GetElement(); @@ -97,9 +97,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? PivotTableName /// Format ID. /// Represents the following element tag in the schema: c:fmtId. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.FormatId? FormatId { get => GetElement(); @@ -110,9 +110,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.FormatId? FormatId /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -179,7 +179,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -198,7 +198,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -309,9 +309,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -327,13 +327,13 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:layout. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:manualLayout> /// - /// + /// public partial class Layout : OpenXmlCompositeElement { /// @@ -385,9 +385,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Manual Layout. /// Represents the following element tag in the schema: c:manualLayout. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? ManualLayout { get => GetElement(); @@ -398,9 +398,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? ManualLayout /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -416,12 +416,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:fullRef. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:sqref> /// - /// + /// public partial class FullReference : OpenXmlCompositeElement { /// @@ -471,9 +471,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SequenceOfReferences. /// Represents the following element tag in the schema: c15:sqref. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? SequenceOfReferences { get => GetElement(); @@ -489,12 +489,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? Seq /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:levelRef. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:sqref> /// - /// + /// public partial class LevelReference : OpenXmlCompositeElement { /// @@ -544,9 +544,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SequenceOfReferences. /// Represents the following element tag in the schema: c15:sqref. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? SequenceOfReferences { get => GetElement(); @@ -562,12 +562,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? Seq /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:formulaRef. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:sqref> /// - /// + /// public partial class FormulaReference : OpenXmlCompositeElement { /// @@ -617,9 +617,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SequenceOfReferences. /// Represents the following element tag in the schema: c15:sqref. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? SequenceOfReferences { get => GetElement(); @@ -635,12 +635,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? Seq /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredSeriesTitle. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:tx> /// - /// + /// public partial class FilteredSeriesTitle : OpenXmlCompositeElement { /// @@ -690,9 +690,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ChartText. /// Represents the following element tag in the schema: c15:tx. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText? ChartText { get => GetElement(); @@ -708,12 +708,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.ChartText? ChartText /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredCategoryTitle. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:cat> /// - /// + /// public partial class FilteredCategoryTitle : OpenXmlCompositeElement { /// @@ -763,9 +763,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AxisDataSourceType. /// Represents the following element tag in the schema: c15:cat. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType? AxisDataSourceType { get => GetElement(); @@ -781,12 +781,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType? AxisD /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredAreaSeries. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:ser> /// - /// + /// public partial class FilteredAreaSeries : OpenXmlCompositeElement { /// @@ -836,9 +836,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AreaChartSeries. /// Represents the following element tag in the schema: c15:ser. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries? AreaChartSeries { get => GetElement(); @@ -854,12 +854,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.AreaChartSeries? AreaChar /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredBarSeries. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:ser> /// - /// + /// public partial class FilteredBarSeries : OpenXmlCompositeElement { /// @@ -909,9 +909,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BarChartSeries. /// Represents the following element tag in the schema: c15:ser. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries? BarChartSeries { get => GetElement(); @@ -927,12 +927,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.BarChartSeries? BarChartS /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredBubbleSeries. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:ser> /// - /// + /// public partial class FilteredBubbleSeries : OpenXmlCompositeElement { /// @@ -982,9 +982,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BubbleChartSeries. /// Represents the following element tag in the schema: c15:ser. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries? BubbleChartSeries { get => GetElement(); @@ -1000,12 +1000,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.BubbleChartSeries? Bubble /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredLineSeries. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:ser> /// - /// + /// public partial class FilteredLineSeriesExtension : OpenXmlCompositeElement { /// @@ -1055,9 +1055,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineChartSeries. /// Represents the following element tag in the schema: c15:ser. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries? LineChartSeries { get => GetElement(); @@ -1073,12 +1073,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.LineChartSeries? LineChar /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredPieSeries. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:ser> /// - /// + /// public partial class FilteredPieSeries : OpenXmlCompositeElement { /// @@ -1128,9 +1128,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PieChartSeries. /// Represents the following element tag in the schema: c15:ser. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries? PieChartSeries { get => GetElement(); @@ -1146,12 +1146,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.PieChartSeries? PieChartS /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredRadarSeries. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:ser> /// - /// + /// public partial class FilteredRadarSeries : OpenXmlCompositeElement { /// @@ -1201,9 +1201,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RadarChartSeries. /// Represents the following element tag in the schema: c15:ser. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries? RadarChartSeries { get => GetElement(); @@ -1219,12 +1219,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.RadarChartSeries? RadarCh /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredScatterSeries. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:ser> /// - /// + /// public partial class FilteredScatterSeries : OpenXmlCompositeElement { /// @@ -1274,9 +1274,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ScatterChartSeries. /// Represents the following element tag in the schema: c15:ser. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries? ScatterChartSeries { get => GetElement(); @@ -1292,12 +1292,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.ScatterChartSeries? Scatt /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:filteredSurfaceSeries. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:ser> /// - /// + /// public partial class FilteredSurfaceSeries : OpenXmlCompositeElement { /// @@ -1347,9 +1347,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SurfaceChartSeries. /// Represents the following element tag in the schema: c15:ser. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries? SurfaceChartSeries { get => GetElement(); @@ -1365,13 +1365,13 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SurfaceChartSeries? Surfa /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:datalabelsRange. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:dlblRangeCache> /// <c15:f> /// - /// + /// public partial class DataLabelsRange : OpenXmlCompositeElement { /// @@ -1423,9 +1423,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: c15:f. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? Formula { get => GetElement(); @@ -1436,9 +1436,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? Formula /// DataLabelsRangeChache. /// Represents the following element tag in the schema: c15:dlblRangeCache. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache? DataLabelsRangeChache { get => GetElement(); @@ -1454,12 +1454,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelsRangeChache? Da /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:categoryFilterExceptions. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:categoryFilterException> /// - /// + /// public partial class CategoryFilterExceptions : OpenXmlCompositeElement { /// @@ -1514,12 +1514,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:dlblFieldTable. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:dlblFTEntry> /// - /// + /// public partial class DataLabelFieldTable : OpenXmlCompositeElement { /// @@ -1756,14 +1756,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:tx. /// - /// + /// /// The following table lists the possible child types: /// /// <c:rich> /// <c:strLit> /// <c:strRef> /// - /// + /// public partial class ChartText : OpenXmlCompositeElement { /// @@ -1820,9 +1820,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// String Reference. /// Represents the following element tag in the schema: c:strRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference { get => GetElement(); @@ -1833,9 +1833,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference /// Rich Text. /// Represents the following element tag in the schema: c:rich. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.RichText? RichText { get => GetElement(); @@ -1846,9 +1846,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.RichText? RichText /// String Literal. /// Represents the following element tag in the schema: c:strLit. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral { get => GetElement(); @@ -1864,12 +1864,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:leaderLines. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class LeaderLines : OpenXmlCompositeElement { /// @@ -1919,9 +1919,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -2051,7 +2051,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:cat. /// - /// + /// /// The following table lists the possible child types: /// /// <c:multiLvlStrRef> @@ -2060,7 +2060,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:strLit> /// <c:strRef> /// - /// + /// public partial class AxisDataSourceType : OpenXmlCompositeElement { /// @@ -2121,9 +2121,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Multi Level String Reference. /// Represents the following element tag in the schema: c:multiLvlStrRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? MultiLevelStringReference { get => GetElement(); @@ -2134,9 +2134,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? MultiLev /// Number Reference. /// Represents the following element tag in the schema: c:numRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberReference? NumberReference { get => GetElement(); @@ -2147,9 +2147,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberReference? NumberReference /// Number Literal. /// Represents the following element tag in the schema: c:numLit. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? NumberLiteral { get => GetElement(); @@ -2160,9 +2160,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? NumberLiteral /// StringReference. /// Represents the following element tag in the schema: c:strRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference { get => GetElement(); @@ -2173,9 +2173,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference /// String Literal. /// Represents the following element tag in the schema: c:strLit. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral { get => GetElement(); @@ -2191,7 +2191,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -2209,7 +2209,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral /// <c:idx> /// <c:order> /// - /// + /// public partial class BarChartSeries : OpenXmlCompositeElement { /// @@ -2291,9 +2291,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -2304,9 +2304,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -2317,9 +2317,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -2330,9 +2330,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -2343,9 +2343,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// InvertIfNegative. /// Represents the following element tag in the schema: c:invertIfNegative. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative { get => GetElement(); @@ -2356,9 +2356,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -2374,7 +2374,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -2392,7 +2392,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// <c:idx> /// <c:order> /// - /// + /// public partial class LineChartSeries : OpenXmlCompositeElement { /// @@ -2474,9 +2474,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -2487,9 +2487,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -2500,9 +2500,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -2513,9 +2513,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -2526,9 +2526,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Marker. /// Represents the following element tag in the schema: c:marker. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -2539,9 +2539,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -2557,7 +2557,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -2574,7 +2574,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// <c:idx> /// <c:order> /// - /// + /// public partial class ScatterChartSeries : OpenXmlCompositeElement { /// @@ -2654,9 +2654,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -2667,9 +2667,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -2680,9 +2680,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -2693,9 +2693,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -2706,9 +2706,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Marker. /// Represents the following element tag in the schema: c:marker. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -2724,7 +2724,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -2740,7 +2740,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// <c:idx> /// <c:order> /// - /// + /// public partial class AreaChartSeries : OpenXmlCompositeElement { /// @@ -2818,9 +2818,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -2831,9 +2831,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -2844,9 +2844,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -2857,9 +2857,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -2870,9 +2870,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -2888,7 +2888,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -2903,7 +2903,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// <c:order> /// <c:explosion> /// - /// + /// public partial class PieChartSeries : OpenXmlCompositeElement { /// @@ -2979,9 +2979,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -2992,9 +2992,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -3005,9 +3005,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -3018,9 +3018,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3031,9 +3031,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -3044,9 +3044,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// Explosion. /// Represents the following element tag in the schema: c:explosion. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Explosion? Explosion { get => GetElement(); @@ -3062,7 +3062,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Explosion? Explosion /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -3081,7 +3081,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Explosion? Explosion /// <c:idx> /// <c:order> /// - /// + /// public partial class BubbleChartSeries : OpenXmlCompositeElement { /// @@ -3165,9 +3165,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -3178,9 +3178,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -3191,9 +3191,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -3204,9 +3204,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3217,9 +3217,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -3230,9 +3230,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// InvertIfNegative. /// Represents the following element tag in the schema: c:invertIfNegative. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative { get => GetElement(); @@ -3248,7 +3248,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -3263,7 +3263,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative /// <c:idx> /// <c:order> /// - /// + /// public partial class RadarChartSeries : OpenXmlCompositeElement { /// @@ -3339,9 +3339,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -3352,9 +3352,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -3365,9 +3365,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -3378,9 +3378,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3391,9 +3391,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -3404,9 +3404,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// Marker. /// Represents the following element tag in the schema: c:marker. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -3422,7 +3422,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -3435,7 +3435,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// <c:idx> /// <c:order> /// - /// + /// public partial class SurfaceChartSeries : OpenXmlCompositeElement { /// @@ -3507,9 +3507,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -3520,9 +3520,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -3533,9 +3533,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -3546,9 +3546,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3559,9 +3559,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -3572,9 +3572,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// CategoryAxisData. /// Represents the following element tag in the schema: c:cat. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? CategoryAxisData { get => GetElement(); @@ -3585,9 +3585,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? CategoryAxisData /// Values. /// Represents the following element tag in the schema: c:val. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Values? Values { get => GetElement(); @@ -3598,9 +3598,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Values? Values /// Bubble3D. /// Represents the following element tag in the schema: c:bubble3D. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? Bubble3D { get => GetElement(); @@ -3611,9 +3611,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? Bubble3D /// SurfaceSerExtensionList. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? SurfaceSerExtensionList { get => GetElement(); @@ -3629,14 +3629,14 @@ public DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? SurfaceSer /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:dlblRangeCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:pt> /// <c:ptCount> /// - /// + /// public partial class DataLabelsRangeChache : StringDataType { /// @@ -3692,14 +3692,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:dlblFieldTableCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:pt> /// <c:ptCount> /// - /// + /// public partial class DataLabelFieldTableCache : StringDataType { /// @@ -3755,14 +3755,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:pt> /// <c:ptCount> /// - /// + /// public abstract partial class StringDataType : OpenXmlCompositeElement { /// @@ -3808,9 +3808,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PointCount. /// Represents the following element tag in the schema: c:ptCount. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount { get => GetElement(); @@ -3863,7 +3863,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:marker. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -3871,7 +3871,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:size> /// <c:symbol> /// - /// + /// public partial class Marker : OpenXmlCompositeElement { /// @@ -3927,9 +3927,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Symbol. /// Represents the following element tag in the schema: c:symbol. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Symbol? Symbol { get => GetElement(); @@ -3940,9 +3940,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Symbol? Symbol /// Size. /// Represents the following element tag in the schema: c:size. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Size? Size { get => GetElement(); @@ -3953,9 +3953,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Size? Size /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3966,9 +3966,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -3984,7 +3984,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:dLbl. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -4004,7 +4004,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:idx> /// <c:separator> /// - /// + /// public partial class DataLabel : OpenXmlCompositeElement { /// @@ -4099,9 +4099,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -4117,7 +4117,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:categoryFilterException. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:spPr> @@ -4128,7 +4128,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// <c15:explosion> /// <c15:sqref> /// - /// + /// public partial class CategoryFilterException : OpenXmlCompositeElement { /// @@ -4190,9 +4190,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SequenceOfReferences. /// Represents the following element tag in the schema: c15:sqref. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? SequenceOfReferences { get => GetElement(); @@ -4203,9 +4203,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.SequenceOfReferences? Seq /// ShapeProperties. /// Represents the following element tag in the schema: c15:spPr. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties? ShapeProperties { get => GetElement(); @@ -4216,9 +4216,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.ShapeProperties? ShapePro /// Explosion. /// Represents the following element tag in the schema: c15:explosion. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion? Explosion { get => GetElement(); @@ -4229,9 +4229,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Explosion? Explosion /// InvertIfNegativeBoolean. /// Represents the following element tag in the schema: c15:invertIfNegative. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean? InvertIfNegativeBoolean { get => GetElement(); @@ -4242,9 +4242,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.InvertIfNegativeBoolean? /// Bubble3D. /// Represents the following element tag in the schema: c15:bubble3D. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D? Bubble3D { get => GetElement(); @@ -4255,9 +4255,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Bubble3D? Bubble3D /// Marker. /// Represents the following element tag in the schema: c15:marker. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker? Marker { get => GetElement(); @@ -4268,9 +4268,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Marker? Marker /// DataLabel. /// Represents the following element tag in the schema: c15:dLbl. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel? DataLabel { get => GetElement(); @@ -4286,14 +4286,14 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabel? DataLabel /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is c15:dlblFTEntry. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:dlblFieldTableCache> /// <c15:txfldGUID> /// <c15:f> /// - /// + /// public partial class DataLabelFieldTableEntry : OpenXmlCompositeElement { /// @@ -4347,9 +4347,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TextFieldGuid. /// Represents the following element tag in the schema: c15:txfldGUID. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid? TextFieldGuid { get => GetElement(); @@ -4360,9 +4360,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.TextFieldGuid? TextFieldG /// Formula. /// Represents the following element tag in the schema: c15:f. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? Formula { get => GetElement(); @@ -4373,9 +4373,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.Chart.Formula? Formula /// DataLabelFieldTableCache. /// Represents the following element tag in the schema: c15:dlblFieldTableCache. /// - /// + /// /// xmlns:c15 = http://schemas.microsoft.com/office/drawing/2012/chart - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableCache? DataLabelFieldTableCache { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chartStyle.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chartStyle.g.cs index 99360f791..2fb07e6ea 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chartStyle.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_chartStyle.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:colorStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -34,7 +34,7 @@ namespace DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle /// <a:sysClr> /// <cs:variation> /// - /// + /// public partial class ColorStyle : OpenXmlPartRootElement { /// @@ -171,7 +171,7 @@ public ChartColorStylePart? ChartColorStylePart /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:chartStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -207,7 +207,7 @@ public ChartColorStylePart? ChartColorStylePart /// <cs:valueAxis> /// <cs:wall> /// - /// + /// public partial class ChartStyle : OpenXmlPartRootElement { /// @@ -331,9 +331,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AxisTitle. /// Represents the following element tag in the schema: cs:axisTitle. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle? AxisTitle { get => GetElement(); @@ -344,9 +344,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.AxisTitle? AxisTitle /// CategoryAxis. /// Represents the following element tag in the schema: cs:categoryAxis. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis? CategoryAxis { get => GetElement(); @@ -357,9 +357,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.CategoryAxis? Catego /// ChartArea. /// Represents the following element tag in the schema: cs:chartArea. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea? ChartArea { get => GetElement(); @@ -370,9 +370,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ChartArea? ChartArea /// DataLabel. /// Represents the following element tag in the schema: cs:dataLabel. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel? DataLabel { get => GetElement(); @@ -383,9 +383,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabel? DataLabel /// DataLabelCallout. /// Represents the following element tag in the schema: cs:dataLabelCallout. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout? DataLabelCallout { get => GetElement(); @@ -396,9 +396,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataLabelCallout? Da /// DataPoint. /// Represents the following element tag in the schema: cs:dataPoint. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint? DataPoint { get => GetElement(); @@ -409,9 +409,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint? DataPoint /// DataPoint3D. /// Represents the following element tag in the schema: cs:dataPoint3D. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D? DataPoint3D { get => GetElement(); @@ -422,9 +422,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPoint3D? DataPoi /// DataPointLine. /// Represents the following element tag in the schema: cs:dataPointLine. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine? DataPointLine { get => GetElement(); @@ -435,9 +435,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointLine? DataP /// DataPointMarker. /// Represents the following element tag in the schema: cs:dataPointMarker. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker? DataPointMarker { get => GetElement(); @@ -448,9 +448,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointMarker? Dat /// MarkerLayoutProperties. /// Represents the following element tag in the schema: cs:dataPointMarkerLayout. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperties? MarkerLayoutProperties { get => GetElement(); @@ -461,9 +461,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.MarkerLayoutProperti /// DataPointWireframe. /// Represents the following element tag in the schema: cs:dataPointWireframe. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe? DataPointWireframe { get => GetElement(); @@ -474,9 +474,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataPointWireframe? /// DataTableStyle. /// Represents the following element tag in the schema: cs:dataTable. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle? DataTableStyle { get => GetElement(); @@ -487,9 +487,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DataTableStyle? Data /// DownBar. /// Represents the following element tag in the schema: cs:downBar. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar? DownBar { get => GetElement(); @@ -500,9 +500,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DownBar? DownBar /// DropLine. /// Represents the following element tag in the schema: cs:dropLine. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine? DropLine { get => GetElement(); @@ -513,9 +513,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.DropLine? DropLine /// ErrorBar. /// Represents the following element tag in the schema: cs:errorBar. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar? ErrorBar { get => GetElement(); @@ -526,9 +526,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ErrorBar? ErrorBar /// Floor. /// Represents the following element tag in the schema: cs:floor. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor? Floor { get => GetElement(); @@ -539,9 +539,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Floor? Floor /// GridlineMajor. /// Represents the following element tag in the schema: cs:gridlineMajor. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor? GridlineMajor { get => GetElement(); @@ -552,9 +552,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMajor? Gridl /// GridlineMinor. /// Represents the following element tag in the schema: cs:gridlineMinor. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor? GridlineMinor { get => GetElement(); @@ -565,9 +565,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.GridlineMinor? Gridl /// HiLoLine. /// Represents the following element tag in the schema: cs:hiLoLine. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine? HiLoLine { get => GetElement(); @@ -578,9 +578,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.HiLoLine? HiLoLine /// LeaderLine. /// Represents the following element tag in the schema: cs:leaderLine. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine? LeaderLine { get => GetElement(); @@ -591,9 +591,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LeaderLine? LeaderLi /// LegendStyle. /// Represents the following element tag in the schema: cs:legend. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle? LegendStyle { get => GetElement(); @@ -604,9 +604,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendStyle? LegendS /// PlotArea. /// Represents the following element tag in the schema: cs:plotArea. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea? PlotArea { get => GetElement(); @@ -617,9 +617,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea? PlotArea /// PlotArea3D. /// Represents the following element tag in the schema: cs:plotArea3D. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D? PlotArea3D { get => GetElement(); @@ -630,9 +630,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.PlotArea3D? PlotArea /// SeriesAxis. /// Represents the following element tag in the schema: cs:seriesAxis. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis? SeriesAxis { get => GetElement(); @@ -643,9 +643,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesAxis? SeriesAx /// SeriesLine. /// Represents the following element tag in the schema: cs:seriesLine. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine? SeriesLine { get => GetElement(); @@ -656,9 +656,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.SeriesLine? SeriesLi /// TitleStyle. /// Represents the following element tag in the schema: cs:title. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle? TitleStyle { get => GetElement(); @@ -669,9 +669,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TitleStyle? TitleSty /// TrendlineStyle. /// Represents the following element tag in the schema: cs:trendline. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle? TrendlineStyle { get => GetElement(); @@ -682,9 +682,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineStyle? Tren /// TrendlineLabel. /// Represents the following element tag in the schema: cs:trendlineLabel. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel? TrendlineLabel { get => GetElement(); @@ -695,9 +695,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TrendlineLabel? Tren /// UpBar. /// Represents the following element tag in the schema: cs:upBar. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar? UpBar { get => GetElement(); @@ -708,9 +708,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.UpBar? UpBar /// ValueAxis. /// Represents the following element tag in the schema: cs:valueAxis. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis? ValueAxis { get => GetElement(); @@ -721,9 +721,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ValueAxis? ValueAxis /// Wall. /// Represents the following element tag in the schema: cs:wall. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall? Wall { get => GetElement(); @@ -734,9 +734,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.Wall? Wall /// OfficeArtExtensionList. /// Represents the following element tag in the schema: cs:extLst. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -783,7 +783,7 @@ public ChartStylePart? ChartStylePart /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:variation. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hueOff> @@ -815,7 +815,7 @@ public ChartStylePart? ChartStylePart /// <a:alphaMod> /// <a:hueMod> /// - /// + /// public partial class ColorStyleVariation : OpenXmlCompositeElement { /// @@ -930,12 +930,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -996,7 +996,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:styleClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hueOff> @@ -1028,7 +1028,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:alphaMod> /// <a:hueMod> /// - /// + /// public partial class StyleColor : OpenXmlCompositeElement { /// @@ -1163,7 +1163,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:lnRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1174,7 +1174,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:sysClr> /// <cs:styleClr> /// - /// + /// public partial class LineReference : StyleReference { /// @@ -1240,7 +1240,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:fillRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1251,7 +1251,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:sysClr> /// <cs:styleClr> /// - /// + /// public partial class FillReference : StyleReference { /// @@ -1317,7 +1317,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:effectRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1328,7 +1328,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:sysClr> /// <cs:styleClr> /// - /// + /// public partial class EffectReference : StyleReference { /// @@ -1394,7 +1394,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1405,7 +1405,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:sysClr> /// <cs:styleClr> /// - /// + /// public abstract partial class StyleReference : OpenXmlCompositeElement { /// @@ -1522,7 +1522,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:fontRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1533,7 +1533,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:sysClr> /// <cs:styleClr> /// - /// + /// public partial class FontReference : OpenXmlCompositeElement { /// @@ -1633,7 +1633,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -1652,7 +1652,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -1763,9 +1763,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -1781,7 +1781,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:defRPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -1807,7 +1807,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <a:uFill> /// <a:uLnTx> /// - /// + /// public partial class TextCharacterPropertiesType : OpenXmlCompositeElement { /// @@ -2151,9 +2151,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Outline. /// Represents the following element tag in the schema: a:ln. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Outline? Outline { get => GetElement(); @@ -2169,7 +2169,7 @@ public DocumentFormat.OpenXml.Drawing.Outline? Outline /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:bodyPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:flatTx> @@ -2181,7 +2181,7 @@ public DocumentFormat.OpenXml.Drawing.Outline? Outline /// <a:normAutofit> /// <a:spAutoFit> /// - /// + /// public partial class TextBodyProperties : OpenXmlCompositeElement { /// @@ -2488,9 +2488,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Preset Text Shape. /// Represents the following element tag in the schema: a:prstTxWarp. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetTextWarp? PresetTextWarp { get => GetElement(); @@ -3316,7 +3316,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:axisTitle. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3329,7 +3329,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class AxisTitle : StyleEntry { /// @@ -3391,7 +3391,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:categoryAxis. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3404,7 +3404,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class CategoryAxis : StyleEntry { /// @@ -3466,7 +3466,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:chartArea. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3479,7 +3479,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class ChartArea : StyleEntry { /// @@ -3541,7 +3541,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dataLabel. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3554,7 +3554,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DataLabel : StyleEntry { /// @@ -3616,7 +3616,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dataLabelCallout. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3629,7 +3629,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DataLabelCallout : StyleEntry { /// @@ -3691,7 +3691,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dataPoint. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3704,7 +3704,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DataPoint : StyleEntry { /// @@ -3766,7 +3766,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dataPoint3D. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3779,7 +3779,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DataPoint3D : StyleEntry { /// @@ -3841,7 +3841,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dataPointLine. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3854,7 +3854,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DataPointLine : StyleEntry { /// @@ -3916,7 +3916,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dataPointMarker. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -3929,7 +3929,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DataPointMarker : StyleEntry { /// @@ -3991,7 +3991,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dataPointWireframe. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4004,7 +4004,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DataPointWireframe : StyleEntry { /// @@ -4066,7 +4066,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dataTable. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4079,7 +4079,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DataTableStyle : StyleEntry { /// @@ -4141,7 +4141,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:downBar. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4154,7 +4154,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DownBar : StyleEntry { /// @@ -4216,7 +4216,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:dropLine. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4229,7 +4229,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class DropLine : StyleEntry { /// @@ -4291,7 +4291,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:errorBar. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4304,7 +4304,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class ErrorBar : StyleEntry { /// @@ -4366,7 +4366,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:floor. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4379,7 +4379,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class Floor : StyleEntry { /// @@ -4441,7 +4441,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:gridlineMajor. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4454,7 +4454,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class GridlineMajor : StyleEntry { /// @@ -4516,7 +4516,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:gridlineMinor. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4529,7 +4529,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class GridlineMinor : StyleEntry { /// @@ -4591,7 +4591,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:hiLoLine. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4604,7 +4604,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class HiLoLine : StyleEntry { /// @@ -4666,7 +4666,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:leaderLine. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4679,7 +4679,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class LeaderLine : StyleEntry { /// @@ -4741,7 +4741,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:legend. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4754,7 +4754,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class LegendStyle : StyleEntry { /// @@ -4816,7 +4816,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:plotArea. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4829,7 +4829,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class PlotArea : StyleEntry { /// @@ -4891,7 +4891,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:plotArea3D. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4904,7 +4904,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class PlotArea3D : StyleEntry { /// @@ -4966,7 +4966,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:seriesAxis. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -4979,7 +4979,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class SeriesAxis : StyleEntry { /// @@ -5041,7 +5041,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:seriesLine. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -5054,7 +5054,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class SeriesLine : StyleEntry { /// @@ -5116,7 +5116,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:title. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -5129,7 +5129,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class TitleStyle : StyleEntry { /// @@ -5191,7 +5191,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:trendline. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -5204,7 +5204,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class TrendlineStyle : StyleEntry { /// @@ -5266,7 +5266,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:trendlineLabel. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -5279,7 +5279,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class TrendlineLabel : StyleEntry { /// @@ -5341,7 +5341,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:upBar. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -5354,7 +5354,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class UpBar : StyleEntry { /// @@ -5416,7 +5416,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:valueAxis. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -5429,7 +5429,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class ValueAxis : StyleEntry { /// @@ -5491,7 +5491,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is cs:wall. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -5504,7 +5504,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public partial class Wall : StyleEntry { /// @@ -5566,7 +5566,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <cs:extLst> @@ -5579,7 +5579,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cs:effectRef> /// <cs:lineWidthScale> /// - /// + /// public abstract partial class StyleEntry : OpenXmlCompositeElement { /// @@ -5643,9 +5643,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: cs:lnRef. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference? LineReference { get => GetElement(); @@ -5656,9 +5656,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineReference? LineR /// LineWidthScale. /// Represents the following element tag in the schema: cs:lineWidthScale. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale? LineWidthScale { get => GetElement(); @@ -5669,9 +5669,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LineWidthScale? Line /// FillReference. /// Represents the following element tag in the schema: cs:fillRef. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference? FillReference { get => GetElement(); @@ -5682,9 +5682,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FillReference? FillR /// EffectReference. /// Represents the following element tag in the schema: cs:effectRef. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference? EffectReference { get => GetElement(); @@ -5695,9 +5695,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.EffectReference? Eff /// FontReference. /// Represents the following element tag in the schema: cs:fontRef. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference? FontReference { get => GetElement(); @@ -5708,9 +5708,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.FontReference? FontR /// ShapeProperties. /// Represents the following element tag in the schema: cs:spPr. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties? ShapeProperties { get => GetElement(); @@ -5721,9 +5721,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.ShapeProperties? Sha /// TextCharacterPropertiesType. /// Represents the following element tag in the schema: cs:defRPr. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropertiesType? TextCharacterPropertiesType { get => GetElement(); @@ -5734,9 +5734,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextCharacterPropert /// TextBodyProperties. /// Represents the following element tag in the schema: cs:bodyPr. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties? TextBodyProperties { get => GetElement(); @@ -5747,9 +5747,9 @@ public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.TextBodyProperties? /// OfficeArtExtensionList. /// Represents the following element tag in the schema: cs:extLst. /// - /// + /// /// xmlns:cs = http://schemas.microsoft.com/office/drawing/2012/chartStyle - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_timeslicer.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_timeslicer.g.cs index 7d3ad49fb..cc498e9b4 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_timeslicer.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2012_timeslicer.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is tsle:timeslicer. /// - /// + /// /// The following table lists the possible child types: /// /// <tsle:extLst> /// - /// + /// public partial class TimeSlicer : OpenXmlCompositeElement { /// @@ -92,9 +92,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: tsle:extLst. /// - /// + /// /// xmlns:tsle = http://schemas.microsoft.com/office/drawing/2012/timeslicer - /// + /// public DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -110,12 +110,12 @@ public DocumentFormat.OpenXml.Office2013.Drawing.TimeSlicer.OfficeArtExtensionLi /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is tsle:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2013_main_command.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2013_main_command.g.cs index 50742c078..3501dd327 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2013_main_command.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2013_main_command.g.cs @@ -399,13 +399,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -491,9 +491,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -504,9 +504,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -1082,7 +1082,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:grpCmd. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:grpSpPr> @@ -1096,7 +1096,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <oac:picMk> /// <oac:spMk> /// - /// + /// public partial class GroupCommand : OpenXmlCompositeElement { /// @@ -1204,9 +1204,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DrawingMonikerList. /// Represents the following element tag in the schema: oac:dgMkLst. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.DrawingMonikerList? DrawingMonikerList { get => GetElement(); @@ -2480,7 +2480,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -2501,7 +2501,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class TextParagraphPropertiesType : OpenXmlCompositeElement { /// @@ -2747,9 +2747,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Line Spacing. /// Represents the following element tag in the schema: a:lnSpc. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineSpacing? LineSpacing { get => GetElement(); @@ -2760,9 +2760,9 @@ public DocumentFormat.OpenXml.Drawing.LineSpacing? LineSpacing /// Space Before. /// Represents the following element tag in the schema: a:spcBef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SpaceBefore? SpaceBefore { get => GetElement(); @@ -2773,9 +2773,9 @@ public DocumentFormat.OpenXml.Drawing.SpaceBefore? SpaceBefore /// Space After. /// Represents the following element tag in the schema: a:spcAft. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SpaceAfter? SpaceAfter { get => GetElement(); @@ -2791,7 +2791,7 @@ public DocumentFormat.OpenXml.Drawing.SpaceAfter? SpaceAfter /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:bodyPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:flatTx> @@ -2803,7 +2803,7 @@ public DocumentFormat.OpenXml.Drawing.SpaceAfter? SpaceAfter /// <a:normAutofit> /// <a:spAutoFit> /// - /// + /// public partial class TextBodyProperties : OpenXmlCompositeElement { /// @@ -3110,9 +3110,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Preset Text Shape. /// Represents the following element tag in the schema: a:prstTxWarp. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetTextWarp? PresetTextWarp { get => GetElement(); @@ -3339,7 +3339,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -3358,7 +3358,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -3469,9 +3469,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -4207,7 +4207,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:xfrm> @@ -4220,7 +4220,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <oac:extLst> /// <oac:bwMode> /// - /// + /// public partial class ResetShapeProperties : OpenXmlCompositeElement { /// @@ -4286,9 +4286,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// XfrmEmpty. /// Represents the following element tag in the schema: oac:xfrm. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty? XfrmEmpty { get => GetElement(); @@ -4299,9 +4299,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty? XfrmEmpty /// GeomEmpty. /// Represents the following element tag in the schema: oac:geom. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty? GeomEmpty { get => GetElement(); @@ -4312,9 +4312,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.GeomEmpty? GeomEmpty /// FillEmpty. /// Represents the following element tag in the schema: oac:fill. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty? FillEmpty { get => GetElement(); @@ -4325,9 +4325,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty? FillEmpty /// LnEmpty. /// Represents the following element tag in the schema: oac:ln. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty? LnEmpty { get => GetElement(); @@ -4338,9 +4338,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.LnEmpty? LnEmpty /// EffectEmpty. /// Represents the following element tag in the schema: oac:effect. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty? EffectEmpty { get => GetElement(); @@ -4351,9 +4351,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty? EffectEmpt /// Scene3dEmpty. /// Represents the following element tag in the schema: oac:scene3d. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty? Scene3dEmpty { get => GetElement(); @@ -4364,9 +4364,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty? Scene3dEm /// Sp3dEmpty. /// Represents the following element tag in the schema: oac:sp3d. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty? Sp3dEmpty { get => GetElement(); @@ -4377,9 +4377,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.Sp3dEmpty? Sp3dEmpty /// ExtLstEmpty. /// Represents the following element tag in the schema: oac:extLst. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty? ExtLstEmpty { get => GetElement(); @@ -4390,9 +4390,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty? ExtLstEmpt /// BwModeEmpty. /// Represents the following element tag in the schema: oac:bwMode. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty? BwModeEmpty { get => GetElement(); @@ -4408,7 +4408,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty? BwModeEmpt /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:lnRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -4418,7 +4418,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty? BwModeEmpt /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class LnRefStyleMatrixReference : StyleMatrixReferenceType { /// @@ -4483,7 +4483,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:fillRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -4493,7 +4493,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class FillRefStyleMatrixReference : StyleMatrixReferenceType { /// @@ -4558,7 +4558,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:effectRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -4568,7 +4568,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class EffectRefStyleMatrixReference : StyleMatrixReferenceType { /// @@ -4633,7 +4633,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -4643,7 +4643,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public abstract partial class StyleMatrixReferenceType : OpenXmlCompositeElement { /// @@ -4707,9 +4707,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -4720,9 +4720,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -4733,9 +4733,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -4746,9 +4746,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -4759,9 +4759,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -4772,9 +4772,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -4787,7 +4787,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:fontRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -4797,7 +4797,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class FontReference : OpenXmlCompositeElement { /// @@ -4879,9 +4879,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -4892,9 +4892,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -4905,9 +4905,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -4918,9 +4918,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -4931,9 +4931,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -4944,9 +4944,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -4962,7 +4962,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:style. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:fontRef> @@ -4970,7 +4970,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// <oac:fillRef> /// <oac:effectRef> /// - /// + /// public partial class ModifyShapeStyleProps : OpenXmlCompositeElement { /// @@ -5026,9 +5026,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LnRefStyleMatrixReference. /// Represents the following element tag in the schema: oac:lnRef. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReference? LnRefStyleMatrixReference { get => GetElement(); @@ -5039,9 +5039,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.LnRefStyleMatrixReferen /// FillRefStyleMatrixReference. /// Represents the following element tag in the schema: oac:fillRef. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixReference? FillRefStyleMatrixReference { get => GetElement(); @@ -5052,9 +5052,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.FillRefStyleMatrixRefer /// EffectRefStyleMatrixReference. /// Represents the following element tag in the schema: oac:effectRef. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixReference? EffectRefStyleMatrixReference { get => GetElement(); @@ -5065,9 +5065,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectRefStyleMatrixRef /// FontReference. /// Represents the following element tag in the schema: oac:fontRef. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.FontReference? FontReference { get => GetElement(); @@ -5161,7 +5161,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:blipFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blip> @@ -5169,7 +5169,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:stretch> /// <a:tile> /// - /// + /// public partial class BlipFillProperties : OpenXmlCompositeElement { /// @@ -5254,9 +5254,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blip. /// Represents the following element tag in the schema: a:blip. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Blip? Blip { get => GetElement(); @@ -5267,9 +5267,9 @@ public DocumentFormat.OpenXml.Drawing.Blip? Blip /// Source Rectangle. /// Represents the following element tag in the schema: a:srcRect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle { get => GetElement(); @@ -5400,7 +5400,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:blipFill. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:srcRect> @@ -5408,7 +5408,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <oac:dpi> /// <oac:rotWithShape> /// - /// + /// public partial class ResetBlipFillProperties : OpenXmlCompositeElement { /// @@ -5464,9 +5464,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SrcRectEmpty. /// Represents the following element tag in the schema: oac:srcRect. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty? SrcRectEmpty { get => GetElement(); @@ -5477,9 +5477,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.SrcRectEmpty? SrcRectEm /// FillModeEmpty. /// Represents the following element tag in the schema: oac:fillMode. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty? FillModeEmpty { get => GetElement(); @@ -5490,9 +5490,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.FillModeEmpty? FillMode /// DpiEmpty. /// Represents the following element tag in the schema: oac:dpi. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty? DpiEmpty { get => GetElement(); @@ -5503,9 +5503,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.DpiEmpty? DpiEmpty /// RotWithShapeEmpty. /// Represents the following element tag in the schema: oac:rotWithShape. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.RotWithShapeEmpty? RotWithShapeEmpty { get => GetElement(); @@ -5624,7 +5624,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:grpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -5639,7 +5639,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:scene3d> /// <a:solidFill> /// - /// + /// public partial class GroupShapeProperties : OpenXmlCompositeElement { /// @@ -5736,9 +5736,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Grouped Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup { get => GetElement(); @@ -5754,7 +5754,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:grpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:xfrm> @@ -5764,7 +5764,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// <oac:extLst> /// <oac:bwMode> /// - /// + /// public partial class ResetGroupShapeProperties : OpenXmlCompositeElement { /// @@ -5824,9 +5824,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// XfrmEmpty. /// Represents the following element tag in the schema: oac:xfrm. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty? XfrmEmpty { get => GetElement(); @@ -5837,9 +5837,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.XfrmEmpty? XfrmEmpty /// FillEmpty. /// Represents the following element tag in the schema: oac:fill. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty? FillEmpty { get => GetElement(); @@ -5850,9 +5850,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.FillEmpty? FillEmpty /// EffectEmpty. /// Represents the following element tag in the schema: oac:effect. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty? EffectEmpty { get => GetElement(); @@ -5863,9 +5863,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.EffectEmpty? EffectEmpt /// Scene3dEmpty. /// Represents the following element tag in the schema: oac:scene3d. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty? Scene3dEmpty { get => GetElement(); @@ -5876,9 +5876,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.Scene3dEmpty? Scene3dEm /// ExtLstEmpty. /// Represents the following element tag in the schema: oac:extLst. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty? ExtLstEmpty { get => GetElement(); @@ -5889,9 +5889,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.ExtLstEmpty? ExtLstEmpt /// BwModeEmpty. /// Represents the following element tag in the schema: oac:bwMode. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty? BwModeEmpty { get => GetElement(); @@ -5907,14 +5907,14 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.BwModeEmpty? BwModeEmpt /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProps : OpenXmlCompositeElement { /// @@ -6030,9 +6030,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -6043,9 +6043,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -6056,9 +6056,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -6074,13 +6074,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:cNvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGroupDrawingShapeProps : OpenXmlCompositeElement { /// @@ -6132,9 +6132,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GroupShapeLocks. /// Represents the following element tag in the schema: a:grpSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks { get => GetElement(); @@ -6145,9 +6145,9 @@ public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks /// NonVisualGroupDrawingShapePropsExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? NonVisualGroupDrawingShapePropsExtensionList { get => GetElement(); @@ -6354,13 +6354,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:cNvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:stCxn> /// <oac:endCxn> /// - /// + /// public partial class ModifyNonVisualConnectorProps : OpenXmlCompositeElement { /// @@ -6523,9 +6523,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// StCxnConnection. /// Represents the following element tag in the schema: oac:stCxn. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection? StCxnConnection { get => GetElement(); @@ -6536,9 +6536,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnConnection? StCxnC /// EndCxnConnection. /// Represents the following element tag in the schema: oac:endCxn. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection? EndCxnConnection { get => GetElement(); @@ -6554,7 +6554,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection? EndCx /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:cNvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:stCxn> @@ -6570,7 +6570,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnConnection? EndCx /// <oac:noChangeArrowheads> /// <oac:noChangeShapeType> /// - /// + /// public partial class ResetNonVisualConnectorProps : OpenXmlCompositeElement { /// @@ -6642,9 +6642,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// StCxnEmpty. /// Represents the following element tag in the schema: oac:stCxn. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty? StCxnEmpty { get => GetElement(); @@ -6655,9 +6655,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.StCxnEmpty? StCxnEmpty /// EndCxnEmpty. /// Represents the following element tag in the schema: oac:endCxn. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty? EndCxnEmpty { get => GetElement(); @@ -6668,9 +6668,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.EndCxnEmpty? EndCxnEmpt /// NoGrpEmpty. /// Represents the following element tag in the schema: oac:noGrp. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty? NoGrpEmpty { get => GetElement(); @@ -6681,9 +6681,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoGrpEmpty? NoGrpEmpty /// NoSelectEmpty. /// Represents the following element tag in the schema: oac:noSelect. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty? NoSelectEmpty { get => GetElement(); @@ -6694,9 +6694,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoSelectEmpty? NoSelect /// NoRotEmpty. /// Represents the following element tag in the schema: oac:noRot. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty? NoRotEmpty { get => GetElement(); @@ -6707,9 +6707,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoRotEmpty? NoRotEmpty /// NoChangeAspectEmpty. /// Represents the following element tag in the schema: oac:noChangeAspect. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty? NoChangeAspectEmpty { get => GetElement(); @@ -6720,9 +6720,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeAspectEmpty? No /// NoMoveEmpty. /// Represents the following element tag in the schema: oac:noMove. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty? NoMoveEmpty { get => GetElement(); @@ -6733,9 +6733,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoMoveEmpty? NoMoveEmpt /// NoResizeEmpty. /// Represents the following element tag in the schema: oac:noResize. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty? NoResizeEmpty { get => GetElement(); @@ -6746,9 +6746,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoResizeEmpty? NoResize /// NoEditPointsEmpty. /// Represents the following element tag in the schema: oac:noEditPoints. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty? NoEditPointsEmpty { get => GetElement(); @@ -6759,9 +6759,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoEditPointsEmpty? NoEd /// NoAdjustHandlesEmpty. /// Represents the following element tag in the schema: oac:noAdjustHandles. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty? NoAdjustHandlesEmpty { get => GetElement(); @@ -6772,9 +6772,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoAdjustHandlesEmpty? N /// NoChangeArrowheadsEmpty. /// Represents the following element tag in the schema: oac:noChangeArrowheads. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty? NoChangeArrowheadsEmpty { get => GetElement(); @@ -6785,9 +6785,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeArrowheadsEmpty /// NoChangeShapeTypeEmpty. /// Represents the following element tag in the schema: oac:noChangeShapeType. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.NoChangeShapeTypeEmpty? NoChangeShapeTypeEmpty { get => GetElement(); @@ -7023,12 +7023,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:cNvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:lfPr> /// - /// + /// public partial class ResetNonVisualPictureProps : OpenXmlCompositeElement { /// @@ -7078,9 +7078,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LfPrEmpty. /// Represents the following element tag in the schema: oac:lfPr. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.LfPrEmpty? LfPrEmpty { get => GetElement(); @@ -7235,7 +7235,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:lineProps. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -7251,7 +7251,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class LinePropertiesType : OpenXmlCompositeElement { /// @@ -7550,12 +7550,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:hlinkClick. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:sndData> /// - /// + /// public partial class HlinkClickHyperlinkProps : OpenXmlHyperlinkPropsElement { /// @@ -7609,12 +7609,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:hlinkHover. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:sndData> /// - /// + /// public partial class HlinkHoverHyperlinkProps : OpenXmlHyperlinkPropsElement { /// @@ -7668,12 +7668,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:sndData> /// - /// + /// public abstract partial class OpenXmlHyperlinkPropsElement : OpenXmlCompositeElement { /// @@ -7795,9 +7795,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SndDataImgData. /// Represents the following element tag in the schema: oac:sndData. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData? SndDataImgData { get => GetElement(); @@ -7810,13 +7810,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.SndDataImgData? SndData /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:hlink. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:hlinkClick> /// <oac:hlinkHover> /// - /// + /// public partial class ModifyHyperlinkProps : OpenXmlCompositeElement { /// @@ -7868,9 +7868,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// HlinkClickHyperlinkProps. /// Represents the following element tag in the schema: oac:hlinkClick. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProps? HlinkClickHyperlinkProps { get => GetElement(); @@ -7881,9 +7881,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickHyperlinkProp /// HlinkHoverHyperlinkProps. /// Represents the following element tag in the schema: oac:hlinkHover. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProps? HlinkHoverHyperlinkProps { get => GetElement(); @@ -7899,13 +7899,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverHyperlinkProp /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is oac:hlink. /// - /// + /// /// The following table lists the possible child types: /// /// <oac:hlinkClick> /// <oac:hlinkHover> /// - /// + /// public partial class ResetHyperlinkProps : OpenXmlCompositeElement { /// @@ -7957,9 +7957,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// HlinkClickEmpty. /// Represents the following element tag in the schema: oac:hlinkClick. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty? HlinkClickEmpty { get => GetElement(); @@ -7970,9 +7970,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkClickEmpty? HlinkC /// HlinkHoverEmpty. /// Represents the following element tag in the schema: oac:hlinkHover. /// - /// + /// /// xmlns:oac = http://schemas.microsoft.com/office/drawing/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Command.HlinkHoverEmpty? HlinkHoverEmpty { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart.g.cs index 8776ecc43..cda4378c2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Office2016.Drawing.Charts /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -42,7 +42,7 @@ namespace DocumentFormat.OpenXml.Office2016.Drawing.Charts /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -153,9 +153,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -293,7 +293,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:marker. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -301,7 +301,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:size> /// <c:symbol> /// - /// + /// public partial class Marker : OpenXmlCompositeElement { /// @@ -357,9 +357,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Symbol. /// Represents the following element tag in the schema: c:symbol. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Symbol? Symbol { get => GetElement(); @@ -370,9 +370,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Symbol? Symbol /// Size. /// Represents the following element tag in the schema: c:size. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Size? Size { get => GetElement(); @@ -383,9 +383,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Size? Size /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -396,9 +396,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -414,7 +414,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:dLbl. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -434,7 +434,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:idx> /// <c:separator> /// - /// + /// public partial class DLbl : OpenXmlCompositeElement { /// @@ -529,9 +529,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -547,12 +547,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:categoryFilterExceptions. /// - /// + /// /// The following table lists the possible child types: /// /// <c16:categoryFilterException> /// - /// + /// public partial class CategoryFilterExceptions : OpenXmlCompositeElement { /// @@ -607,12 +607,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:pivotOptions16. /// - /// + /// /// The following table lists the possible child types: /// /// <c16:showExpandCollapseFieldButtons> /// - /// + /// public partial class PivotOptions16 : OpenXmlCompositeElement { /// @@ -662,9 +662,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BooleanFalse. /// Represents the following element tag in the schema: c16:showExpandCollapseFieldButtons. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse? BooleanFalse { get => GetElement(); @@ -680,12 +680,12 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.BooleanFalse? BooleanFal /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:datapointuniqueidmap. /// - /// + /// /// The following table lists the possible child types: /// /// <c16:ptentry> /// - /// + /// public partial class ChartDataPointUniqueIDMap : OpenXmlCompositeElement { /// @@ -825,7 +825,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:categoryFilterException. /// - /// + /// /// The following table lists the possible child types: /// /// <c16:spPr> @@ -836,7 +836,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:explosion> /// <c16:uniqueId> /// - /// + /// public partial class CategoryFilterException : OpenXmlCompositeElement { /// @@ -898,9 +898,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// UniqueIdChartUniqueID. /// Represents the following element tag in the schema: c16:uniqueId. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID? UniqueIdChartUniqueID { get => GetElement(); @@ -911,9 +911,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueIdChartUniqueID? U /// ShapeProperties. /// Represents the following element tag in the schema: c16:spPr. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties? ShapeProperties { get => GetElement(); @@ -924,9 +924,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.ShapeProperties? ShapePr /// UnsignedIntegerType. /// Represents the following element tag in the schema: c16:explosion. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType? UnsignedIntegerType { get => GetElement(); @@ -937,9 +937,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.UnsignedIntegerType? Uns /// InvertIfNegativeBoolean. /// Represents the following element tag in the schema: c16:invertIfNegative. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean? InvertIfNegativeBoolean { get => GetElement(); @@ -950,9 +950,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.InvertIfNegativeBoolean? /// Bubble3DBoolean. /// Represents the following element tag in the schema: c16:bubble3D. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean? Bubble3DBoolean { get => GetElement(); @@ -963,9 +963,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.Bubble3DBoolean? Bubble3 /// Marker. /// Represents the following element tag in the schema: c16:marker. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -976,9 +976,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.Marker? Marker /// DLbl. /// Represents the following element tag in the schema: c16:dLbl. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? DLbl { get => GetElement(); @@ -994,7 +994,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? DLbl /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:numCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -1002,7 +1002,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.DLbl? DLbl /// <c:ptCount> /// <c:formatCode> /// - /// + /// public partial class NumberDataType : OpenXmlCompositeElement { /// @@ -1058,9 +1058,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Format Code. /// Represents the following element tag in the schema: c:formatCode. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.FormatCode? FormatCode { get => GetElement(); @@ -1071,9 +1071,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.FormatCode? FormatCode /// Point Count. /// Represents the following element tag in the schema: c:ptCount. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount { get => GetElement(); @@ -1089,12 +1089,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:filteredLitCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c16:numCache> /// - /// + /// public partial class NumFilteredLiteralCache : OpenXmlCompositeElement { /// @@ -1144,9 +1144,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NumberDataType. /// Represents the following element tag in the schema: c16:numCache. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType? NumberDataType { get => GetElement(); @@ -1162,14 +1162,14 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.NumberDataType? NumberDa /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:strCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:pt> /// <c:ptCount> /// - /// + /// public partial class StringDataType : OpenXmlCompositeElement { /// @@ -1223,9 +1223,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PointCount. /// Represents the following element tag in the schema: c:ptCount. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount { get => GetElement(); @@ -1241,12 +1241,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:filteredLitCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c16:strCache> /// - /// + /// public partial class StrFilteredLiteralCache : OpenXmlCompositeElement { /// @@ -1296,9 +1296,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// StringDataType. /// Represents the following element tag in the schema: c16:strCache. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType? StringDataType { get => GetElement(); @@ -1314,14 +1314,14 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.StringDataType? StringDa /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:multiLvlStrCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:lvl> /// <c:ptCount> /// - /// + /// public partial class MultiLvlStrData : OpenXmlCompositeElement { /// @@ -1375,9 +1375,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PointCount. /// Represents the following element tag in the schema: c:ptCount. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount { get => GetElement(); @@ -1393,12 +1393,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:filteredLitCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c16:multiLvlStrCache> /// - /// + /// public partial class MultiLvlStrFilteredLiteralCache : OpenXmlCompositeElement { /// @@ -1448,9 +1448,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// MultiLvlStrData. /// Represents the following element tag in the schema: c16:multiLvlStrCache. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.MultiLvlStrData? MultiLvlStrData { get => GetElement(); @@ -1582,13 +1582,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16:ptentry. /// - /// + /// /// The following table lists the possible child types: /// /// <c16:uniqueID> /// <c16:ptidx> /// - /// + /// public partial class ChartDataPointUniqueIDMapEntry : OpenXmlCompositeElement { /// @@ -1640,9 +1640,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// XsdunsignedInt. /// Represents the following element tag in the schema: c16:ptidx. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt? XsdunsignedInt { get => GetElement(); @@ -1653,9 +1653,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.Charts.XsdunsignedInt? Xsdunsig /// UniqueID. /// Represents the following element tag in the schema: c16:uniqueID. /// - /// + /// /// xmlns:c16 = http://schemas.microsoft.com/office/drawing/2014/chart - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.Charts.UniqueID? UniqueID { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart_ac.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart_ac.g.cs index c8f52180a..e9a86d214 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart_ac.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chart_ac.g.cs @@ -22,14 +22,14 @@ namespace DocumentFormat.OpenXml.Office2016.Drawing.ChartsAc /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is c16ac:multiLvlStrLit. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:lvl> /// <c:ptCount> /// - /// + /// public partial class MultiLvlStrData : OpenXmlCompositeElement { /// @@ -83,9 +83,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PointCount. /// Represents the following element tag in the schema: c:ptCount. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chartex.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chartex.g.cs index b31f68355..88d67bbcf 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chartex.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2014_chartex.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:chartSpace. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:clrMapOvr> @@ -35,7 +35,7 @@ namespace DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing /// <cx:fmtOvrs> /// <cx:printSettings> /// - /// + /// public partial class ChartSpace : OpenXmlPartRootElement { /// @@ -99,9 +99,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ChartData. /// Represents the following element tag in the schema: cx:chartData. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData? ChartData { get => GetElement(); @@ -112,9 +112,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartData? ChartDa /// Chart. /// Represents the following element tag in the schema: cx:chart. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart? Chart { get => GetElement(); @@ -125,9 +125,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Chart? Chart /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -138,9 +138,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// TxPrTextBody. /// Represents the following element tag in the schema: cx:txPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPrTextBody { get => GetElement(); @@ -151,9 +151,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPr /// ColorMappingType. /// Represents the following element tag in the schema: cx:clrMapOvr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType? ColorMappingType { get => GetElement(); @@ -164,9 +164,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ColorMappingType? /// FormatOverrides. /// Represents the following element tag in the schema: cx:fmtOvrs. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormatOverrides? FormatOverrides { get => GetElement(); @@ -177,9 +177,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FormatOverrides? F /// PrintSettings. /// Represents the following element tag in the schema: cx:printSettings. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings? PrintSettings { get => GetElement(); @@ -190,9 +190,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PrintSettings? Pri /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -252,9 +252,9 @@ public RelId() : base() /// id, this property is only available in Office 2016 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -389,7 +389,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:minColor. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -399,7 +399,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class MinColorSolidColorFillProperties : OpenXmlSolidColorFillPropertiesElement { /// @@ -464,7 +464,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:midColor. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -474,7 +474,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class MidColorSolidColorFillProperties : OpenXmlSolidColorFillPropertiesElement { /// @@ -539,7 +539,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:maxColor. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -549,7 +549,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class MaxColorSolidColorFillProperties : OpenXmlSolidColorFillPropertiesElement { /// @@ -614,7 +614,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -624,7 +624,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public abstract partial class OpenXmlSolidColorFillPropertiesElement : OpenXmlCompositeElement { /// @@ -673,9 +673,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -686,9 +686,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -699,9 +699,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -712,9 +712,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -725,9 +725,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -738,9 +738,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -927,12 +927,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:lvl. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:pt> /// - /// + /// public partial class StringLevel : OpenXmlCompositeElement { /// @@ -1066,12 +1066,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:lvl. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:pt> /// - /// + /// public partial class NumericLevel : OpenXmlCompositeElement { /// @@ -1163,14 +1163,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:numDim. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:f> /// <cx:nf> /// <cx:lvl> /// - /// + /// public partial class NumericDimension : OpenXmlCompositeElement { /// @@ -1248,14 +1248,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:strDim. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:f> /// <cx:nf> /// <cx:lvl> /// - /// + /// public partial class StringDimension : OpenXmlCompositeElement { /// @@ -1333,12 +1333,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -1406,9 +1406,9 @@ public ExternalData() : base() /// RelId of the relationship for the external data, this property is only available in Office 2016 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1419,9 +1419,9 @@ public StringValue? Id /// True if the external link should automatically update, this property is only available in Office 2016 and later. /// Represents the following attribute in the schema: cx:autoUpdate /// - /// + /// /// xmlns:cx=http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public BooleanValue? AutoUpdate { get => GetAttribute(); @@ -1453,14 +1453,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:data. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extLst> /// <cx:numDim> /// <cx:strDim> /// - /// + /// public partial class Data : OpenXmlCompositeElement { /// @@ -1879,13 +1879,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:txData. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:f> /// <cx:v> /// - /// + /// public partial class TextData : OpenXmlCompositeElement { /// @@ -1946,14 +1946,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:rich. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class RichTextBody : TextBodyType { /// @@ -2009,14 +2009,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:txPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TxPrTextBody : TextBodyType { /// @@ -2072,14 +2072,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public abstract partial class TextBodyType : OpenXmlCompositeElement { /// @@ -2125,9 +2125,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -2138,9 +2138,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -2153,13 +2153,13 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:tx. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:rich> /// <cx:txData> /// - /// + /// public partial class Text : OpenXmlCompositeElement { /// @@ -2214,9 +2214,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TextData. /// Represents the following element tag in the schema: cx:txData. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData? TextData { get => GetElement(); @@ -2227,9 +2227,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TextData? TextData /// RichTextBody. /// Represents the following element tag in the schema: cx:rich. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? RichTextBody { get => GetElement(); @@ -2245,7 +2245,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? Rich /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -2264,7 +2264,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RichTextBody? Rich /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -2375,9 +2375,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -2393,7 +2393,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:unitsLabel. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> @@ -2401,7 +2401,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <cx:extLst> /// <cx:tx> /// - /// + /// public partial class AxisUnitsLabel : OpenXmlCompositeElement { /// @@ -2457,9 +2457,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text. /// Represents the following element tag in the schema: cx:tx. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? Text { get => GetElement(); @@ -2470,9 +2470,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? Text /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -2483,9 +2483,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// TxPrTextBody. /// Represents the following element tag in the schema: cx:txPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPrTextBody { get => GetElement(); @@ -2496,9 +2496,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPr /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -2656,7 +2656,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:title. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> @@ -2664,7 +2664,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cx:extLst> /// <cx:tx> /// - /// + /// public partial class AxisTitle : OpenXmlCompositeElement { /// @@ -2720,9 +2720,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text. /// Represents the following element tag in the schema: cx:tx. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? Text { get => GetElement(); @@ -2733,9 +2733,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? Text /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -2746,9 +2746,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// TxPrTextBody. /// Represents the following element tag in the schema: cx:txPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPrTextBody { get => GetElement(); @@ -2759,9 +2759,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPr /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -2777,13 +2777,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:units. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:unitsLabel> /// <cx:extLst> /// - /// + /// public partial class AxisUnits : OpenXmlCompositeElement { /// @@ -2847,9 +2847,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AxisUnitsLabel. /// Represents the following element tag in the schema: cx:unitsLabel. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel? AxisUnitsLabel { get => GetElement(); @@ -2860,9 +2860,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.AxisUnitsLabel? Ax /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -2878,13 +2878,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:majorGridlines. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> /// <cx:extLst> /// - /// + /// public partial class MajorGridlinesGridlines : OpenXmlGridlinesElement { /// @@ -2939,13 +2939,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:minorGridlines. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> /// <cx:extLst> /// - /// + /// public partial class MinorGridlinesGridlines : OpenXmlGridlinesElement { /// @@ -3000,13 +3000,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> /// <cx:extLst> /// - /// + /// public abstract partial class OpenXmlGridlinesElement : OpenXmlCompositeElement { /// @@ -3051,9 +3051,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -3064,9 +3064,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -3079,12 +3079,12 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:majorTickMarks. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extLst> /// - /// + /// public partial class MajorTickMarksTickMarks : OpenXmlTickMarksElement { /// @@ -3138,12 +3138,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:minorTickMarks. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extLst> /// - /// + /// public partial class MinorTickMarksTickMarks : OpenXmlTickMarksElement { /// @@ -3197,12 +3197,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extLst> /// - /// + /// public abstract partial class OpenXmlTickMarksElement : OpenXmlCompositeElement { /// @@ -3258,9 +3258,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -3273,12 +3273,12 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:tickLabels. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extLst> /// - /// + /// public partial class TickLabels : OpenXmlCompositeElement { /// @@ -3328,9 +3328,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -3539,12 +3539,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoLocation. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:address> /// - /// + /// public partial class GeoLocation : OpenXmlCompositeElement { /// @@ -3645,9 +3645,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Address. /// Represents the following element tag in the schema: cx:address. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Address? Address { get => GetElement(); @@ -3747,12 +3747,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoLocations. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoLocation> /// - /// + /// public partial class GeoLocations : OpenXmlCompositeElement { /// @@ -3802,9 +3802,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoLocation. /// Represents the following element tag in the schema: cx:geoLocation. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocation? GeoLocation { get => GetElement(); @@ -3820,13 +3820,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocation? GeoLo /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoLocationQueryResult. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoLocationQuery> /// <cx:geoLocations> /// - /// + /// public partial class GeoLocationQueryResult : OpenXmlCompositeElement { /// @@ -3878,9 +3878,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoLocationQuery. /// Represents the following element tag in the schema: cx:geoLocationQuery. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQuery? GeoLocationQuery { get => GetElement(); @@ -3891,9 +3891,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQuery? /// GeoLocations. /// Represents the following element tag in the schema: cx:geoLocations. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocations? GeoLocations { get => GetElement(); @@ -3977,12 +3977,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoPolygons. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoPolygon> /// - /// + /// public partial class GeoPolygons : OpenXmlCompositeElement { /// @@ -4037,12 +4037,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:copyrights. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:copyright> /// - /// + /// public partial class Copyrights : OpenXmlCompositeElement { /// @@ -4151,13 +4151,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoData. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:copyrights> /// <cx:geoPolygons> /// - /// + /// public partial class GeoData : OpenXmlCompositeElement { /// @@ -4294,9 +4294,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoPolygons. /// Represents the following element tag in the schema: cx:geoPolygons. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoPolygons? GeoPolygons { get => GetElement(); @@ -4307,9 +4307,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoPolygons? GeoPo /// Copyrights. /// Represents the following element tag in the schema: cx:copyrights. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Copyrights? Copyrights { get => GetElement(); @@ -4325,13 +4325,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Copyrights? Copyri /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoDataEntityQueryResult. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoData> /// <cx:geoDataEntityQuery> /// - /// + /// public partial class GeoDataEntityQueryResult : OpenXmlCompositeElement { /// @@ -4383,9 +4383,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoDataEntityQuery. /// Represents the following element tag in the schema: cx:geoDataEntityQuery. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQuery? GeoDataEntityQuery { get => GetElement(); @@ -4396,9 +4396,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQuery /// GeoData. /// Represents the following element tag in the schema: cx:geoData. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoData? GeoData { get => GetElement(); @@ -4536,13 +4536,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoDataPointToEntityQueryResult. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoDataPointQuery> /// <cx:geoDataPointToEntityQuery> /// - /// + /// public partial class GeoDataPointToEntityQueryResult : OpenXmlCompositeElement { /// @@ -4594,9 +4594,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoDataPointQuery. /// Represents the following element tag in the schema: cx:geoDataPointQuery. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointQuery? GeoDataPointQuery { get => GetElement(); @@ -4607,9 +4607,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointQuery? /// GeoDataPointToEntityQuery. /// Represents the following element tag in the schema: cx:geoDataPointToEntityQuery. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQuery? GeoDataPointToEntityQuery { get => GetElement(); @@ -4664,12 +4664,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoChildTypes. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:entityType> /// - /// + /// public partial class GeoChildTypes : OpenXmlCompositeElement { /// @@ -4792,12 +4792,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoChildEntitiesQuery. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoChildTypes> /// - /// + /// public partial class GeoChildEntitiesQuery : OpenXmlCompositeElement { /// @@ -4862,9 +4862,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoChildTypes. /// Represents the following element tag in the schema: cx:geoChildTypes. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildTypes? GeoChildTypes { get => GetElement(); @@ -4880,12 +4880,12 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildTypes? Geo /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoChildEntities. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoHierarchyEntity> /// - /// + /// public partial class GeoChildEntities : OpenXmlCompositeElement { /// @@ -4940,13 +4940,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoChildEntitiesQueryResult. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoChildEntities> /// <cx:geoChildEntitiesQuery> /// - /// + /// public partial class GeoChildEntitiesQueryResult : OpenXmlCompositeElement { /// @@ -4998,9 +4998,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoChildEntitiesQuery. /// Represents the following element tag in the schema: cx:geoChildEntitiesQuery. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQuery? GeoChildEntitiesQuery { get => GetElement(); @@ -5011,9 +5011,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQu /// GeoChildEntities. /// Represents the following element tag in the schema: cx:geoChildEntities. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntities? GeoChildEntities { get => GetElement(); @@ -5163,14 +5163,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoParentEntitiesQueryResult. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoEntity> /// <cx:geoParentEntitiesQuery> /// <cx:geoParentEntity> /// - /// + /// public partial class GeoParentEntitiesQueryResult : OpenXmlCompositeElement { /// @@ -5224,9 +5224,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoParentEntitiesQuery. /// Represents the following element tag in the schema: cx:geoParentEntitiesQuery. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQuery? GeoParentEntitiesQuery { get => GetElement(); @@ -5237,9 +5237,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQ /// GeoEntity. /// Represents the following element tag in the schema: cx:geoEntity. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoEntity? GeoEntity { get => GetElement(); @@ -5250,9 +5250,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoEntity? GeoEnti /// GeoParentEntity. /// Represents the following element tag in the schema: cx:geoParentEntity. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntity? GeoParentEntity { get => GetElement(); @@ -5268,12 +5268,12 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntity? G /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoLocationQueryResults. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoLocationQueryResult> /// - /// + /// public partial class GeoLocationQueryResults : OpenXmlCompositeElement { /// @@ -5328,12 +5328,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoDataEntityQueryResults. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoDataEntityQueryResult> /// - /// + /// public partial class GeoDataEntityQueryResults : OpenXmlCompositeElement { /// @@ -5388,12 +5388,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoDataPointToEntityQueryResults. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoDataPointToEntityQueryResult> /// - /// + /// public partial class GeoDataPointToEntityQueryResults : OpenXmlCompositeElement { /// @@ -5448,12 +5448,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoChildEntitiesQueryResults. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoChildEntitiesQueryResult> /// - /// + /// public partial class GeoChildEntitiesQueryResults : OpenXmlCompositeElement { /// @@ -5508,12 +5508,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoParentEntitiesQueryResults. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoParentEntitiesQueryResult> /// - /// + /// public partial class GeoParentEntitiesQueryResults : OpenXmlCompositeElement { /// @@ -5607,7 +5607,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:clear. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoChildEntitiesQueryResults> @@ -5616,7 +5616,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cx:geoLocationQueryResults> /// <cx:geoParentEntitiesQueryResults> /// - /// + /// public partial class Clear : OpenXmlCompositeElement { /// @@ -5674,9 +5674,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoLocationQueryResults. /// Represents the following element tag in the schema: cx:geoLocationQueryResults. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQueryResults? GeoLocationQueryResults { get => GetElement(); @@ -5687,9 +5687,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoLocationQueryRe /// GeoDataEntityQueryResults. /// Represents the following element tag in the schema: cx:geoDataEntityQueryResults. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQueryResults? GeoDataEntityQueryResults { get => GetElement(); @@ -5700,9 +5700,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataEntityQuery /// GeoDataPointToEntityQueryResults. /// Represents the following element tag in the schema: cx:geoDataPointToEntityQueryResults. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEntityQueryResults? GeoDataPointToEntityQueryResults { get => GetElement(); @@ -5713,9 +5713,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoDataPointToEnti /// GeoChildEntitiesQueryResults. /// Represents the following element tag in the schema: cx:geoChildEntitiesQueryResults. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQueryResults? GeoChildEntitiesQueryResults { get => GetElement(); @@ -5726,9 +5726,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoChildEntitiesQu /// GeoParentEntitiesQueryResults. /// Represents the following element tag in the schema: cx:geoParentEntitiesQueryResults. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQueryResults? GeoParentEntitiesQueryResults { get => GetElement(); @@ -5744,13 +5744,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoParentEntitiesQ /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geoCache. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:clear> /// <cx:binary> /// - /// + /// public partial class GeoCache : OpenXmlCompositeElement { /// @@ -6008,13 +6008,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:binning. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:binSize> /// <cx:binCount> /// - /// + /// public partial class Binning : OpenXmlCompositeElement { /// @@ -6114,9 +6114,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Xsddouble. /// Represents the following element tag in the schema: cx:binSize. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble? Xsddouble { get => GetElement(); @@ -6127,9 +6127,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Xsddouble? Xsddoub /// BinCountXsdunsignedInt. /// Represents the following element tag in the schema: cx:binCount. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsignedInt? BinCountXsdunsignedInt { get => GetElement(); @@ -6145,12 +6145,12 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.BinCountXsdunsigne /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:geography. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:geoCache> /// - /// + /// public partial class Geography : OpenXmlCompositeElement { /// @@ -6266,9 +6266,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GeoCache. /// Represents the following element tag in the schema: cx:geoCache. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoCache? GeoCache { get => GetElement(); @@ -6321,12 +6321,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:subtotals. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:idx> /// - /// + /// public partial class Subtotals : OpenXmlCompositeElement { /// @@ -6486,14 +6486,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:min. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extremeValue> /// <cx:number> /// <cx:percent> /// - /// + /// public partial class MinValueColorEndPosition : OpenXmlValueColorEndPositionElement { /// @@ -6549,14 +6549,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:max. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extremeValue> /// <cx:number> /// <cx:percent> /// - /// + /// public partial class MaxValueColorEndPosition : OpenXmlValueColorEndPositionElement { /// @@ -6612,14 +6612,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extremeValue> /// <cx:number> /// <cx:percent> /// - /// + /// public abstract partial class OpenXmlValueColorEndPositionElement : OpenXmlCompositeElement { /// @@ -6665,9 +6665,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtremeValueColorPosition. /// Represents the following element tag in the schema: cx:extremeValue. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtremeValueColorPosition? ExtremeValueColorPosition { get => GetElement(); @@ -6678,9 +6678,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtremeValueColorP /// NumberColorPosition. /// Represents the following element tag in the schema: cx:number. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPosition? NumberColorPosition { get => GetElement(); @@ -6691,9 +6691,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPositio /// PercentageColorPosition. /// Represents the following element tag in the schema: cx:percent. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PercentageColorPosition? PercentageColorPosition { get => GetElement(); @@ -6706,13 +6706,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PercentageColorPos /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:mid. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:number> /// <cx:percent> /// - /// + /// public partial class ValueColorMiddlePosition : OpenXmlCompositeElement { /// @@ -6764,9 +6764,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NumberColorPosition. /// Represents the following element tag in the schema: cx:number. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPosition? NumberColorPosition { get => GetElement(); @@ -6777,9 +6777,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberColorPositio /// PercentageColorPosition. /// Represents the following element tag in the schema: cx:percent. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PercentageColorPosition? PercentageColorPosition { get => GetElement(); @@ -6854,7 +6854,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:dataLabel. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> @@ -6864,7 +6864,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cx:numFmt> /// <cx:separator> /// - /// + /// public partial class DataLabel : OpenXmlCompositeElement { /// @@ -6950,9 +6950,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NumberFormat. /// Represents the following element tag in the schema: cx:numFmt. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? NumberFormat { get => GetElement(); @@ -6963,9 +6963,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? Numb /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -6976,9 +6976,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// TxPrTextBody. /// Represents the following element tag in the schema: cx:txPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPrTextBody { get => GetElement(); @@ -6989,9 +6989,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPr /// DataLabelVisibilities. /// Represents the following element tag in the schema: cx:visibility. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? DataLabelVisibilities { get => GetElement(); @@ -7002,9 +7002,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilit /// SeparatorXsdstring. /// Represents the following element tag in the schema: cx:separator. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? SeparatorXsdstring { get => GetElement(); @@ -7015,9 +7015,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -7073,14 +7073,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:valueColors. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:minColor> /// <cx:midColor> /// <cx:maxColor> /// - /// + /// public partial class ValueColors : OpenXmlCompositeElement { /// @@ -7134,9 +7134,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// MinColorSolidColorFillProperties. /// Represents the following element tag in the schema: cx:minColor. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinColorSolidColorFillProperties? MinColorSolidColorFillProperties { get => GetElement(); @@ -7147,9 +7147,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinColorSolidColor /// MidColorSolidColorFillProperties. /// Represents the following element tag in the schema: cx:midColor. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MidColorSolidColorFillProperties? MidColorSolidColorFillProperties { get => GetElement(); @@ -7160,9 +7160,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MidColorSolidColor /// MaxColorSolidColorFillProperties. /// Represents the following element tag in the schema: cx:maxColor. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxColorSolidColorFillProperties? MaxColorSolidColorFillProperties { get => GetElement(); @@ -7178,14 +7178,14 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxColorSolidColor /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:valueColorPositions. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:min> /// <cx:max> /// <cx:mid> /// - /// + /// public partial class ValueColorPositions : OpenXmlCompositeElement { /// @@ -7254,9 +7254,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// MinValueColorEndPosition. /// Represents the following element tag in the schema: cx:min. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinValueColorEndPosition? MinValueColorEndPosition { get => GetElement(); @@ -7267,9 +7267,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MinValueColorEndPo /// ValueColorMiddlePosition. /// Represents the following element tag in the schema: cx:mid. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColorMiddlePosition? ValueColorMiddlePosition { get => GetElement(); @@ -7280,9 +7280,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColorMiddlePo /// MaxValueColorEndPosition. /// Represents the following element tag in the schema: cx:max. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition? MaxValueColorEndPosition { get => GetElement(); @@ -7298,13 +7298,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPo /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:dataPt. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> /// <cx:extLst> /// - /// + /// public partial class DataPoint : OpenXmlCompositeElement { /// @@ -7371,9 +7371,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -7384,9 +7384,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -7402,7 +7402,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:dataLabels. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> @@ -7414,7 +7414,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// <cx:numFmt> /// <cx:separator> /// - /// + /// public partial class DataLabels : OpenXmlCompositeElement { /// @@ -7490,9 +7490,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NumberFormat. /// Represents the following element tag in the schema: cx:numFmt. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? NumberFormat { get => GetElement(); @@ -7503,9 +7503,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.NumberFormat? Numb /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -7516,9 +7516,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// TxPrTextBody. /// Represents the following element tag in the schema: cx:txPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPrTextBody { get => GetElement(); @@ -7529,9 +7529,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPr /// DataLabelVisibilities. /// Represents the following element tag in the schema: cx:visibility. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilities? DataLabelVisibilities { get => GetElement(); @@ -7542,9 +7542,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.DataLabelVisibilit /// SeparatorXsdstring. /// Represents the following element tag in the schema: cx:separator. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeparatorXsdstring? SeparatorXsdstring { get => GetElement(); @@ -7600,7 +7600,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:layoutPr. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:aggregation> @@ -7613,7 +7613,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cx:statistics> /// <cx:subtotals> /// - /// + /// public partial class SeriesLayoutProperties : OpenXmlCompositeElement { /// @@ -7682,9 +7682,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ParentLabelLayout. /// Represents the following element tag in the schema: cx:parentLabelLayout. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout? ParentLabelLayout { get => GetElement(); @@ -7695,9 +7695,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ParentLabelLayout? /// RegionLabelLayout. /// Represents the following element tag in the schema: cx:regionLabelLayout. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RegionLabelLayout? RegionLabelLayout { get => GetElement(); @@ -7708,9 +7708,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.RegionLabelLayout? /// SeriesElementVisibilities. /// Represents the following element tag in the schema: cx:visibility. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesElementVisibilities? SeriesElementVisibilities { get => GetElement(); @@ -7765,13 +7765,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:plotSurface. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> /// <cx:extLst> /// - /// + /// public partial class PlotSurface : OpenXmlCompositeElement { /// @@ -7823,9 +7823,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -7836,9 +7836,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -7854,7 +7854,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:series. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> @@ -7868,7 +7868,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// <cx:valueColors> /// <cx:axisId> /// - /// + /// public partial class Series : OpenXmlCompositeElement { /// @@ -7995,9 +7995,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text. /// Represents the following element tag in the schema: cx:tx. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? Text { get => GetElement(); @@ -8008,9 +8008,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? Text /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -8021,9 +8021,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// ValueColors. /// Represents the following element tag in the schema: cx:valueColors. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColors? ValueColors { get => GetElement(); @@ -8034,9 +8034,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColors? Value /// ValueColorPositions. /// Represents the following element tag in the schema: cx:valueColorPositions. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColorPositions? ValueColorPositions { get => GetElement(); @@ -8052,14 +8052,14 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ValueColorPosition /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:plotAreaRegion. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:extLst> /// <cx:plotSurface> /// <cx:series> /// - /// + /// public partial class PlotAreaRegion : OpenXmlCompositeElement { /// @@ -8113,9 +8113,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PlotSurface. /// Represents the following element tag in the schema: cx:plotSurface. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? PlotSurface { get => GetElement(); @@ -8131,7 +8131,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? PlotS /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:axis. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> @@ -8148,7 +8148,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface? PlotS /// <cx:minorTickMarks> /// <cx:valScaling> /// - /// + /// public partial class Axis : OpenXmlCompositeElement { /// @@ -8256,7 +8256,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:title. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> @@ -8264,7 +8264,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <cx:extLst> /// <cx:tx> /// - /// + /// public partial class ChartTitle : OpenXmlCompositeElement { /// @@ -8354,9 +8354,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text. /// Represents the following element tag in the schema: cx:tx. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? Text { get => GetElement(); @@ -8367,9 +8367,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Text? Text /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -8380,9 +8380,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// TxPrTextBody. /// Represents the following element tag in the schema: cx:txPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPrTextBody { get => GetElement(); @@ -8393,9 +8393,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPr /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -8411,7 +8411,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:plotArea. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> @@ -8419,7 +8419,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// <cx:extLst> /// <cx:plotAreaRegion> /// - /// + /// public partial class PlotArea : OpenXmlCompositeElement { /// @@ -8475,9 +8475,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PlotAreaRegion. /// Represents the following element tag in the schema: cx:plotAreaRegion. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion? PlotAreaRegion { get => GetElement(); @@ -8493,14 +8493,14 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotAreaRegion? Pl /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:legend. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> /// <cx:txPr> /// <cx:extLst> /// - /// + /// public partial class Legend : OpenXmlCompositeElement { /// @@ -8588,9 +8588,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -8601,9 +8601,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// TxPrTextBody. /// Represents the following element tag in the schema: cx:txPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPrTextBody { get => GetElement(); @@ -8614,9 +8614,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.TxPrTextBody? TxPr /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -8632,13 +8632,13 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:fmtOvr. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:spPr> /// <cx:extLst> /// - /// + /// public partial class FormatOverride : OpenXmlCompositeElement { /// @@ -8705,9 +8705,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeProperties. /// Represents the following element tag in the schema: cx:spPr. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -8718,9 +8718,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ShapeProperties? S /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -8736,7 +8736,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:headerFooter. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:oddHeader> @@ -8746,7 +8746,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// <cx:firstHeader> /// <cx:firstFooter> /// - /// + /// public partial class HeaderFooter : OpenXmlCompositeElement { /// @@ -8840,9 +8840,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OddHeaderXsdstring. /// Represents the following element tag in the schema: cx:oddHeader. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring? OddHeaderXsdstring { get => GetElement(); @@ -8853,9 +8853,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddHeaderXsdstring /// OddFooterXsdstring. /// Represents the following element tag in the schema: cx:oddFooter. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring? OddFooterXsdstring { get => GetElement(); @@ -8866,9 +8866,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.OddFooterXsdstring /// EvenHeaderXsdstring. /// Represents the following element tag in the schema: cx:evenHeader. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstring? EvenHeaderXsdstring { get => GetElement(); @@ -8879,9 +8879,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenHeaderXsdstrin /// EvenFooterXsdstring. /// Represents the following element tag in the schema: cx:evenFooter. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstring? EvenFooterXsdstring { get => GetElement(); @@ -8892,9 +8892,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.EvenFooterXsdstrin /// FirstHeaderXsdstring. /// Represents the following element tag in the schema: cx:firstHeader. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstring? FirstHeaderXsdstring { get => GetElement(); @@ -8905,9 +8905,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstHeaderXsdstri /// FirstFooterXsdstring. /// Represents the following element tag in the schema: cx:firstFooter. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.FirstFooterXsdstring? FirstFooterXsdstring { get => GetElement(); @@ -9158,14 +9158,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:chartData. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:data> /// <cx:extLst> /// <cx:externalData> /// - /// + /// public partial class ChartData : OpenXmlCompositeElement { /// @@ -9219,9 +9219,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExternalData. /// Represents the following element tag in the schema: cx:externalData. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? ExternalData { get => GetElement(); @@ -9237,7 +9237,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? Exte /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:chart. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:title> @@ -9245,7 +9245,7 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExternalData? Exte /// <cx:legend> /// <cx:plotArea> /// - /// + /// public partial class Chart : OpenXmlCompositeElement { /// @@ -9301,9 +9301,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ChartTitle. /// Represents the following element tag in the schema: cx:title. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle? ChartTitle { get => GetElement(); @@ -9314,9 +9314,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ChartTitle? ChartT /// PlotArea. /// Represents the following element tag in the schema: cx:plotArea. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea? PlotArea { get => GetElement(); @@ -9327,9 +9327,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotArea? PlotArea /// Legend. /// Represents the following element tag in the schema: cx:legend. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend? Legend { get => GetElement(); @@ -9340,9 +9340,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.Legend? Legend /// ExtensionList. /// Represents the following element tag in the schema: cx:extLst. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? ExtensionList { get => GetElement(); @@ -9358,12 +9358,12 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.ExtensionList? Ext /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:clrMapOvr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class ColorMappingType : OpenXmlCompositeElement { /// @@ -9594,9 +9594,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -9612,12 +9612,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:fmtOvrs. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:fmtOvr> /// - /// + /// public partial class FormatOverrides : OpenXmlCompositeElement { /// @@ -9672,14 +9672,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is cx:printSettings. /// - /// + /// /// The following table lists the possible child types: /// /// <cx:headerFooter> /// <cx:pageMargins> /// <cx:pageSetup> /// - /// + /// public partial class PrintSettings : OpenXmlCompositeElement { /// @@ -9733,9 +9733,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// HeaderFooter. /// Represents the following element tag in the schema: cx:headerFooter. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter? HeaderFooter { get => GetElement(); @@ -9746,9 +9746,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.HeaderFooter? Head /// PageMargins. /// Represents the following element tag in the schema: cx:pageMargins. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins? PageMargins { get => GetElement(); @@ -9759,9 +9759,9 @@ public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageMargins? PageM /// PageSetup. /// Represents the following element tag in the schema: cx:pageSetup. /// - /// + /// /// xmlns:cx = http://schemas.microsoft.com/office/drawing/2014/chartex - /// + /// public DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PageSetup? PageSetup { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_diagram.g.cs index 1e76e2363..5ace4f7a1 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_diagram.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office2019.Drawing.Diagram11 /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is dgm1611:autoBuNodeInfoLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm1611:autoBuNodeInfo> /// - /// + /// public partial class NumberDiagramInfoList : OpenXmlCompositeElement { /// @@ -82,7 +82,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is dgm1611:buPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buAutoNum> @@ -90,7 +90,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:buChar> /// <a:buNone> /// - /// + /// public partial class DiagramAutoBullet : OpenXmlCompositeElement { /// @@ -172,9 +172,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// No Bullet. /// Represents the following element tag in the schema: a:buNone. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NoBullet? NoBullet { get => GetElement(); @@ -185,9 +185,9 @@ public DocumentFormat.OpenXml.Drawing.NoBullet? NoBullet /// Auto-Numbered Bullet. /// Represents the following element tag in the schema: a:buAutoNum. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.AutoNumberedBullet? AutoNumberedBullet { get => GetElement(); @@ -198,9 +198,9 @@ public DocumentFormat.OpenXml.Drawing.AutoNumberedBullet? AutoNumberedBullet /// Character Bullet. /// Represents the following element tag in the schema: a:buChar. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.CharacterBullet? CharacterBullet { get => GetElement(); @@ -211,9 +211,9 @@ public DocumentFormat.OpenXml.Drawing.CharacterBullet? CharacterBullet /// Picture Bullet. /// Represents the following element tag in the schema: a:buBlip. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PictureBullet? PictureBullet { get => GetElement(); @@ -229,12 +229,12 @@ public DocumentFormat.OpenXml.Drawing.PictureBullet? PictureBullet /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is dgm1611:autoBuNodeInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm1611:buPr> /// - /// + /// public partial class NumberDiagramInfo : OpenXmlCompositeElement { /// @@ -314,9 +314,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DiagramAutoBullet. /// Represents the following element tag in the schema: dgm1611:buPr. /// - /// + /// /// xmlns:dgm1611 = http://schemas.microsoft.com/office/drawing/2016/11/diagram - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Diagram11.DiagramAutoBullet? DiagramAutoBullet { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_main.g.cs index 0329f14f8..005ffcda1 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_11_main.g.cs @@ -34,9 +34,9 @@ public PictureAttributionSourceURL() : base() /// id, this property is only available in Office 2019 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_12_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_12_diagram.g.cs index af27e3e7b..b26a847fb 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_12_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_12_diagram.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Office2019.Drawing.Diagram12 /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is dgm1612:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -41,7 +41,7 @@ namespace DocumentFormat.OpenXml.Office2019.Drawing.Diagram12 /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -152,9 +152,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -170,7 +170,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is dgm1612:lstStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -185,7 +185,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <a:lvl8pPr> /// <a:lvl9pPr> /// - /// + /// public partial class TextListStyleType : OpenXmlCompositeElement { /// @@ -255,9 +255,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Default Paragraph Style. /// Represents the following element tag in the schema: a:defPPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? DefaultParagraphProperties { get => GetElement(); @@ -268,9 +268,9 @@ public DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? DefaultParagra /// List Level 1 Text Style. /// Represents the following element tag in the schema: a:lvl1pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? Level1ParagraphProperties { get => GetElement(); @@ -281,9 +281,9 @@ public DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? Level1Paragraph /// List Level 2 Text Style. /// Represents the following element tag in the schema: a:lvl2pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? Level2ParagraphProperties { get => GetElement(); @@ -294,9 +294,9 @@ public DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? Level2Paragraph /// List Level 3 Text Style. /// Represents the following element tag in the schema: a:lvl3pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? Level3ParagraphProperties { get => GetElement(); @@ -307,9 +307,9 @@ public DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? Level3Paragraph /// List Level 4 Text Style. /// Represents the following element tag in the schema: a:lvl4pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? Level4ParagraphProperties { get => GetElement(); @@ -320,9 +320,9 @@ public DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? Level4Paragraph /// List Level 5 Text Style. /// Represents the following element tag in the schema: a:lvl5pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? Level5ParagraphProperties { get => GetElement(); @@ -333,9 +333,9 @@ public DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? Level5Paragraph /// List Level 6 Text Style. /// Represents the following element tag in the schema: a:lvl6pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? Level6ParagraphProperties { get => GetElement(); @@ -346,9 +346,9 @@ public DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? Level6Paragraph /// List Level 7 Text Style. /// Represents the following element tag in the schema: a:lvl7pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? Level7ParagraphProperties { get => GetElement(); @@ -359,9 +359,9 @@ public DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? Level7Paragraph /// List Level 8 Text Style. /// Represents the following element tag in the schema: a:lvl8pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? Level8ParagraphProperties { get => GetElement(); @@ -372,9 +372,9 @@ public DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? Level8Paragraph /// List Level 9 Text Style. /// Represents the following element tag in the schema: a:lvl9pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? Level9ParagraphProperties { get => GetElement(); @@ -385,9 +385,9 @@ public DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? Level9Paragraph /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_SVG_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_SVG_main.g.cs index 11d9bff2c..59d0909df 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_SVG_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2016_SVG_main.g.cs @@ -34,9 +34,9 @@ public SVGBlip() : base() /// Embedded Picture Reference /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -47,9 +47,9 @@ public StringValue? Embed /// Linked Picture Reference /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_03_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_03_chart.g.cs index 2c682938e..31a5b1650 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_03_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_03_chart.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office2019.Drawing.Chart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is c16r3:dataDisplayOptions16. /// - /// + /// /// The following table lists the possible child types: /// /// <c16r3:dispNaAsBlank> /// - /// + /// public partial class DataDisplayOptions16 : OpenXmlCompositeElement { /// @@ -76,9 +76,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BooleanFalse. /// Represents the following element tag in the schema: c16r3:dispNaAsBlank. /// - /// + /// /// xmlns:c16r3 = http://schemas.microsoft.com/office/drawing/2017/03/chart - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? BooleanFalse { get => GetElement(); @@ -107,9 +107,9 @@ public BooleanFalse() : base() /// val, this property is only available in Office 2019 and later. /// Represents the following attribute in the schema: c16r3:val /// - /// + /// /// xmlns:c16r3=http://schemas.microsoft.com/office/drawing/2017/03/chart - /// + /// public BooleanValue? Val { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_model3d.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_model3d.g.cs index b0aa6d49f..506fddaaa 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_model3d.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2017_model3d.g.cs @@ -24,7 +24,7 @@ namespace DocumentFormat.OpenXml.Office2019.Drawing.Model3D /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:model3d. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:spPr> @@ -41,7 +41,7 @@ namespace DocumentFormat.OpenXml.Office2019.Drawing.Model3D /// <am3d:unkLight> /// <am3d:winViewport> /// - /// + /// public partial class Model3D : OpenXmlCompositeElement { /// @@ -79,9 +79,9 @@ public Model3D(string outerXml) : base(outerXml) /// Embedded Picture Reference /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -92,9 +92,9 @@ public StringValue? Embed /// Linked Picture Reference /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); @@ -150,9 +150,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ShapeProperties. /// Represents the following element tag in the schema: am3d:spPr. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties? ShapeProperties { get => GetElement(); @@ -163,9 +163,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ShapeProperties? ShapeP /// Model3DCamera. /// Represents the following element tag in the schema: am3d:camera. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera? Model3DCamera { get => GetElement(); @@ -176,9 +176,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DCamera? Model3DC /// Model3DTransform. /// Represents the following element tag in the schema: am3d:trans. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform? Model3DTransform { get => GetElement(); @@ -189,9 +189,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DTransform? Model /// Optional source attribution URL describes from whence the 3D model came.. /// Represents the following element tag in the schema: am3d:attrSrcUrl. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourceURL? PictureAttributionSourceURL { get => GetElement(); @@ -202,9 +202,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PictureAttributionSourc /// Model3DRaster. /// Represents the following element tag in the schema: am3d:raster. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster? Model3DRaster { get => GetElement(); @@ -215,9 +215,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DRaster? Model3DR /// Future Model3D extensions. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Model3DExtensionList? Model3DExtensionList { get => GetElement(); @@ -647,14 +647,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:scale. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:sx> /// <am3d:sy> /// <am3d:sz> /// - /// + /// public partial class Scale3D : OpenXmlCompositeElement { /// @@ -708,9 +708,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SxRatio. /// Represents the following element tag in the schema: am3d:sx. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio? SxRatio { get => GetElement(); @@ -721,9 +721,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SxRatio? SxRatio /// SyRatio. /// Represents the following element tag in the schema: am3d:sy. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio? SyRatio { get => GetElement(); @@ -734,9 +734,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SyRatio? SyRatio /// SzRatio. /// Represents the following element tag in the schema: am3d:sz. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzRatio? SzRatio { get => GetElement(); @@ -811,12 +811,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -993,13 +993,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:orthographic. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:extLst> /// <am3d:sz> /// - /// + /// public partial class OrthographicProjection : OpenXmlCompositeElement { /// @@ -1051,9 +1051,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SzPositiveRatio. /// Represents the following element tag in the schema: am3d:sz. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio? SzPositiveRatio { get => GetElement(); @@ -1064,9 +1064,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.SzPositiveRatio? SzPosi /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -1082,12 +1082,12 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:perspective. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:extLst> /// - /// + /// public partial class PerspectiveProjection : OpenXmlCompositeElement { /// @@ -1153,9 +1153,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -1171,7 +1171,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:blip. /// - /// + /// /// The following table lists the possible child types: /// /// <a:alphaBiLevel> @@ -1193,7 +1193,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// <a:lum> /// <a:tint> /// - /// + /// public partial class Blip : OpenXmlCompositeElement { /// @@ -1231,9 +1231,9 @@ public Blip(string outerXml) : base(outerXml) /// Embedded Picture Reference /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -1244,9 +1244,9 @@ public StringValue? Embed /// Linked Picture Reference /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); @@ -1328,7 +1328,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:clr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1338,7 +1338,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ColorType : OpenXmlCompositeElement { /// @@ -1404,9 +1404,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -1417,9 +1417,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -1430,9 +1430,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -1443,9 +1443,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -1456,9 +1456,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -1469,9 +1469,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -1487,13 +1487,13 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a3danim:embedAnim> /// <a3danim:posterFrame> /// - /// + /// public partial class Model3DExtension : OpenXmlCompositeElement { /// @@ -1567,7 +1567,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -1586,7 +1586,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -1697,9 +1697,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -1715,7 +1715,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:camera. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:extLst> @@ -1725,7 +1725,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <am3d:orthographic> /// <am3d:perspective> /// - /// + /// public partial class Model3DCamera : OpenXmlCompositeElement { /// @@ -1788,9 +1788,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PosPoint3D. /// Represents the following element tag in the schema: am3d:pos. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? PosPoint3D { get => GetElement(); @@ -1801,9 +1801,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? PosPoint3D /// UpVector3D. /// Represents the following element tag in the schema: am3d:up. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D? UpVector3D { get => GetElement(); @@ -1814,9 +1814,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.UpVector3D? UpVector3D /// LookAtPoint3D. /// Represents the following element tag in the schema: am3d:lookAt. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? LookAtPoint3D { get => GetElement(); @@ -1832,7 +1832,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? LookAtPo /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:trans. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:extLst> @@ -1842,7 +1842,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? LookAtPo /// <am3d:rot> /// <am3d:scale> /// - /// + /// public partial class Model3DTransform : OpenXmlCompositeElement { /// @@ -1902,9 +1902,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// MeterPerModelUnitPositiveRatio. /// Represents the following element tag in the schema: am3d:meterPerModelUnit. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositiveRatio? MeterPerModelUnitPositiveRatio { get => GetElement(); @@ -1915,9 +1915,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.MeterPerModelUnitPositi /// PreTransVector3D. /// Represents the following element tag in the schema: am3d:preTrans. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D? PreTransVector3D { get => GetElement(); @@ -1928,9 +1928,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PreTransVector3D? PreTr /// Scale3D. /// Represents the following element tag in the schema: am3d:scale. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D? Scale3D { get => GetElement(); @@ -1941,9 +1941,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Scale3D? Scale3D /// Rotate3D. /// Represents the following element tag in the schema: am3d:rot. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D? Rotate3D { get => GetElement(); @@ -1954,9 +1954,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Rotate3D? Rotate3D /// PostTransVector3D. /// Represents the following element tag in the schema: am3d:postTrans. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D? PostTransVector3D { get => GetElement(); @@ -1967,9 +1967,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PostTransVector3D? Post /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -1998,9 +1998,9 @@ public PictureAttributionSourceURL() : base() /// id, this property is only available in Office 2019 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2028,12 +2028,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:raster. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:blip> /// - /// + /// public partial class Model3DRaster : OpenXmlCompositeElement { /// @@ -2112,9 +2112,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blip. /// Represents the following element tag in the schema: am3d:blip. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip? Blip { get => GetElement(); @@ -2130,12 +2130,12 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.Blip? Blip /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:ext> /// - /// + /// public partial class Model3DExtensionList : OpenXmlCompositeElement { /// @@ -2190,12 +2190,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:objViewport. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:extLst> /// - /// + /// public partial class ObjectViewport : OpenXmlCompositeElement { /// @@ -2261,9 +2261,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -2279,12 +2279,12 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:winViewport. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:extLst> /// - /// + /// public partial class WindowViewport : OpenXmlCompositeElement { /// @@ -2334,9 +2334,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -2352,14 +2352,14 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:ambientLight. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:clr> /// <am3d:extLst> /// <am3d:illuminance> /// - /// + /// public partial class AmbientLight : OpenXmlCompositeElement { /// @@ -2425,9 +2425,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ColorType. /// Represents the following element tag in the schema: am3d:clr. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? ColorType { get => GetElement(); @@ -2438,9 +2438,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? ColorType /// IlluminancePositiveRatio. /// Represents the following element tag in the schema: am3d:illuminance. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? IlluminancePositiveRatio { get => GetElement(); @@ -2451,9 +2451,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRati /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -2469,7 +2469,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:ptLight. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:clr> @@ -2477,7 +2477,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// <am3d:pos> /// <am3d:intensity> /// - /// + /// public partial class PointLight : OpenXmlCompositeElement { /// @@ -2560,9 +2560,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ColorType. /// Represents the following element tag in the schema: am3d:clr. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? ColorType { get => GetElement(); @@ -2573,9 +2573,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? ColorType /// IntensityPositiveRatio. /// Represents the following element tag in the schema: am3d:intensity. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? IntensityPositiveRatio { get => GetElement(); @@ -2586,9 +2586,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? /// PosPoint3D. /// Represents the following element tag in the schema: am3d:pos. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? PosPoint3D { get => GetElement(); @@ -2599,9 +2599,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? PosPoint3D /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -2617,7 +2617,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:spotLight. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:clr> @@ -2626,7 +2626,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// <am3d:lookAt> /// <am3d:intensity> /// - /// + /// public partial class SpotLight : OpenXmlCompositeElement { /// @@ -2726,9 +2726,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ColorType. /// Represents the following element tag in the schema: am3d:clr. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? ColorType { get => GetElement(); @@ -2739,9 +2739,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? ColorType /// IntensityPositiveRatio. /// Represents the following element tag in the schema: am3d:intensity. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? IntensityPositiveRatio { get => GetElement(); @@ -2752,9 +2752,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IntensityPositiveRatio? /// PosPoint3D. /// Represents the following element tag in the schema: am3d:pos. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? PosPoint3D { get => GetElement(); @@ -2765,9 +2765,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? PosPoint3D /// LookAtPoint3D. /// Represents the following element tag in the schema: am3d:lookAt. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? LookAtPoint3D { get => GetElement(); @@ -2778,9 +2778,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? LookAtPo /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -2796,7 +2796,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is am3d:dirLight. /// - /// + /// /// The following table lists the possible child types: /// /// <am3d:clr> @@ -2805,7 +2805,7 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? /// <am3d:lookAt> /// <am3d:illuminance> /// - /// + /// public partial class DirectionalLight : OpenXmlCompositeElement { /// @@ -2890,9 +2890,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ColorType. /// Represents the following element tag in the schema: am3d:clr. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? ColorType { get => GetElement(); @@ -2903,9 +2903,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.ColorType? ColorType /// IlluminancePositiveRatio. /// Represents the following element tag in the schema: am3d:illuminance. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRatio? IlluminancePositiveRatio { get => GetElement(); @@ -2916,9 +2916,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.IlluminancePositiveRati /// PosPoint3D. /// Represents the following element tag in the schema: am3d:pos. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? PosPoint3D { get => GetElement(); @@ -2929,9 +2929,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.PosPoint3D? PosPoint3D /// LookAtPoint3D. /// Represents the following element tag in the schema: am3d:lookAt. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? LookAtPoint3D { get => GetElement(); @@ -2942,9 +2942,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.LookAtPoint3D? LookAtPo /// OfficeArtExtensionList. /// Represents the following element tag in the schema: am3d:extLst. /// - /// + /// /// xmlns:am3d = http://schemas.microsoft.com/office/drawing/2017/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation.g.cs index f76f06a8a..f6b1fbdfd 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office2019.Drawing.Animation /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is aanim:animPr. /// - /// + /// /// The following table lists the possible child types: /// /// <aanim:extLst> /// - /// + /// public partial class AnimationProperties : OpenXmlCompositeElement { /// @@ -165,9 +165,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: aanim:extLst. /// - /// + /// /// xmlns:aanim = http://schemas.microsoft.com/office/drawing/2018/animation - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -183,12 +183,12 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionLis /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is aanim:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation_model3d.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation_model3d.g.cs index 4fe337a10..b19872462 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation_model3d.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_animation_model3d.g.cs @@ -23,13 +23,13 @@ namespace DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is a3danim:embedAnim. /// - /// + /// /// The following table lists the possible child types: /// /// <a3danim:extLst> /// <a3danim:animPr> /// - /// + /// public partial class EmbeddedAnimation : OpenXmlCompositeElement { /// @@ -96,9 +96,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AnimationProperties. /// Represents the following element tag in the schema: a3danim:animPr. /// - /// + /// /// xmlns:a3danim = http://schemas.microsoft.com/office/drawing/2018/animation/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProperties? AnimationProperties { get => GetElement(); @@ -109,9 +109,9 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.AnimationProp /// OfficeArtExtensionList. /// Represents the following element tag in the schema: a3danim:extLst. /// - /// + /// /// xmlns:a3danim = http://schemas.microsoft.com/office/drawing/2018/animation/model3d - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Animation.Model3D.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -181,12 +181,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is a3danim:animPr. /// - /// + /// /// The following table lists the possible child types: /// /// <aanim:extLst> /// - /// + /// public partial class AnimationProperties : OpenXmlCompositeElement { /// @@ -324,9 +324,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: aanim:extLst. /// - /// + /// /// xmlns:aanim = http://schemas.microsoft.com/office/drawing/2018/animation - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -342,12 +342,12 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Animation.OfficeArtExtensionLis /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is a3danim:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_sketchyshapes.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_sketchyshapes.g.cs index 822fb6565..e33945ee6 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_sketchyshapes.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2018_sketchyshapes.g.cs @@ -142,7 +142,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is ask:lineSketchStyleProps. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custGeom> @@ -151,7 +151,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <ask:type> /// <ask:seed> /// - /// + /// public partial class LineSketchStyleProperties : OpenXmlCompositeElement { /// @@ -232,7 +232,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is ask:type. /// - /// + /// /// The following table lists the possible child types: /// /// <ask:lineSketchNone> @@ -240,7 +240,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <ask:lineSketchFreehand> /// <ask:lineSketchScribble> /// - /// + /// public partial class LineSketchTypeProperties : OpenXmlCompositeElement { /// @@ -302,9 +302,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineSketchNoneEmpty. /// Represents the following element tag in the schema: ask:lineSketchNone. /// - /// + /// /// xmlns:ask = http://schemas.microsoft.com/office/drawing/2018/sketchyshapes - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchNoneEmpty? LineSketchNoneEmpty { get => GetElement(); @@ -315,9 +315,9 @@ public DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchNoneEmp /// LineSketchCurvedEmpty. /// Represents the following element tag in the schema: ask:lineSketchCurved. /// - /// + /// /// xmlns:ask = http://schemas.microsoft.com/office/drawing/2018/sketchyshapes - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchCurvedEmpty? LineSketchCurvedEmpty { get => GetElement(); @@ -328,9 +328,9 @@ public DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchCurvedE /// LineSketchFreehandEmpty. /// Represents the following element tag in the schema: ask:lineSketchFreehand. /// - /// + /// /// xmlns:ask = http://schemas.microsoft.com/office/drawing/2018/sketchyshapes - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchFreehandEmpty? LineSketchFreehandEmpty { get => GetElement(); @@ -341,9 +341,9 @@ public DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchFreehan /// LineSketchScribbleEmpty. /// Represents the following element tag in the schema: ask:lineSketchScribble. /// - /// + /// /// xmlns:ask = http://schemas.microsoft.com/office/drawing/2018/sketchyshapes - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchScribbleEmpty? LineSketchScribbleEmpty { get => GetElement(); @@ -398,12 +398,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is ask:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_livefeed.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_livefeed.g.cs index 695daad84..4b76da887 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_livefeed.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_livefeed.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office2021.Drawing.Livefeed /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is alf:Normal. /// - /// + /// /// The following table lists the possible child types: /// /// <alf:extLst> /// - /// + /// public partial class BackgroundNormalProperties : OpenXmlCompositeElement { /// @@ -77,9 +77,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: alf:extLst. /// - /// + /// /// xmlns:alf = http://schemas.microsoft.com/office/drawing/2021/livefeed - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -95,12 +95,12 @@ public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is alf:Removed. /// - /// + /// /// The following table lists the possible child types: /// /// <alf:extLst> /// - /// + /// public partial class BackgroundRemovedProperties : OpenXmlCompositeElement { /// @@ -150,9 +150,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: alf:extLst. /// - /// + /// /// xmlns:alf = http://schemas.microsoft.com/office/drawing/2021/livefeed - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -168,12 +168,12 @@ public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is alf:Blur. /// - /// + /// /// The following table lists the possible child types: /// /// <alf:extLst> /// - /// + /// public partial class BackgroundBlurProperties : OpenXmlCompositeElement { /// @@ -223,9 +223,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: alf:extLst. /// - /// + /// /// xmlns:alf = http://schemas.microsoft.com/office/drawing/2021/livefeed - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -241,12 +241,12 @@ public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is alf:Custom. /// - /// + /// /// The following table lists the possible child types: /// /// <alf:extLst> /// - /// + /// public partial class BackgroundCustomProperties : OpenXmlCompositeElement { /// @@ -296,9 +296,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: alf:extLst. /// - /// + /// /// xmlns:alf = http://schemas.microsoft.com/office/drawing/2021/livefeed - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -314,13 +314,13 @@ public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is alf:liveFeedProps. /// - /// + /// /// The following table lists the possible child types: /// /// <alf:extLst> /// <alf:backgroundProps> /// - /// + /// public partial class LiveFeedProperties : OpenXmlCompositeElement { /// @@ -372,9 +372,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LiveFeedBackgroundProperties. /// Represents the following element tag in the schema: alf:backgroundProps. /// - /// + /// /// xmlns:alf = http://schemas.microsoft.com/office/drawing/2021/livefeed - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProperties? LiveFeedBackgroundProperties { get => GetElement(); @@ -385,9 +385,9 @@ public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.LiveFeedBackgroundProp /// OfficeArtExtensionList. /// Represents the following element tag in the schema: alf:extLst. /// - /// + /// /// xmlns:alf = http://schemas.microsoft.com/office/drawing/2021/livefeed - /// + /// public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -403,12 +403,12 @@ public DocumentFormat.OpenXml.Office2021.Drawing.Livefeed.OfficeArtExtensionList /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is alf:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -469,7 +469,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is alf:backgroundProps. /// - /// + /// /// The following table lists the possible child types: /// /// <alf:extLst> @@ -478,7 +478,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <alf:Normal> /// <alf:Removed> /// - /// + /// public partial class LiveFeedBackgroundProperties : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_oembed.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_oembed.g.cs index ceb4b4faa..31fe6f2ea 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_oembed.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_oembed.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is aoe:oembedShared. /// - /// + /// /// The following table lists the possible child types: /// /// <aoe:extLst> /// - /// + /// public partial class OEmbedShared : OpenXmlCompositeElement { /// @@ -106,9 +106,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: aoe:extLst. /// - /// + /// /// xmlns:aoe = http://schemas.microsoft.com/office/drawing/2021/oembed - /// + /// public DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -124,12 +124,12 @@ public DocumentFormat.OpenXml.Office.Drawing.Y2021.OEmbed.OfficeArtExtensionList /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is aoe:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_scriptlink.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_scriptlink.g.cs index 60c443a4a..61d4fdadd 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_scriptlink.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_drawing_2021_scriptlink.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is asl:scriptLink. /// - /// + /// /// The following table lists the possible child types: /// /// <asl:extLst> /// - /// + /// public partial class ScriptLink : OpenXmlCompositeElement { /// @@ -89,9 +89,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: asl:extLst. /// - /// + /// /// xmlns:asl = http://schemas.microsoft.com/office/drawing/2021/scriptlink - /// + /// public DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -107,12 +107,12 @@ public DocumentFormat.OpenXml.Office.Drawing.Y2021.ScriptLink.OfficeArtExtension /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is asl:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2006_main.g.cs index 0fc9741c8..7b17749e0 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2006_main.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Office.Excel /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xne:macrosheet. /// - /// + /// /// The following table lists the possible child types: /// /// <x:autoFilter> @@ -53,7 +53,7 @@ namespace DocumentFormat.OpenXml.Office.Excel /// <x:sheetViews> /// <x:sortState> /// - /// + /// public partial class Macrosheet : OpenXmlPartRootElement { /// @@ -154,9 +154,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Sheet Properties. /// Represents the following element tag in the schema: x:sheetPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetProperties? SheetProperties { get => GetElement(); @@ -167,9 +167,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetProperties? SheetProperties /// Macro Sheet Dimensions. /// Represents the following element tag in the schema: x:dimension. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetDimension? SheetDimension { get => GetElement(); @@ -180,9 +180,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetDimension? SheetDimension /// Macro Sheet Views. /// Represents the following element tag in the schema: x:sheetViews. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetViews? SheetViews { get => GetElement(); @@ -193,9 +193,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetViews? SheetViews /// Sheet Format Properties. /// Represents the following element tag in the schema: x:sheetFormatPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? SheetFormatProperties { get => GetElement(); @@ -242,13 +242,13 @@ public MacroSheetPart? MacroSheetPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xne:worksheetSortMap. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:colSortMap> /// <xne:rowSortMap> /// - /// + /// public partial class WorksheetSortMap : OpenXmlPartRootElement { /// @@ -299,9 +299,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Row Sort Map. /// Represents the following element tag in the schema: xne:rowSortMap. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.RowSortMap? RowSortMap { get => GetElement(); @@ -312,9 +312,9 @@ public DocumentFormat.OpenXml.Office.Excel.RowSortMap? RowSortMap /// Column Sort Map. /// Represents the following element tag in the schema: xne:colSortMap. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.ColumnSortMap? ColumnSortMap { get => GetElement(); @@ -438,12 +438,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xne:rowSortMap. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:row> /// - /// + /// public partial class RowSortMap : OpenXmlCompositeElement { /// @@ -526,12 +526,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xne:colSortMap. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:col> /// - /// + /// public partial class ColumnSortMap : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2010_spreadsheetDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2010_spreadsheetDrawing.g.cs index 269e1e594..400fbf4ef 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2010_spreadsheetDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_excel_2010_spreadsheetDrawing.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Office2010.Excel.Drawing /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is xdr14:contentPart. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr14:extLst> @@ -31,7 +31,7 @@ namespace DocumentFormat.OpenXml.Office2010.Excel.Drawing /// <xdr14:nvPr> /// <xdr14:nvContentPartPr> /// - /// + /// public partial class ContentPart : OpenXmlCompositeElement { /// @@ -69,9 +69,9 @@ public ContentPart(string outerXml) : base(outerXml) /// id, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -119,9 +119,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExcelNonVisualContentPartShapeProperties. /// Represents the following element tag in the schema: xdr14:nvContentPartPr. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? ExcelNonVisualContentPartShapeProperties { get => GetElement(); @@ -132,9 +132,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPart /// ApplicationNonVisualDrawingProperties. /// Represents the following element tag in the schema: xdr14:nvPr. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -145,9 +145,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawi /// Transform2D. /// Represents the following element tag in the schema: xdr14:xfrm. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -158,9 +158,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? Transform2D /// OfficeArtExtensionList. /// Represents the following element tag in the schema: xdr14:extLst. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -176,14 +176,14 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? O /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is xdr14:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -299,9 +299,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -312,9 +312,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -325,9 +325,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -343,13 +343,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is xdr14:cNvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:extLst> /// <a14:cpLocks> /// - /// + /// public partial class NonVisualInkContentPartProperties : OpenXmlCompositeElement { /// @@ -413,9 +413,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ContentPartLocks. /// Represents the following element tag in the schema: a14:cpLocks. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLocks { get => GetElement(); @@ -426,9 +426,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLo /// OfficeArtExtensionList. /// Represents the following element tag in the schema: a14:extLst. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -444,13 +444,13 @@ public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeA /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is xdr14:nvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr14:cNvPr> /// <xdr14:cNvContentPartPr> /// - /// + /// public partial class ExcelNonVisualContentPartShapeProperties : OpenXmlCompositeElement { /// @@ -502,9 +502,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: xdr14:cNvPr. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -515,9 +515,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualDrawingPropertie /// NonVisualInkContentPartProperties. /// Represents the following element tag in the schema: xdr14:cNvContentPartPr. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.NonVisualInkContentPartProperties? NonVisualInkContentPartProperties { get => GetElement(); @@ -581,13 +581,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is xdr14:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -673,9 +673,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -686,9 +686,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -704,12 +704,12 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is xdr14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2010_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2010_main.g.cs index 5d998ada8..2f16ddc3d 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2010_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2010_main.g.cs @@ -25,14 +25,14 @@ namespace DocumentFormat.OpenXml.Office2010.PowerPoint /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:nvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:cNvPr> /// <p14:cNvContentPartPr> /// <p14:nvPr> /// - /// + /// public partial class NonVisualContentPartProperties : OpenXmlCompositeElement { /// @@ -86,9 +86,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: p14:cNvPr. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -99,9 +99,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualDrawingProperties? /// NonVisualInkContentPartProperties. /// Represents the following element tag in the schema: p14:cNvContentPartPr. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartProperties? NonVisualInkContentPartProperties { get => GetElement(); @@ -112,9 +112,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualInkContentPartPrope /// ApplicationNonVisualDrawingProperties. /// Represents the following element tag in the schema: p14:nvPr. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -130,13 +130,13 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.ApplicationNonVisualDrawingP /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -222,9 +222,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -235,9 +235,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -253,12 +253,12 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionListModify : OpenXmlCompositeElement { /// @@ -331,7 +331,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:media. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:extLst> @@ -339,7 +339,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p14:fade> /// <p14:trim> /// - /// + /// public partial class Media : OpenXmlCompositeElement { /// @@ -377,9 +377,9 @@ public Media(string outerXml) : base(outerXml) /// Embedded Picture Reference /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -390,9 +390,9 @@ public StringValue? Embed /// Linked Picture Reference /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); @@ -426,9 +426,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// MediaTrim. /// Represents the following element tag in the schema: p14:trim. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim? MediaTrim { get => GetElement(); @@ -439,9 +439,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.MediaTrim? MediaTrim /// MediaFade. /// Represents the following element tag in the schema: p14:fade. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade? MediaFade { get => GetElement(); @@ -452,9 +452,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.MediaFade? MediaFade /// MediaBookmarkList. /// Represents the following element tag in the schema: p14:bmkLst. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList? MediaBookmarkList { get => GetElement(); @@ -465,9 +465,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.MediaBookmarkList? MediaBook /// ExtensionList. /// Represents the following element tag in the schema: p14:extLst. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? ExtensionList { get => GetElement(); @@ -1330,12 +1330,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:sectionPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:section> /// - /// + /// public partial class SectionProperties : OpenXmlCompositeElement { /// @@ -1390,12 +1390,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:sectionLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:section> /// - /// + /// public partial class SectionList : OpenXmlCompositeElement { /// @@ -1487,7 +1487,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:laserClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1497,7 +1497,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class LaserColor : OpenXmlCompositeElement { /// @@ -1563,9 +1563,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -1576,9 +1576,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -1589,9 +1589,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -1602,9 +1602,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -1615,9 +1615,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -1628,9 +1628,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -1766,12 +1766,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:laserTraceLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:tracePtLst> /// - /// + /// public partial class LaserTraceList : OpenXmlCompositeElement { /// @@ -1911,7 +1911,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:showEvtLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:playEvt> @@ -1922,7 +1922,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p14:nullEvt> /// <p14:triggerEvt> /// - /// + /// public partial class ShowEventRecordList : OpenXmlCompositeElement { /// @@ -1987,9 +1987,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TriggerEventRecord. /// Represents the following element tag in the schema: p14:triggerEvt. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord? TriggerEventRecord { get => GetElement(); @@ -2000,9 +2000,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.TriggerEventRecord? TriggerE /// PlayEventRecord. /// Represents the following element tag in the schema: p14:playEvt. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord? PlayEventRecord { get => GetElement(); @@ -2013,9 +2013,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.PlayEventRecord? PlayEventRe /// StopEventRecord. /// Represents the following element tag in the schema: p14:stopEvt. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord? StopEventRecord { get => GetElement(); @@ -2026,9 +2026,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.StopEventRecord? StopEventRe /// PauseEventRecord. /// Represents the following element tag in the schema: p14:pauseEvt. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord? PauseEventRecord { get => GetElement(); @@ -2039,9 +2039,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.PauseEventRecord? PauseEvent /// ResumeEventRecord. /// Represents the following element tag in the schema: p14:resumeEvt. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord? ResumeEventRecord { get => GetElement(); @@ -2052,9 +2052,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.ResumeEventRecord? ResumeEve /// SeekEventRecord. /// Represents the following element tag in the schema: p14:seekEvt. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord? SeekEventRecord { get => GetElement(); @@ -2065,9 +2065,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.SeekEventRecord? SeekEventRe /// NullEventRecord. /// Represents the following element tag in the schema: p14:nullEvt. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord? NullEventRecord { get => GetElement(); @@ -2083,14 +2083,14 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.NullEventRecord? NullEventRe /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -2206,9 +2206,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -2219,9 +2219,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -2232,9 +2232,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -2250,13 +2250,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:cNvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:extLst> /// <a14:cpLocks> /// - /// + /// public partial class NonVisualInkContentPartProperties : OpenXmlCompositeElement { /// @@ -2320,9 +2320,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ContentPartLocks. /// Represents the following element tag in the schema: a14:cpLocks. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLocks { get => GetElement(); @@ -2333,9 +2333,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLo /// OfficeArtExtensionList. /// Represents the following element tag in the schema: a14:extLst. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -2351,7 +2351,7 @@ public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeA /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:nvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:audioCd> @@ -2363,7 +2363,7 @@ public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeA /// <p:custDataLst> /// <p:ph> /// - /// + /// public partial class ApplicationNonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -2456,9 +2456,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Placeholder Shape. /// Represents the following element tag in the schema: p:ph. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.PlaceholderShape? PlaceholderShape { get => GetElement(); @@ -2620,12 +2620,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:bmkLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:bmk> /// - /// + /// public partial class MediaBookmarkList : OpenXmlCompositeElement { /// @@ -2680,12 +2680,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -2746,12 +2746,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:section. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:extLst> /// - /// + /// public partial class SectionOld : OpenXmlCompositeElement { /// @@ -2841,9 +2841,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p14:extLst. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? ExtensionList { get => GetElement(); @@ -2900,12 +2900,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:sldIdLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:sldId> /// - /// + /// public partial class SectionSlideIdList : OpenXmlCompositeElement { /// @@ -2960,13 +2960,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:section. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:extLst> /// <p14:sldIdLst> /// - /// + /// public partial class Section : OpenXmlCompositeElement { /// @@ -3044,9 +3044,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SectionSlideIdList. /// Represents the following element tag in the schema: p14:sldIdLst. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList? SectionSlideIdList { get => GetElement(); @@ -3057,9 +3057,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList? SectionS /// ExtensionList. /// Represents the following element tag in the schema: p14:extLst. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionList? ExtensionList { get => GetElement(); @@ -3145,12 +3145,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p14:tracePtLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:tracePt> /// - /// + /// public partial class TracePointList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_main.g.cs index 8ccd42578..ea0989705 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_main.g.cs @@ -139,12 +139,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is p15:threadingInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:parentCm> /// - /// + /// public partial class ThreadingInfo : OpenXmlCompositeElement { /// @@ -206,9 +206,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ParentCommentIdentifier. /// Represents the following element tag in the schema: p15:parentCm. /// - /// + /// /// xmlns:p15 = http://schemas.microsoft.com/office/powerpoint/2012/main - /// + /// public DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier? ParentCommentIdentifier { get => GetElement(); @@ -224,13 +224,13 @@ public DocumentFormat.OpenXml.Office2013.PowerPoint.ParentCommentIdentifier? Par /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is p15:sldGuideLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:extLst> /// <p15:guide> /// - /// + /// public partial class SlideGuideList : ExtendedGuideList { /// @@ -285,13 +285,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is p15:notesGuideLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:extLst> /// <p15:guide> /// - /// + /// public partial class NotesGuideList : ExtendedGuideList { /// @@ -346,13 +346,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:extLst> /// <p15:guide> /// - /// + /// public abstract partial class ExtendedGuideList : OpenXmlCompositeElement { /// @@ -487,7 +487,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is p15:clr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -497,7 +497,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ColorType : OpenXmlCompositeElement { /// @@ -563,9 +563,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -576,9 +576,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -589,9 +589,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -602,9 +602,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -615,9 +615,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -628,9 +628,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -646,12 +646,12 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is p15:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -712,13 +712,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is p15:guide. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:clr> /// <p15:extLst> /// - /// + /// public partial class ExtendedGuide : OpenXmlCompositeElement { /// @@ -832,9 +832,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ColorType. /// Represents the following element tag in the schema: p15:clr. /// - /// + /// /// xmlns:p15 = http://schemas.microsoft.com/office/powerpoint/2012/main - /// + /// public DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType? ColorType { get => GetElement(); @@ -845,9 +845,9 @@ public DocumentFormat.OpenXml.Office2013.PowerPoint.ColorType? ColorType /// ExtensionList. /// Represents the following element tag in the schema: p15:extLst. /// - /// + /// /// xmlns:p15 = http://schemas.microsoft.com/office/powerpoint/2012/main - /// + /// public DocumentFormat.OpenXml.Office2013.PowerPoint.ExtensionList? ExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_roamingSettings.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_roamingSettings.g.cs index f694375ad..67210f7d0 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_roamingSettings.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2012_roamingSettings.g.cs @@ -97,13 +97,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is pRoam:props. /// - /// + /// /// The following table lists the possible child types: /// /// <pRoam:key> /// <pRoam:value> /// - /// + /// public partial class RoamingProperty : OpenXmlCompositeElement { /// @@ -155,9 +155,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Key. /// Represents the following element tag in the schema: pRoam:key. /// - /// + /// /// xmlns:pRoam = http://schemas.microsoft.com/office/powerpoint/2012/roamingSettings - /// + /// public DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key? Key { get => GetElement(); @@ -168,9 +168,9 @@ public DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Key? Key /// Value. /// Represents the following element tag in the schema: pRoam:value. /// - /// + /// /// xmlns:pRoam = http://schemas.microsoft.com/office/powerpoint/2012/roamingSettings - /// + /// public DocumentFormat.OpenXml.Office2013.PowerPoint.Roaming.Value? Value { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2013_main_command.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2013_main_command.g.cs index 30b0d88b6..91a9b9672 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2013_main_command.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2013_main_command.g.cs @@ -498,13 +498,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is pc:sldMkLst. /// - /// + /// /// The following table lists the possible child types: /// /// <pc:docMk> /// <pc:sldMk> /// - /// + /// public partial class SlideMonikerList : OpenXmlCompositeElement { /// @@ -557,9 +557,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DocumentMoniker. /// Represents the following element tag in the schema: pc:docMk. /// - /// + /// /// xmlns:pc = http://schemas.microsoft.com/office/powerpoint/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMoniker? DocumentMoniker { get => GetElement(); @@ -570,9 +570,9 @@ public DocumentFormat.OpenXml.Office2016.Presentation.Command.DocumentMoniker? D /// SlideMoniker. /// Represents the following element tag in the schema: pc:sldMk. /// - /// + /// /// xmlns:pc = http://schemas.microsoft.com/office/powerpoint/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMoniker? SlideMoniker { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2017_3_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2017_3_main.g.cs index ebe46ddbf..0f134abe4 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2017_3_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2017_3_main.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office2019.Presentation /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is p173:tracksInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <p173:trackLst> /// - /// + /// public partial class TracksInfo : OpenXmlCompositeElement { /// @@ -91,9 +91,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TrackList. /// Represents the following element tag in the schema: p173:trackLst. /// - /// + /// /// xmlns:p173 = http://schemas.microsoft.com/office/powerpoint/2017/3/main - /// + /// public DocumentFormat.OpenXml.Office2019.Presentation.TrackList? TrackList { get => GetElement(); @@ -152,9 +152,9 @@ public StringValue? Lang /// Embedded Picture Reference /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -165,9 +165,9 @@ public StringValue? Embed /// Linked Picture Reference /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); @@ -203,12 +203,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is p173:trackLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p173:track> /// - /// + /// public partial class TrackList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2018_8_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2018_8_main.g.cs index 5f7a0ed5f..c48d5396c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2018_8_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2018_8_main.g.cs @@ -50,14 +50,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:txBody. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TextBodyType : OpenXmlCompositeElement { /// @@ -111,9 +111,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -124,9 +124,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -142,12 +142,12 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class CommentPropertiesExtensionList : OpenXmlCompositeElement { /// @@ -208,12 +208,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:authorLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p188:author> /// - /// + /// public partial class AuthorList : OpenXmlPartRootElement { /// @@ -299,12 +299,12 @@ public PowerPointAuthorsPart? PowerPointAuthorsPart /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:cmLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p188:cm> /// - /// + /// public partial class CommentList : OpenXmlPartRootElement { /// @@ -403,9 +403,9 @@ public CommentRelationship() : base() /// id, this property is only available in Office 2021 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -433,12 +433,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -499,12 +499,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:author. /// - /// + /// /// The following table lists the possible child types: /// /// <p188:extLst> /// - /// + /// public partial class Author : OpenXmlCompositeElement { /// @@ -623,9 +623,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p188:extLst. /// - /// + /// /// xmlns:p188 = http://schemas.microsoft.com/office/powerpoint/2018/8/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList? ExtensionList { get => GetElement(); @@ -641,13 +641,13 @@ public DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.ExtensionList? Exten /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:reply. /// - /// + /// /// The following table lists the possible child types: /// /// <p188:txBody> /// <p188:extLst> /// - /// + /// public partial class CommentReply : OpenXmlCompositeElement { /// @@ -786,9 +786,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TextBodyType. /// Represents the following element tag in the schema: p188:txBody. /// - /// + /// /// xmlns:p188 = http://schemas.microsoft.com/office/powerpoint/2018/8/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType? TextBodyType { get => GetElement(); @@ -799,9 +799,9 @@ public DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.TextBodyType? TextBo /// CommentPropertiesExtensionList. /// Represents the following element tag in the schema: p188:extLst. /// - /// + /// /// xmlns:p188 = http://schemas.microsoft.com/office/powerpoint/2018/8/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList? CommentPropertiesExtensionList { get => GetElement(); @@ -873,12 +873,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:replyLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p188:reply> /// - /// + /// public partial class CommentReplyList : OpenXmlCompositeElement { /// @@ -933,7 +933,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p188:cm. /// - /// + /// /// The following table lists the possible child types: /// /// <p188:pos> @@ -951,7 +951,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <pc:sldLayoutMkLst> /// <pc:sldMkLst> /// - /// + /// public partial class Comment : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_12_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_12_main.g.cs index d35998172..318407e42 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_12_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_12_main.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p1912:taskHistoryDetails. /// - /// + /// /// The following table lists the possible child types: /// /// <p1912:extLst> /// <p1912:history> /// - /// + /// public partial class TaskHistoryDetails : OpenXmlCompositeElement { /// @@ -96,9 +96,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TaskHistory. /// Represents the following element tag in the schema: p1912:history. /// - /// + /// /// xmlns:p1912 = http://schemas.microsoft.com/office/powerpoint/2019/12/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory? TaskHistory { get => GetElement(); @@ -109,9 +109,9 @@ public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskHistory? TaskHisto /// ExtensionList. /// Represents the following element tag in the schema: p1912:extLst. /// - /// + /// /// xmlns:p1912 = http://schemas.microsoft.com/office/powerpoint/2019/12/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList? ExtensionList { get => GetElement(); @@ -168,12 +168,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p1912:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -345,13 +345,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p1912:anchr. /// - /// + /// /// The following table lists the possible child types: /// /// <p1912:extLst> /// <p1912:comment> /// - /// + /// public partial class TaskAnchor : OpenXmlCompositeElement { /// @@ -403,9 +403,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommentAnchor. /// Represents the following element tag in the schema: p1912:comment. /// - /// + /// /// xmlns:p1912 = http://schemas.microsoft.com/office/powerpoint/2019/12/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor? CommentAnchor { get => GetElement(); @@ -416,9 +416,9 @@ public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.CommentAnchor? Comment /// ExtensionList. /// Represents the following element tag in the schema: p1912:extLst. /// - /// + /// /// xmlns:p1912 = http://schemas.microsoft.com/office/powerpoint/2019/12/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.ExtensionList? ExtensionList { get => GetElement(); @@ -740,7 +740,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p1912:event. /// - /// + /// /// The following table lists the possible child types: /// /// <p1912:add> @@ -757,7 +757,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p1912:undo> /// <p1912:unknown> /// - /// + /// public partial class TaskHistoryEvent : OpenXmlCompositeElement { /// @@ -864,9 +864,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AtrbtnTaskAssignUnassignUser. /// Represents the following element tag in the schema: p1912:atrbtn. /// - /// + /// /// xmlns:p1912 = http://schemas.microsoft.com/office/powerpoint/2019/12/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AtrbtnTaskAssignUnassignUser? AtrbtnTaskAssignUnassignUser { get => GetElement(); @@ -877,9 +877,9 @@ public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.AtrbtnTaskAssignUnassi /// TaskAnchor. /// Represents the following element tag in the schema: p1912:anchr. /// - /// + /// /// xmlns:p1912 = http://schemas.microsoft.com/office/powerpoint/2019/12/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor? TaskAnchor { get => GetElement(); @@ -895,12 +895,12 @@ public DocumentFormat.OpenXml.Office2021.PowerPoint.Tasks.TaskAnchor? TaskAnchor /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p1912:history. /// - /// + /// /// The following table lists the possible child types: /// /// <p1912:event> /// - /// + /// public partial class TaskHistory : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_9_main_command.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_9_main_command.g.cs index 65beef338..7d48bdd73 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_9_main_command.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2019_9_main_command.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is pc2:cmMkLst. /// - /// + /// /// The following table lists the possible child types: /// /// <pc:sldMkLst> /// <pc2:cmMK> /// - /// + /// public partial class CommentV2MonikerList : OpenXmlCompositeElement { /// @@ -80,9 +80,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SlideMonikerList. /// Represents the following element tag in the schema: pc:sldMkLst. /// - /// + /// /// xmlns:pc = http://schemas.microsoft.com/office/powerpoint/2013/main/command - /// + /// public DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList? SlideMonikerList { get => GetElement(); @@ -93,9 +93,9 @@ public DocumentFormat.OpenXml.Office2016.Presentation.Command.SlideMonikerList? /// CommentV2Moniker. /// Represents the following element tag in the schema: pc2:cmMK. /// - /// + /// /// xmlns:pc2 = http://schemas.microsoft.com/office/powerpoint/2019/9/main/command - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2Moniker? CommentV2Moniker { get => GetElement(); @@ -111,13 +111,13 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2Moni /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is pc2:cmRplyMkLst. /// - /// + /// /// The following table lists the possible child types: /// /// <pc2:cmRplyMk> /// <pc2:cmMkLst> /// - /// + /// public partial class CommentReplyV2MonikerList : OpenXmlCompositeElement { /// @@ -169,9 +169,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommentV2MonikerList. /// Represents the following element tag in the schema: pc2:cmMkLst. /// - /// + /// /// xmlns:pc2 = http://schemas.microsoft.com/office/powerpoint/2019/9/main/command - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2MonikerList? CommentV2MonikerList { get => GetElement(); @@ -182,9 +182,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentV2Moni /// CommentReplyV2Moniker. /// Represents the following element tag in the schema: pc2:cmRplyMk. /// - /// + /// /// xmlns:pc2 = http://schemas.microsoft.com/office/powerpoint/2019/9/main/command - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2019.Main.Command.CommentReplyV2Moniker? CommentReplyV2Moniker { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2020_02_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2020_02_main.g.cs index 7d20fdf47..d885b281b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2020_02_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2020_02_main.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office2021.PowerPoint.Designer /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p202:designTagLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p202:designTag> /// - /// + /// public partial class DesignerTagList : OpenXmlCompositeElement { /// @@ -82,13 +82,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p202:designPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p202:extLst> /// <p202:designTagLst> /// - /// + /// public partial class DesignerDrawingProps : OpenXmlCompositeElement { /// @@ -152,9 +152,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DesignerTagList. /// Represents the following element tag in the schema: p202:designTagLst. /// - /// + /// /// xmlns:p202 = http://schemas.microsoft.com/office/powerpoint/2020/02/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList? DesignerTagList { get => GetElement(); @@ -165,9 +165,9 @@ public DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.DesignerTagList? De /// ExtensionList. /// Represents the following element tag in the schema: p202:extLst. /// - /// + /// /// xmlns:p202 = http://schemas.microsoft.com/office/powerpoint/2020/02/main - /// + /// public DocumentFormat.OpenXml.Office2021.PowerPoint.Designer.ExtensionList? ExtensionList { get => GetElement(); @@ -237,12 +237,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p202:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2021_06_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2021_06_main.g.cs index 78eb8d759..b951e3cdd 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2021_06_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2021_06_main.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p216:taskHistoryDetails. /// - /// + /// /// The following table lists the possible child types: /// /// <p216:extLst> /// <p216:history> /// - /// + /// public partial class TaskHistoryDetails : OpenXmlCompositeElement { /// @@ -96,9 +96,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TaskHistory. /// Represents the following element tag in the schema: p216:history. /// - /// + /// /// xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? TaskHistory { get => GetElement(); @@ -109,9 +109,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskHistory? Task /// ExtensionList. /// Represents the following element tag in the schema: p216:extLst. /// - /// + /// /// xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? ExtensionList { get => GetElement(); @@ -168,12 +168,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p216:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -345,13 +345,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p216:anchr. /// - /// + /// /// The following table lists the possible child types: /// /// <p216:extLst> /// <p216:comment> /// - /// + /// public partial class TaskAnchor : OpenXmlCompositeElement { /// @@ -403,9 +403,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommentAnchor. /// Represents the following element tag in the schema: p216:comment. /// - /// + /// /// xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? CommentAnchor { get => GetElement(); @@ -416,9 +416,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.CommentAnchor? Co /// ExtensionList. /// Represents the following element tag in the schema: p216:extLst. /// - /// + /// /// xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.ExtensionList? ExtensionList { get => GetElement(); @@ -740,7 +740,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p216:event. /// - /// + /// /// The following table lists the possible child types: /// /// <p216:add> @@ -757,7 +757,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p216:undo> /// <p216:unknown> /// - /// + /// public partial class TaskHistoryEvent : OpenXmlCompositeElement { /// @@ -864,9 +864,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AtrbtnTaskAssignUnassignUser. /// Represents the following element tag in the schema: p216:atrbtn. /// - /// + /// /// xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignUnassignUser? AtrbtnTaskAssignUnassignUser { get => GetElement(); @@ -877,9 +877,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.AtrbtnTaskAssignU /// TaskAnchor. /// Represents the following element tag in the schema: p216:anchr. /// - /// + /// /// xmlns:p216 = http://schemas.microsoft.com/office/powerpoint/2021/06/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? TaskAnchor { get => GetElement(); @@ -895,12 +895,12 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2021.M06.Main.TaskAnchor? TaskA /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p216:history. /// - /// + /// /// The following table lists the possible child types: /// /// <p216:event> /// - /// + /// public partial class TaskHistory : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_03_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_03_main.g.cs index 4ea1e6bee..fd695b10f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_03_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_03_main.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p223:reactions. /// - /// + /// /// The following table lists the possible child types: /// /// <p223:rxn> /// - /// + /// public partial class Reactions : OpenXmlCompositeElement { /// @@ -82,12 +82,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p223:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -148,12 +148,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p223:instance. /// - /// + /// /// The following table lists the possible child types: /// /// <p223:extLst> /// - /// + /// public partial class ReactionInstance : OpenXmlCompositeElement { /// @@ -233,9 +233,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p223:extLst. /// - /// + /// /// xmlns:p223 = http://schemas.microsoft.com/office/powerpoint/2022/03/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList? ExtensionList { get => GetElement(); @@ -251,12 +251,12 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.ExtensionList? Ex /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p223:rxn. /// - /// + /// /// The following table lists the possible child types: /// /// <p223:instance> /// - /// + /// public partial class Reaction : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_08_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_08_main.g.cs index ff69fce0e..6965451bc 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_08_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2022_08_main.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p228:taskDetails. /// - /// + /// /// The following table lists the possible child types: /// /// <p228:extLst> /// <p228:history> /// - /// + /// public partial class TaskDetails : OpenXmlCompositeElement { /// @@ -103,9 +103,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TaskHistory. /// Represents the following element tag in the schema: p228:history. /// - /// + /// /// xmlns:p228 = http://schemas.microsoft.com/office/powerpoint/2022/08/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory? TaskHistory { get => GetElement(); @@ -116,9 +116,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskHistory? Task /// ExtensionList. /// Represents the following element tag in the schema: p228:extLst. /// - /// + /// /// xmlns:p228 = http://schemas.microsoft.com/office/powerpoint/2022/08/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.ExtensionList? ExtensionList { get => GetElement(); @@ -175,12 +175,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p228:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -327,13 +327,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p228:anchr. /// - /// + /// /// The following table lists the possible child types: /// /// <p228:extLst> /// <p228:comment> /// - /// + /// public partial class TaskAnchor : OpenXmlCompositeElement { /// @@ -385,9 +385,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommentAnchor. /// Represents the following element tag in the schema: p228:comment. /// - /// + /// /// xmlns:p228 = http://schemas.microsoft.com/office/powerpoint/2022/08/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.CommentAnchor? CommentAnchor { get => GetElement(); @@ -398,9 +398,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.CommentAnchor? Co /// ExtensionList. /// Represents the following element tag in the schema: p228:extLst. /// - /// + /// /// xmlns:p228 = http://schemas.microsoft.com/office/powerpoint/2022/08/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.ExtensionList? ExtensionList { get => GetElement(); @@ -681,7 +681,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p228:event. /// - /// + /// /// The following table lists the possible child types: /// /// <p228:add> @@ -696,7 +696,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p228:undo> /// <p228:unknown> /// - /// + /// public partial class TaskHistoryEvent : OpenXmlCompositeElement { /// @@ -799,9 +799,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AtrbtnTaskAssignUnassignUser. /// Represents the following element tag in the schema: p228:atrbtn. /// - /// + /// /// xmlns:p228 = http://schemas.microsoft.com/office/powerpoint/2022/08/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.AtrbtnTaskAssignUnassignUser? AtrbtnTaskAssignUnassignUser { get => GetElement(); @@ -812,9 +812,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.AtrbtnTaskAssignU /// TaskAnchor. /// Represents the following element tag in the schema: p228:anchr. /// - /// + /// /// xmlns:p228 = http://schemas.microsoft.com/office/powerpoint/2022/08/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskAnchor? TaskAnchor { get => GetElement(); @@ -830,12 +830,12 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskAnchor? TaskA /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p228:history. /// - /// + /// /// The following table lists the possible child types: /// /// <p228:event> /// - /// + /// public partial class TaskHistory : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2023_02_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2023_02_main.g.cs index 118eced10..210c5d302 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2023_02_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_powerpoint_2023_02_main.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p232:phTypeExt. /// - /// + /// /// The following table lists the possible child types: /// /// <p232:type> /// - /// + /// public partial class PlaceholderTypeExtension : OpenXmlCompositeElement { /// @@ -77,9 +77,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PlaceholderTypeACB. /// Represents the following element tag in the schema: p232:type. /// - /// + /// /// xmlns:p232 = http://schemas.microsoft.com/office/powerpoint/2023/02/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeACB? PlaceholderTypeACB { get => GetElement(); @@ -165,13 +165,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p232:type. /// - /// + /// /// The following table lists the possible child types: /// /// <p232:cameo> /// <p232:unknown> /// - /// + /// public partial class PlaceholderTypeACB : OpenXmlCompositeElement { /// @@ -226,9 +226,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CameoEmpty. /// Represents the following element tag in the schema: p232:cameo. /// - /// + /// /// xmlns:p232 = http://schemas.microsoft.com/office/powerpoint/2023/02/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.CameoEmpty? CameoEmpty { get => GetElement(); @@ -239,9 +239,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.CameoEmpty? Cameo /// UnknownEmpty. /// Represents the following element tag in the schema: p232:unknown. /// - /// + /// /// xmlns:p232 = http://schemas.microsoft.com/office/powerpoint/2023/02/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.UnknownEmpty? UnknownEmpty { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2009_9_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2009_9_main.g.cs index bd9728153..9c556cec1 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2009_9_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2009_9_main.g.cs @@ -24,12 +24,12 @@ namespace DocumentFormat.OpenXml.Office2010.Excel /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:conditionalFormattings. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:conditionalFormatting> /// - /// + /// public partial class ConditionalFormattings : OpenXmlCompositeElement { /// @@ -84,12 +84,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:dataValidations. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:dataValidation> /// - /// + /// public partial class DataValidations : OpenXmlCompositeElement { /// @@ -191,12 +191,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:sparklineGroups. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:sparklineGroup> /// - /// + /// public partial class SparklineGroups : OpenXmlCompositeElement { /// @@ -251,12 +251,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:slicerList. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:slicer> /// - /// + /// public partial class SlicerList : OpenXmlCompositeElement { /// @@ -311,12 +311,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:protectedRanges. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:protectedRange> /// - /// + /// public partial class ProtectedRanges : OpenXmlCompositeElement { /// @@ -371,13 +371,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:ignoredErrors. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:ignoredError> /// - /// + /// public partial class IgnoredErrors : OpenXmlCompositeElement { /// @@ -434,12 +434,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:definedNames. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:definedName> /// - /// + /// public partial class DefinedNames : OpenXmlCompositeElement { /// @@ -494,12 +494,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotCaches. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotCache> /// - /// + /// public partial class PivotCaches : OpenXmlCompositeElement { /// @@ -554,12 +554,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:slicerCaches. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:slicerCache> /// - /// + /// public partial class SlicerCaches : OpenXmlCompositeElement { /// @@ -674,12 +674,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:calculatedMember. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:tupleSet> /// - /// + /// public partial class CalculatedMember : OpenXmlCompositeElement { /// @@ -787,9 +787,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TupleSet. /// Represents the following element tag in the schema: x14:tupleSet. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.TupleSet? TupleSet { get => GetElement(); @@ -805,12 +805,12 @@ public DocumentFormat.OpenXml.Office2010.Excel.TupleSet? TupleSet /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:cacheHierarchy. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:setLevels> /// - /// + /// public partial class CacheHierarchy : OpenXmlCompositeElement { /// @@ -908,9 +908,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SetLevels. /// Represents the following element tag in the schema: x14:setLevels. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.SetLevels? SetLevels { get => GetElement(); @@ -1035,14 +1035,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotTableDefinition. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:conditionalFormats> /// <x14:pivotChanges> /// <x14:pivotEdits> /// - /// + /// public partial class PivotTableDefinition : OpenXmlCompositeElement { /// @@ -1210,9 +1210,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PivotEdits. /// Represents the following element tag in the schema: x14:pivotEdits. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.PivotEdits? PivotEdits { get => GetElement(); @@ -1223,9 +1223,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.PivotEdits? PivotEdits /// PivotChanges. /// Represents the following element tag in the schema: x14:pivotChanges. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.PivotChanges? PivotChanges { get => GetElement(); @@ -1236,9 +1236,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.PivotChanges? PivotChanges /// ConditionalFormats. /// Represents the following element tag in the schema: x14:conditionalFormats. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormats? ConditionalFormats { get => GetElement(); @@ -1335,12 +1335,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:connection. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:calculatedMembers> /// - /// + /// public partial class Connection : OpenXmlCompositeElement { /// @@ -1415,9 +1415,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CalculatedMembers. /// Represents the following element tag in the schema: x14:calculatedMembers. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.CalculatedMembers? CalculatedMembers { get => GetElement(); @@ -1483,12 +1483,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:slicerStyles. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:slicerStyle> /// - /// + /// public partial class SlicerStyles : OpenXmlCompositeElement { /// @@ -1559,12 +1559,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:dxfs. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dxf> /// - /// + /// public partial class DifferentialFormats : OpenXmlCompositeElement { /// @@ -1631,12 +1631,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:oleItem. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:values> /// - /// + /// public partial class OleItem : OpenXmlCompositeElement { /// @@ -1734,9 +1734,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DdeValues. /// Represents the following element tag in the schema: x14:values. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.DdeValues? DdeValues { get => GetElement(); @@ -1956,12 +1956,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:customFilters. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:customFilter> /// - /// + /// public partial class CustomFilters : OpenXmlCompositeElement { /// @@ -2177,12 +2177,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:datastoreItem. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// - /// + /// public partial class DatastoreItem : OpenXmlPartRootElement { /// @@ -2248,9 +2248,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -2297,13 +2297,13 @@ public CustomDataPropertiesPart? CustomDataPropertiesPart /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:formControlPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:itemLst> /// - /// + /// public partial class FormControlProperties : OpenXmlPartRootElement { /// @@ -2717,9 +2717,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ListItems. /// Represents the following element tag in the schema: x14:itemLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ListItems? ListItems { get => GetElement(); @@ -2730,9 +2730,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.ListItems? ListItems /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -2779,12 +2779,12 @@ public ControlPropertiesPart? ControlPropertiesPart /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:slicers. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:slicer> /// - /// + /// public partial class Slicers : OpenXmlPartRootElement { /// @@ -2870,14 +2870,14 @@ public SlicersPart? SlicersPart /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:slicerCacheDefinition. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:data> /// <x14:pivotTables> /// - /// + /// public partial class SlicerCacheDefinition : OpenXmlPartRootElement { /// @@ -2960,9 +2960,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SlicerCachePivotTables. /// Represents the following element tag in the schema: x14:pivotTables. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables? SlicerCachePivotTables { get => GetElement(); @@ -2973,9 +2973,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.SlicerCachePivotTables? SlicerCac /// SlicerCacheData. /// Represents the following element tag in the schema: x14:data. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData? SlicerCacheData { get => GetElement(); @@ -2986,9 +2986,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheData? SlicerCacheData /// SlicerCacheDefinitionExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.SlicerCacheDefinitionExtensionList? SlicerCacheDefinitionExtensionList { get => GetElement(); @@ -3035,14 +3035,14 @@ public SlicerCachePart? SlicerCachePart /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:conditionalFormatting. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:cfRule> /// <xne:sqref> /// - /// + /// public partial class ConditionalFormatting : OpenXmlCompositeElement { /// @@ -3113,7 +3113,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:cfRule. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:dxf> @@ -3123,7 +3123,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x14:dataBar> /// <x14:iconSet> /// - /// + /// public partial class ConditionalFormattingRule : OpenXmlCompositeElement { /// @@ -3355,12 +3355,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -3421,14 +3421,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:dataValidation. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:formula1> /// <x14:formula2> /// <xne:sqref> /// - /// + /// public partial class DataValidation : OpenXmlCompositeElement { /// @@ -3618,9 +3618,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DataValidationForumla1. /// Represents the following element tag in the schema: x14:formula1. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1? DataValidationForumla1 { get => GetElement(); @@ -3631,9 +3631,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla1? DataValid /// DataValidationForumla2. /// Represents the following element tag in the schema: x14:formula2. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2? DataValidationForumla2 { get => GetElement(); @@ -3644,9 +3644,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.DataValidationForumla2? DataValid /// ReferenceSequence. /// Represents the following element tag in the schema: xne:sqref. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? ReferenceSequence { get => GetElement(); @@ -3662,12 +3662,12 @@ public DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? ReferenceSequence /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:formula1. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:f> /// - /// + /// public partial class DataValidationForumla1 : DataValidationFormulaType { /// @@ -3721,12 +3721,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:formula2. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:f> /// - /// + /// public partial class DataValidationForumla2 : DataValidationFormulaType { /// @@ -3780,12 +3780,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:f> /// - /// + /// public abstract partial class DataValidationFormulaType : OpenXmlCompositeElement { /// @@ -3829,9 +3829,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: xne:f. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.Formula? Formula { get => GetElement(); @@ -3844,7 +3844,7 @@ public DocumentFormat.OpenXml.Office.Excel.Formula? Formula /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:sparklineGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:colorSeries> @@ -3858,7 +3858,7 @@ public DocumentFormat.OpenXml.Office.Excel.Formula? Formula /// <xne:f> /// <x14:sparklines> /// - /// + /// public partial class SparklineGroup : OpenXmlCompositeElement { /// @@ -4116,9 +4116,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SeriesColor. /// Represents the following element tag in the schema: x14:colorSeries. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? SeriesColor { get => GetElement(); @@ -4129,9 +4129,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? SeriesColor /// NegativeColor. /// Represents the following element tag in the schema: x14:colorNegative. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? NegativeColor { get => GetElement(); @@ -4142,9 +4142,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? NegativeColor /// AxisColor. /// Represents the following element tag in the schema: x14:colorAxis. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.AxisColor? AxisColor { get => GetElement(); @@ -4155,9 +4155,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.AxisColor? AxisColor /// MarkersColor. /// Represents the following element tag in the schema: x14:colorMarkers. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? MarkersColor { get => GetElement(); @@ -4168,9 +4168,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? MarkersColor /// FirstMarkerColor. /// Represents the following element tag in the schema: x14:colorFirst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? FirstMarkerColor { get => GetElement(); @@ -4181,9 +4181,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? FirstMarkerColo /// LastMarkerColor. /// Represents the following element tag in the schema: x14:colorLast. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? LastMarkerColor { get => GetElement(); @@ -4194,9 +4194,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? LastMarkerColor /// HighMarkerColor. /// Represents the following element tag in the schema: x14:colorHigh. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? HighMarkerColor { get => GetElement(); @@ -4207,9 +4207,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? HighMarkerColor /// LowMarkerColor. /// Represents the following element tag in the schema: x14:colorLow. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? LowMarkerColor { get => GetElement(); @@ -4220,9 +4220,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? LowMarkerColor /// Formula. /// Represents the following element tag in the schema: xne:f. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.Formula? Formula { get => GetElement(); @@ -4233,9 +4233,9 @@ public DocumentFormat.OpenXml.Office.Excel.Formula? Formula /// Sparklines. /// Represents the following element tag in the schema: x14:sparklines. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Sparklines? Sparklines { get => GetElement(); @@ -4687,12 +4687,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:sparklines. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:sparkline> /// - /// + /// public partial class Sparklines : OpenXmlCompositeElement { /// @@ -4747,13 +4747,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:sparkline. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:f> /// <xne:sqref> /// - /// + /// public partial class Sparkline : OpenXmlCompositeElement { /// @@ -4805,9 +4805,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: xne:f. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.Formula? Formula { get => GetElement(); @@ -4818,9 +4818,9 @@ public DocumentFormat.OpenXml.Office.Excel.Formula? Formula /// ReferenceSequence. /// Represents the following element tag in the schema: xne:sqref. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? ReferenceSequence { get => GetElement(); @@ -4849,9 +4849,9 @@ public SlicerRef() : base() /// id, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -4897,9 +4897,9 @@ public SlicerCache() : base() /// id, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -4928,12 +4928,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:definedName. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:argumentDescriptions> /// - /// + /// public partial class DefinedName : OpenXmlCompositeElement { /// @@ -4999,9 +4999,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ArgumentDescriptions. /// Represents the following element tag in the schema: x14:argumentDescriptions. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions? ArgumentDescriptions { get => GetElement(); @@ -5017,12 +5017,12 @@ public DocumentFormat.OpenXml.Office2010.Excel.ArgumentDescriptions? ArgumentDes /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:argumentDescriptions. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:argumentDescription> /// - /// + /// public partial class ArgumentDescriptions : OpenXmlCompositeElement { /// @@ -5143,13 +5143,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:tupleSet. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:headers> /// <x14:rows> /// - /// + /// public partial class TupleSet : OpenXmlCompositeElement { /// @@ -5224,9 +5224,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TupleSetHeaders. /// Represents the following element tag in the schema: x14:headers. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders? TupleSetHeaders { get => GetElement(); @@ -5237,9 +5237,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.TupleSetHeaders? TupleSetHeaders /// TupleSetRows. /// Represents the following element tag in the schema: x14:rows. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows? TupleSetRows { get => GetElement(); @@ -5255,12 +5255,12 @@ public DocumentFormat.OpenXml.Office2010.Excel.TupleSetRows? TupleSetRows /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:headers. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:header> /// - /// + /// public partial class TupleSetHeaders : OpenXmlCompositeElement { /// @@ -5315,12 +5315,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:rows. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:row> /// - /// + /// public partial class TupleSetRows : OpenXmlCompositeElement { /// @@ -5425,12 +5425,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:row. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:rowItem> /// - /// + /// public partial class TupleSetRow : OpenXmlCompositeElement { /// @@ -5576,12 +5576,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:setLevels. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:setLevel> /// - /// + /// public partial class SetLevels : OpenXmlCompositeElement { /// @@ -5648,13 +5648,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:colorScale. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:color> /// <x14:cfvo> /// - /// + /// public partial class ColorScale : OpenXmlCompositeElement { /// @@ -5711,7 +5711,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:dataBar. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:fillColor> @@ -5721,7 +5721,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x14:axisColor> /// <x14:cfvo> /// - /// + /// public partial class DataBar : OpenXmlCompositeElement { /// @@ -5888,13 +5888,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:iconSet. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:cfIcon> /// <x14:cfvo> /// - /// + /// public partial class IconSet : OpenXmlCompositeElement { /// @@ -6007,7 +6007,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:dxf. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> @@ -6018,7 +6018,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:font> /// <x:numFmt> /// - /// + /// public partial class DifferentialType : OpenXmlCompositeElement { /// @@ -6080,9 +6080,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Font Properties. /// Represents the following element tag in the schema: x:font. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Font? Font { get => GetElement(); @@ -6093,9 +6093,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Font? Font /// Number Format. /// Represents the following element tag in the schema: x:numFmt. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat { get => GetElement(); @@ -6106,9 +6106,9 @@ public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat /// Fill. /// Represents the following element tag in the schema: x:fill. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill { get => GetElement(); @@ -6119,9 +6119,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill /// Alignment. /// Represents the following element tag in the schema: x:alignment. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment { get => GetElement(); @@ -6132,9 +6132,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment /// Border Properties. /// Represents the following element tag in the schema: x:border. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Border? Border { get => GetElement(); @@ -6145,9 +6145,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Border? Border /// Protection Properties. /// Represents the following element tag in the schema: x:protection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection { get => GetElement(); @@ -6158,9 +6158,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -6176,13 +6176,13 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:cfvo. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <xne:f> /// - /// + /// public partial class ConditionalFormattingValueObject : OpenXmlCompositeElement { /// @@ -6260,9 +6260,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: xne:f. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.Formula? Formula { get => GetElement(); @@ -6273,9 +6273,9 @@ public DocumentFormat.OpenXml.Office.Excel.Formula? Formula /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -6345,12 +6345,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotEdits. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotEdit> /// - /// + /// public partial class PivotEdits : OpenXmlCompositeElement { /// @@ -6405,12 +6405,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotChanges. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotChange> /// - /// + /// public partial class PivotChanges : OpenXmlCompositeElement { /// @@ -6465,12 +6465,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:conditionalFormats. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:conditionalFormat> /// - /// + /// public partial class ConditionalFormats : OpenXmlCompositeElement { /// @@ -6537,12 +6537,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:calculatedMembers. /// - /// + /// /// The following table lists the possible child types: /// /// <x:calculatedMember> /// - /// + /// public partial class CalculatedMembers : OpenXmlCompositeElement { /// @@ -6609,7 +6609,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotEdit. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> @@ -6617,7 +6617,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x14:userEdit> /// <x14:tupleItems> /// - /// + /// public partial class PivotEdit : OpenXmlCompositeElement { /// @@ -6673,9 +6673,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PivotUserEdit. /// Represents the following element tag in the schema: x14:userEdit. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit? PivotUserEdit { get => GetElement(); @@ -6686,9 +6686,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.PivotUserEdit? PivotUserEdit /// TupleItems. /// Represents the following element tag in the schema: x14:tupleItems. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.TupleItems? TupleItems { get => GetElement(); @@ -6699,9 +6699,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.TupleItems? TupleItems /// PivotArea. /// Represents the following element tag in the schema: x14:pivotArea. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.PivotArea? PivotArea { get => GetElement(); @@ -6712,9 +6712,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.PivotArea? PivotArea /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -6730,13 +6730,13 @@ public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:userEdit. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:f> /// <x14:editValue> /// - /// + /// public partial class PivotUserEdit : OpenXmlCompositeElement { /// @@ -6788,9 +6788,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: xne:f. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.Formula? Formula { get => GetElement(); @@ -6801,9 +6801,9 @@ public DocumentFormat.OpenXml.Office.Excel.Formula? Formula /// PivotEditValue. /// Represents the following element tag in the schema: x14:editValue. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? PivotEditValue { get => GetElement(); @@ -6819,12 +6819,12 @@ public DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? PivotEditValue /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:tupleItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:tupleItem> /// - /// + /// public partial class TupleItems : OpenXmlCompositeElement { /// @@ -6879,13 +6879,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotArea. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:references> /// - /// + /// public partial class PivotArea : OpenXmlCompositeElement { /// @@ -7070,9 +7070,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// References. /// Represents the following element tag in the schema: x:references. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? PivotAreaReferences { get => GetElement(); @@ -7083,9 +7083,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? PivotAreaReferenc /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -7101,14 +7101,14 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotChange. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:editValue> /// <x14:tupleItems> /// - /// + /// public partial class PivotChange : OpenXmlCompositeElement { /// @@ -7186,9 +7186,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PivotEditValue. /// Represents the following element tag in the schema: x14:editValue. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? PivotEditValue { get => GetElement(); @@ -7199,9 +7199,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.PivotEditValue? PivotEditValue /// TupleItems. /// Represents the following element tag in the schema: x14:tupleItems. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.TupleItems? TupleItems { get => GetElement(); @@ -7212,9 +7212,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.TupleItems? TupleItems /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -7322,12 +7322,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:slicerStyleElements. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:slicerStyleElement> /// - /// + /// public partial class SlicerStyleElements : OpenXmlCompositeElement { /// @@ -7382,12 +7382,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:values. /// - /// + /// /// The following table lists the possible child types: /// /// <x:value> /// - /// + /// public partial class DdeValues : OpenXmlCompositeElement { /// @@ -7465,13 +7465,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:conditionalFormat. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:pivotAreas> /// - /// + /// public partial class ConditionalFormat : OpenXmlCompositeElement { /// @@ -7575,9 +7575,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PivotAreas. /// Represents the following element tag in the schema: x14:pivotAreas. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.PivotAreas? PivotAreas { get => GetElement(); @@ -7588,9 +7588,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.PivotAreas? PivotAreas /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -7606,12 +7606,12 @@ public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotAreas. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotArea> /// - /// + /// public partial class PivotAreas : OpenXmlCompositeElement { /// @@ -7678,12 +7678,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:slicerStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:slicerStyleElements> /// - /// + /// public partial class SlicerStyle : OpenXmlCompositeElement { /// @@ -7751,9 +7751,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SlicerStyleElements. /// Represents the following element tag in the schema: x14:slicerStyleElements. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.SlicerStyleElements? SlicerStyleElements { get => GetElement(); @@ -7822,12 +7822,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:ignoredError. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:sqref> /// - /// + /// public partial class IgnoredError : OpenXmlCompositeElement { /// @@ -7977,9 +7977,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ReferenceSequence. /// Represents the following element tag in the schema: xne:sqref. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? ReferenceSequence { get => GetElement(); @@ -7995,12 +7995,12 @@ public DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? ReferenceSequence /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:protectedRange. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:sqref> /// - /// + /// public partial class ProtectedRange : OpenXmlCompositeElement { /// @@ -8137,9 +8137,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ReferenceSequence. /// Represents the following element tag in the schema: xne:sqref. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.ReferenceSequence? ReferenceSequence { get => GetElement(); @@ -8243,13 +8243,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:itemLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:item> /// - /// + /// public partial class ListItems : OpenXmlCompositeElement { /// @@ -8306,12 +8306,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:slicer. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// - /// + /// public partial class Slicer : OpenXmlCompositeElement { /// @@ -8486,9 +8486,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -8504,14 +8504,14 @@ public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:olap. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:levels> /// <x14:selections> /// - /// + /// public partial class OlapSlicerCache : OpenXmlCompositeElement { /// @@ -8580,9 +8580,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OlapSlicerCacheLevelsData. /// Represents the following element tag in the schema: x14:levels. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData? OlapSlicerCacheLevelsData { get => GetElement(); @@ -8593,9 +8593,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheLevelsData? OlapSl /// OlapSlicerCacheSelections. /// Represents the following element tag in the schema: x14:selections. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections? OlapSlicerCacheSelections { get => GetElement(); @@ -8606,9 +8606,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheSelections? OlapSl /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -8624,13 +8624,13 @@ public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:tabular. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:extLst> /// <x14:items> /// - /// + /// public partial class TabularSlicerCache : OpenXmlCompositeElement { /// @@ -8741,9 +8741,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TabularSlicerCacheItems. /// Represents the following element tag in the schema: x14:items. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems? TabularSlicerCacheItems { get => GetElement(); @@ -8754,9 +8754,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCacheItems? TabularS /// ExtensionList. /// Represents the following element tag in the schema: x14:extLst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -8867,12 +8867,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:i. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:p> /// - /// + /// public partial class OlapSlicerCacheItem : OpenXmlCompositeElement { /// @@ -8965,12 +8965,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:range. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:i> /// - /// + /// public partial class OlapSlicerCacheRange : OpenXmlCompositeElement { /// @@ -9041,12 +9041,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:ranges. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:range> /// - /// + /// public partial class OlapSlicerCacheRanges : OpenXmlCompositeElement { /// @@ -9101,12 +9101,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:level. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:ranges> /// - /// + /// public partial class OlapSlicerCacheLevelData : OpenXmlCompositeElement { /// @@ -9219,9 +9219,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OlapSlicerCacheRanges. /// Represents the following element tag in the schema: x14:ranges. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges? OlapSlicerCacheRanges { get => GetElement(); @@ -9237,12 +9237,12 @@ public DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCacheRanges? OlapSlicer /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:levels. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:level> /// - /// + /// public partial class OlapSlicerCacheLevelsData : OpenXmlCompositeElement { /// @@ -9309,12 +9309,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:selections. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:selection> /// - /// + /// public partial class OlapSlicerCacheSelections : OpenXmlCompositeElement { /// @@ -9381,12 +9381,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:selection. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:p> /// - /// + /// public partial class OlapSlicerCacheSelection : OpenXmlCompositeElement { /// @@ -9456,12 +9456,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:items. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:i> /// - /// + /// public partial class TabularSlicerCacheItems : OpenXmlCompositeElement { /// @@ -9591,12 +9591,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:pivotTables. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotTable> /// - /// + /// public partial class SlicerCachePivotTables : OpenXmlCompositeElement { /// @@ -9651,13 +9651,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:data. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:olap> /// <x14:tabular> /// - /// + /// public partial class SlicerCacheData : OpenXmlCompositeElement { /// @@ -9709,9 +9709,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OlapSlicerCache. /// Represents the following element tag in the schema: x14:olap. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache? OlapSlicerCache { get => GetElement(); @@ -9722,9 +9722,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.OlapSlicerCache? OlapSlicerCache /// TabularSlicerCache. /// Represents the following element tag in the schema: x14:tabular. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache? TabularSlicerCache { get => GetElement(); @@ -9740,12 +9740,12 @@ public DocumentFormat.OpenXml.Office2010.Excel.TabularSlicerCache? TabularSlicer /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class SlicerCacheDefinitionExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2010_11_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2010_11_main.g.cs index 979db28be..84caaff07 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2010_11_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2010_11_main.g.cs @@ -24,12 +24,12 @@ namespace DocumentFormat.OpenXml.Office2013.Excel /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:pivotCaches. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotCache> /// - /// + /// public partial class PivotCaches : OpenXmlPivotCachesElement { /// @@ -83,12 +83,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timelineCachePivotCaches. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotCache> /// - /// + /// public partial class TimelineCachePivotCaches : OpenXmlPivotCachesElement { /// @@ -142,12 +142,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotCache> /// - /// + /// public abstract partial class OpenXmlPivotCachesElement : OpenXmlCompositeElement { /// @@ -193,12 +193,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:pivotTableReferences. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:pivotTableReference> /// - /// + /// public partial class PivotTableReferences : OpenXmlCompositeElement { /// @@ -312,12 +312,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:webExtensions. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:webExtension> /// - /// + /// public partial class WebExtensions : OpenXmlCompositeElement { /// @@ -372,12 +372,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timelineCacheRefs. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:timelineCacheRef> /// - /// + /// public partial class TimelineCacheReferences : OpenXmlCompositeElement { /// @@ -432,12 +432,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timelineRefs. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:timelineRef> /// - /// + /// public partial class TimelineReferences : OpenXmlCompositeElement { /// @@ -529,12 +529,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timelineStyles. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:timelineStyle> /// - /// + /// public partial class TimelineStyles : OpenXmlCompositeElement { /// @@ -604,12 +604,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:dxfs. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dxf> /// - /// + /// public partial class DifferentialFormats : OpenXmlCompositeElement { /// @@ -676,7 +676,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:connection. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:textPr> @@ -685,7 +685,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x15:oledbPr> /// <x15:rangePr> /// - /// + /// public partial class Connection : OpenXmlCompositeElement { /// @@ -802,9 +802,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TextProperties. /// Represents the following element tag in the schema: x15:textPr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.TextProperties? TextProperties { get => GetElement(); @@ -815,9 +815,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.TextProperties? TextProperties /// ModelTextProperties. /// Represents the following element tag in the schema: x15:modelTextPr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties? ModelTextProperties { get => GetElement(); @@ -828,9 +828,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.ModelTextProperties? ModelTextPro /// RangeProperties. /// Represents the following element tag in the schema: x15:rangePr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.RangeProperties? RangeProperties { get => GetElement(); @@ -841,9 +841,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.RangeProperties? RangeProperties /// OleDbPrpoperties. /// Represents the following element tag in the schema: x15:oledbPr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties? OleDbPrpoperties { get => GetElement(); @@ -854,9 +854,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.OleDbPrpoperties? OleDbPrpopertie /// DataFeedProperties. /// Represents the following element tag in the schema: x15:dataFeedPr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties? DataFeedProperties { get => GetElement(); @@ -931,13 +931,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:pivotTableUISettings. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// <x15:activeTabTopLevelEntity> /// - /// + /// public partial class PivotTableUISettings : OpenXmlCompositeElement { /// @@ -1057,12 +1057,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:cachedUniqueNames. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:cachedUniqueName> /// - /// + /// public partial class CachedUniqueNames : OpenXmlCompositeElement { /// @@ -1248,14 +1248,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:dataModel. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// <x15:modelRelationships> /// <x15:modelTables> /// - /// + /// public partial class DataModel : OpenXmlCompositeElement { /// @@ -1321,9 +1321,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ModelTables. /// Represents the following element tag in the schema: x15:modelTables. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ModelTables? ModelTables { get => GetElement(); @@ -1334,9 +1334,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.ModelTables? ModelTables /// ModelRelationships. /// Represents the following element tag in the schema: x15:modelRelationships. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships? ModelRelationships { get => GetElement(); @@ -1347,9 +1347,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.ModelRelationships? ModelRelation /// ExtensionList. /// Represents the following element tag in the schema: x15:extLst. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -1365,12 +1365,12 @@ public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:pivotTableData. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:pivotRow> /// - /// + /// public partial class PivotTableData : OpenXmlCompositeElement { /// @@ -1635,12 +1635,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:slicerCaches. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:slicerCache> /// - /// + /// public partial class SlicerCaches : OpenXmlCompositeElement { /// @@ -1695,12 +1695,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:tableSlicerCache. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// - /// + /// public partial class TableSlicerCache : OpenXmlCompositeElement { /// @@ -1812,9 +1812,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x15:extLst. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -1830,12 +1830,12 @@ public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:slicerCacheHideItemsWithNoData. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:slicerCacheOlapLevelName> /// - /// + /// public partial class SlicerCacheHideItemsWithNoData : OpenXmlCompositeElement { /// @@ -1902,12 +1902,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:slicerCachePivotTables. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotTable> /// - /// + /// public partial class SlicerCachePivotTables : OpenXmlCompositeElement { /// @@ -1962,7 +1962,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:survey. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> @@ -1971,7 +1971,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x15:descriptionPr> /// <x15:questions> /// - /// + /// public partial class Survey : OpenXmlCompositeElement { /// @@ -2081,9 +2081,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SurveyPrSurveyElementPr. /// Represents the following element tag in the schema: x15:surveyPr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr? SurveyPrSurveyElementPr { get => GetElement(); @@ -2094,9 +2094,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.SurveyPrSurveyElementPr? SurveyPr /// TitlePrSurveyElementPr. /// Represents the following element tag in the schema: x15:titlePr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr? TitlePrSurveyElementPr { get => GetElement(); @@ -2107,9 +2107,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.TitlePrSurveyElementPr? TitlePrSu /// DescriptionPrSurveyElementPr. /// Represents the following element tag in the schema: x15:descriptionPr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr? DescriptionPrSurveyElementPr { get => GetElement(); @@ -2120,9 +2120,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.DescriptionPrSurveyElementPr? Des /// SurveyQuestions. /// Represents the following element tag in the schema: x15:questions. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions? SurveyQuestions { get => GetElement(); @@ -2133,9 +2133,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.SurveyQuestions? SurveyQuestions /// ExtensionList. /// Represents the following element tag in the schema: x15:extLst. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -2151,12 +2151,12 @@ public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timelines. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:timeline> /// - /// + /// public partial class Timelines : OpenXmlPartRootElement { /// @@ -2242,14 +2242,14 @@ public TimeLinePart? TimeLinePart /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timelineCacheDefinition. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// <x15:pivotTables> /// <x15:state> /// - /// + /// public partial class TimelineCacheDefinition : OpenXmlPartRootElement { /// @@ -2332,9 +2332,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TimelineCachePivotTables. /// Represents the following element tag in the schema: x15:pivotTables. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables? TimelineCachePivotTables { get => GetElement(); @@ -2345,9 +2345,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.TimelineCachePivotTables? Timelin /// TimelineState. /// Represents the following element tag in the schema: x15:state. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.TimelineState? TimelineState { get => GetElement(); @@ -2358,9 +2358,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.TimelineState? TimelineState /// ExtensionList. /// Represents the following element tag in the schema: x15:extLst. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -2420,9 +2420,9 @@ public PivotTableReference() : base() /// id, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2450,12 +2450,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:webExtension. /// - /// + /// /// The following table lists the possible child types: /// /// <xne:f> /// - /// + /// public partial class WebExtension : OpenXmlCompositeElement { /// @@ -2520,9 +2520,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: xne:f. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.Formula? Formula { get => GetElement(); @@ -2551,9 +2551,9 @@ public TimelineCacheReference() : base() /// id, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2594,9 +2594,9 @@ public TimelineReference() : base() /// id, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2624,12 +2624,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timelineStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:timelineStyleElements> /// - /// + /// public partial class TimelineStyle : OpenXmlCompositeElement { /// @@ -2694,9 +2694,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TimelineStyleElements. /// Represents the following element tag in the schema: x15:timelineStyleElements. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.TimelineStyleElements? TimelineStyleElements { get => GetElement(); @@ -2763,12 +2763,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timelineStyleElements. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:timelineStyleElement> /// - /// + /// public partial class TimelineStyleElements : OpenXmlCompositeElement { /// @@ -2863,12 +2863,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:dbTables. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:dbTable> /// - /// + /// public partial class DbTables : OpenXmlCompositeElement { /// @@ -2963,12 +2963,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:textPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:textFields> /// - /// + /// public partial class TextProperties : OpenXmlCompositeElement { /// @@ -3195,9 +3195,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TextFields. /// Represents the following element tag in the schema: x:textFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TextFields? TextFields { get => GetElement(); @@ -3290,13 +3290,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:oledbPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:dbCommand> /// <x15:dbTables> /// - /// + /// public partial class OleDbPrpoperties : OpenXmlCompositeElement { /// @@ -3360,9 +3360,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DbTables. /// Represents the following element tag in the schema: x15:dbTables. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.DbTables? DbTables { get => GetElement(); @@ -3373,9 +3373,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.DbTables? DbTables /// DbCommand. /// Represents the following element tag in the schema: x15:dbCommand. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.DbCommand? DbCommand { get => GetElement(); @@ -3391,12 +3391,12 @@ public DocumentFormat.OpenXml.Office2013.Excel.DbCommand? DbCommand /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:dataFeedPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:dbTables> /// - /// + /// public partial class DataFeedProperties : OpenXmlCompositeElement { /// @@ -3461,9 +3461,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DbTables. /// Represents the following element tag in the schema: x15:dbTables. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.DbTables? DbTables { get => GetElement(); @@ -3530,12 +3530,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -3800,12 +3800,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:modelTables. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:modelTable> /// - /// + /// public partial class ModelTables : OpenXmlCompositeElement { /// @@ -3860,12 +3860,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:modelRelationships. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:modelRelationship> /// - /// + /// public partial class ModelRelationships : OpenXmlCompositeElement { /// @@ -3920,13 +3920,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:c. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:v> /// <x15:x> /// - /// + /// public partial class PivotValueCell : OpenXmlCompositeElement { /// @@ -4001,9 +4001,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Xstring. /// Represents the following element tag in the schema: x15:v. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.Xstring? Xstring { get => GetElement(); @@ -4014,9 +4014,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.Xstring? Xstring /// PivotValueCellExtra. /// Represents the following element tag in the schema: x15:x. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.PivotValueCellExtra? PivotValueCellExtra { get => GetElement(); @@ -4179,12 +4179,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:pivotTableServerFormats. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:serverFormat> /// - /// + /// public partial class PivotTableServerFormats : OpenXmlCompositeElement { /// @@ -4356,12 +4356,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:surveyPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// - /// + /// public partial class SurveyPrSurveyElementPr : OpenXmlSurveyElementPrElement { /// @@ -4415,12 +4415,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:titlePr. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// - /// + /// public partial class TitlePrSurveyElementPr : OpenXmlSurveyElementPrElement { /// @@ -4474,12 +4474,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:descriptionPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// - /// + /// public partial class DescriptionPrSurveyElementPr : OpenXmlSurveyElementPrElement { /// @@ -4533,12 +4533,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:questionsPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// - /// + /// public partial class QuestionsPrSurveyElementPr : OpenXmlSurveyElementPrElement { /// @@ -4592,12 +4592,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:questionPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// - /// + /// public partial class QuestionPrSurveyElementPr : OpenXmlSurveyElementPrElement { /// @@ -4651,12 +4651,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// - /// + /// public abstract partial class OpenXmlSurveyElementPrElement : OpenXmlCompositeElement { /// @@ -4789,9 +4789,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x15:extLst. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -4804,13 +4804,13 @@ public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:questions. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:questionsPr> /// <x15:question> /// - /// + /// public partial class SurveyQuestions : OpenXmlCompositeElement { /// @@ -4862,9 +4862,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// QuestionsPrSurveyElementPr. /// Represents the following element tag in the schema: x15:questionsPr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr? QuestionsPrSurveyElementPr { get => GetElement(); @@ -4880,13 +4880,13 @@ public DocumentFormat.OpenXml.Office2013.Excel.QuestionsPrSurveyElementPr? Quest /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:question. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// <x15:questionPr> /// - /// + /// public partial class SurveyQuestion : OpenXmlCompositeElement { /// @@ -5041,9 +5041,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// QuestionPrSurveyElementPr. /// Represents the following element tag in the schema: x15:questionPr. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr? QuestionPrSurveyElementPr { get => GetElement(); @@ -5054,9 +5054,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.QuestionPrSurveyElementPr? Questi /// ExtensionList. /// Represents the following element tag in the schema: x15:extLst. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -5072,12 +5072,12 @@ public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:timeline. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> /// - /// + /// public partial class Timeline : OpenXmlCompositeElement { /// @@ -5262,9 +5262,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x15:extLst. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -5433,14 +5433,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:autoFilter. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:filterColumn> /// <x:sortState> /// - /// + /// public partial class AutoFilter : OpenXmlCompositeElement { /// @@ -5511,12 +5511,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:pivotTables. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:pivotTable> /// - /// + /// public partial class TimelineCachePivotTables : OpenXmlCompositeElement { /// @@ -5571,7 +5571,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:state. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:extLst> @@ -5579,7 +5579,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x15:selection> /// <x15:bounds> /// - /// + /// public partial class TimelineState : OpenXmlCompositeElement { /// @@ -5736,9 +5736,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SelectionTimelineRange. /// Represents the following element tag in the schema: x15:selection. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange? SelectionTimelineRange { get => GetElement(); @@ -5749,9 +5749,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.SelectionTimelineRange? Selection /// BoundsTimelineRange. /// Represents the following element tag in the schema: x15:bounds. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange? BoundsTimelineRange { get => GetElement(); @@ -5762,9 +5762,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.BoundsTimelineRange? BoundsTimeli /// MovingPeriodState. /// Represents the following element tag in the schema: x15:movingPeriodState. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState? MovingPeriodState { get => GetElement(); @@ -5775,9 +5775,9 @@ public DocumentFormat.OpenXml.Office2013.Excel.MovingPeriodState? MovingPeriodSt /// ExtensionList. /// Represents the following element tag in the schema: x15:extLst. /// - /// + /// /// xmlns:x15 = http://schemas.microsoft.com/office/spreadsheetml/2010/11/main - /// + /// public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -5793,12 +5793,12 @@ public DocumentFormat.OpenXml.Office2013.Excel.ExtensionList? ExtensionList /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is x15:pivotRow. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:c> /// - /// + /// public partial class PivotRow : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_11_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_11_main.g.cs index ccde38451..f4ba022d9 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_11_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_11_main.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office2016.ExcelAc /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is x16:modelTimeGroupings. /// - /// + /// /// The following table lists the possible child types: /// /// <x16:modelTimeGrouping> /// - /// + /// public partial class ModelTimeGroupings : OpenXmlCompositeElement { /// @@ -81,12 +81,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is x16:modelTimeGrouping. /// - /// + /// /// The following table lists the possible child types: /// /// <x16:calculatedTimeColumn> /// - /// + /// public partial class ModelTimeGrouping : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_revision.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_revision.g.cs index 3709013ee..ea991609b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_revision.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2014_revision.g.cs @@ -23,12 +23,12 @@ namespace DocumentFormat.OpenXml.Office2016.Excel /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:revHdrs. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:hdr> /// - /// + /// public partial class RevExHeaders : OpenXmlCompositeElement { /// @@ -140,7 +140,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:revStream. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:xrrc> @@ -158,7 +158,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xr:xrrList> /// <xr:xrrListExpR> /// - /// + /// public partial class RevExStream : OpenXmlCompositeElement { /// @@ -239,7 +239,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:dxf. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> @@ -250,7 +250,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:font> /// <x:numFmt> /// - /// + /// public partial class DifferentialFormatType : OpenXmlCompositeElement { /// @@ -312,9 +312,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Font Properties. /// Represents the following element tag in the schema: x:font. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Font? Font { get => GetElement(); @@ -325,9 +325,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Font? Font /// Number Format. /// Represents the following element tag in the schema: x:numFmt. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat { get => GetElement(); @@ -338,9 +338,9 @@ public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat /// Fill. /// Represents the following element tag in the schema: x:fill. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill { get => GetElement(); @@ -351,9 +351,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill /// Alignment. /// Represents the following element tag in the schema: x:alignment. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment { get => GetElement(); @@ -364,9 +364,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment /// Border Properties. /// Represents the following element tag in the schema: x:border. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Border? Border { get => GetElement(); @@ -377,9 +377,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Border? Border /// Protection Properties. /// Represents the following element tag in the schema: x:protection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection { get => GetElement(); @@ -390,9 +390,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -462,7 +462,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:objectState. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:autoFilter> @@ -472,7 +472,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xr:pivotTableDefinition> /// <xr:sparklineGroup> /// - /// + /// public partial class StateBasedObject : OpenXmlCompositeElement { /// @@ -532,9 +532,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Represents an external link to another workbook.. /// Represents the following element tag in the schema: xr:dataValidation. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.DataValidation? DataValidation { get => GetElement(); @@ -545,9 +545,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.DataValidation? DataValidation /// Represents a hyperlink within a cell.. /// Represents the following element tag in the schema: xr:hyperlink. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.Hyperlink? Hyperlink { get => GetElement(); @@ -558,9 +558,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.Hyperlink? Hyperlink /// Represents a sparkline group of 1 or more sparklines.. /// Represents the following element tag in the schema: xr:sparklineGroup. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup? SparklineGroup { get => GetElement(); @@ -571,9 +571,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.SparklineGroup? SparklineGroup /// Represents one comment within a cell.. /// Represents the following element tag in the schema: xr:comments. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.Comments? Comments { get => GetElement(); @@ -584,9 +584,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.Comments? Comments /// Represents an autofilter.. /// Represents the following element tag in the schema: xr:autoFilter. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.AutoFilter? AutoFilter { get => GetElement(); @@ -597,9 +597,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.AutoFilter? AutoFilter /// Represents a PivotTable View.. /// Represents the following element tag in the schema: xr:pivotTableDefinition. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.pivotTableDefinition? pivotTableDefinition { get => GetElement(); @@ -628,9 +628,9 @@ public RevExHeader() : base() /// id, this property is only available in Office 2016 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -694,12 +694,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:xrrftr. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:xrrtest> /// - /// + /// public partial class RevExFuture : OpenXmlCompositeElement { /// @@ -1296,13 +1296,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:xrrc. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:ccse> /// <xr:c> /// - /// + /// public partial class RevExChangeCell : OpenXmlCompositeElement { /// @@ -1490,13 +1490,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:xrrf. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:dxf> /// <xr:extLst> /// - /// + /// public partial class RevExFormatting : OpenXmlCompositeElement { /// @@ -1778,9 +1778,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DifferentialFormatType. /// Represents the following element tag in the schema: xr:dxf. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType? DifferentialFormatType { get => GetElement(); @@ -1791,9 +1791,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.DifferentialFormatType? Different /// ExtensionList. /// Represents the following element tag in the schema: xr:extLst. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -1809,13 +1809,13 @@ public DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? ExtensionList /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:xrrDefName. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:extLst> /// <xr:formula> /// - /// + /// public partial class RevExDefinedName : OpenXmlCompositeElement { /// @@ -2061,9 +2061,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FormulaFormula. /// Represents the following element tag in the schema: xr:formula. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula? FormulaFormula { get => GetElement(); @@ -2074,9 +2074,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.FormulaFormula? FormulaFormula /// ExtensionList. /// Represents the following element tag in the schema: xr:extLst. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? ExtensionList { get => GetElement(); @@ -2092,12 +2092,12 @@ public DocumentFormat.OpenXml.Office2016.Excel.ExtensionList? ExtensionList /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:xrrdo. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:hdr> /// - /// + /// public partial class RevExDelObj : OpenXmlCompositeElement { /// @@ -2217,9 +2217,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// StateBasedHeader. /// Represents the following element tag in the schema: xr:hdr. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? StateBasedHeader { get => GetElement(); @@ -2235,14 +2235,14 @@ public DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? StateBasedHeade /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:xrrco. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:body> /// <xr:link> /// <xr:hdr> /// - /// + /// public partial class RevExChgObj : OpenXmlCompositeElement { /// @@ -2369,9 +2369,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// StateBasedHeader. /// Represents the following element tag in the schema: xr:hdr. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.StateBasedHeader? StateBasedHeader { get => GetElement(); @@ -2842,7 +2842,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:xrrg. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:xrrc> @@ -2859,7 +2859,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xr:xrrList> /// <xr:xrrListExpR> /// - /// + /// public partial class RevGroup : OpenXmlCompositeElement { /// @@ -3033,14 +3033,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:c. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:is> /// <xr:f> /// <xr:v> /// - /// + /// public partial class RevCell : OpenXmlCompositeElement { /// @@ -3139,9 +3139,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FFormula. /// Represents the following element tag in the schema: xr:f. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.FFormula? FFormula { get => GetElement(); @@ -3152,9 +3152,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.FFormula? FFormula /// Xstring. /// Represents the following element tag in the schema: xr:v. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.Xstring? Xstring { get => GetElement(); @@ -3165,9 +3165,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.Xstring? Xstring /// RstType. /// Represents the following element tag in the schema: xr:is. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.RstType? RstType { get => GetElement(); @@ -3183,12 +3183,12 @@ public DocumentFormat.OpenXml.Office2016.Excel.RstType? RstType /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:ccse. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:c> /// - /// + /// public partial class ChangeCellSubEdit : OpenXmlCompositeElement { /// @@ -3291,12 +3291,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -3433,12 +3433,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:hdr. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:refmap> /// - /// + /// public partial class StateBasedHeader : OpenXmlCompositeElement { /// @@ -3551,9 +3551,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RefMap. /// Represents the following element tag in the schema: xr:refmap. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.RefMap? RefMap { get => GetElement(); @@ -3582,9 +3582,9 @@ public RevisionStateLink() : base() /// id, this property is only available in Office 2016 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -3612,7 +3612,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:body. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:freezePanes> @@ -3621,7 +3621,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xr:rowColVisualOps> /// <xr:showGridlinesHeadings> /// - /// + /// public partial class RevisionState : OpenXmlCompositeElement { /// @@ -3679,9 +3679,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RowColVisualOps. /// Represents the following element tag in the schema: xr:rowColVisualOps. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps? RowColVisualOps { get => GetElement(); @@ -3692,9 +3692,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.RowColVisualOps? RowColVisualOps /// HideUnhideSheet. /// Represents the following element tag in the schema: xr:hideUnhideSheet. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet? HideUnhideSheet { get => GetElement(); @@ -3705,9 +3705,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.HideUnhideSheet? HideUnhideSheet /// ShowGridlinesHeadings. /// Represents the following element tag in the schema: xr:showGridlinesHeadings. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings? ShowGridlinesHeadings { get => GetElement(); @@ -3718,9 +3718,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.ShowGridlinesHeadings? ShowGridli /// FreezePanes. /// Represents the following element tag in the schema: xr:freezePanes. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.FreezePanes? FreezePanes { get => GetElement(); @@ -3731,9 +3731,9 @@ public DocumentFormat.OpenXml.Office2016.Excel.FreezePanes? FreezePanes /// Outlines. /// Represents the following element tag in the schema: xr:outlines. /// - /// + /// /// xmlns:xr = http://schemas.microsoft.com/office/spreadsheetml/2014/revision - /// + /// public DocumentFormat.OpenXml.Office2016.Excel.Outlines? Outlines { get => GetElement(); @@ -3749,7 +3749,7 @@ public DocumentFormat.OpenXml.Office2016.Excel.Outlines? Outlines /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:refmap. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:ref> @@ -3758,7 +3758,7 @@ public DocumentFormat.OpenXml.Office2016.Excel.Outlines? Outlines /// <xr:test> /// <xr:sheetUid> /// - /// + /// public partial class RefMap : OpenXmlCompositeElement { /// @@ -4031,12 +4031,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:outlines. /// - /// + /// /// The following table lists the possible child types: /// /// <xr:outline> /// - /// + /// public partial class Outlines : OpenXmlCompositeElement { /// @@ -4198,7 +4198,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:is. /// - /// + /// /// The following table lists the possible child types: /// /// <x:phoneticPr> @@ -4206,7 +4206,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:r> /// <x:t> /// - /// + /// public partial class RstType : OpenXmlCompositeElement { /// @@ -4262,9 +4262,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text. /// Represents the following element tag in the schema: x:t. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Text? Text { get => GetElement(); @@ -4803,14 +4803,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:dataValidation. /// - /// + /// /// The following table lists the possible child types: /// /// <x:formula1> /// <x:formula2> /// <x12ac:list> /// - /// + /// public partial class DataValidation : OpenXmlCompositeElement { /// @@ -5011,9 +5011,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// List. /// Represents the following element tag in the schema: x12ac:list. /// - /// + /// /// xmlns:x12ac = http://schemas.microsoft.com/office/spreadsheetml/2011/1/ac - /// + /// public DocumentFormat.OpenXml.Office2010.ExcelAc.List? List { get => GetElement(); @@ -5024,9 +5024,9 @@ public DocumentFormat.OpenXml.Office2010.ExcelAc.List? List /// Formula1. /// Represents the following element tag in the schema: x:formula1. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Formula1? Formula1 { get => GetElement(); @@ -5037,9 +5037,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Formula1? Formula1 /// Formula2. /// Represents the following element tag in the schema: x:formula2. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Formula2? Formula2 { get => GetElement(); @@ -5078,9 +5078,9 @@ public StringValue? Reference /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -5142,7 +5142,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:sparklineGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:colorSeries> @@ -5156,7 +5156,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xne:f> /// <x14:sparklines> /// - /// + /// public partial class SparklineGroup : OpenXmlCompositeElement { /// @@ -5412,9 +5412,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SeriesColor. /// Represents the following element tag in the schema: x14:colorSeries. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? SeriesColor { get => GetElement(); @@ -5425,9 +5425,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.SeriesColor? SeriesColor /// NegativeColor. /// Represents the following element tag in the schema: x14:colorNegative. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? NegativeColor { get => GetElement(); @@ -5438,9 +5438,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.NegativeColor? NegativeColor /// AxisColor. /// Represents the following element tag in the schema: x14:colorAxis. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.AxisColor? AxisColor { get => GetElement(); @@ -5451,9 +5451,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.AxisColor? AxisColor /// MarkersColor. /// Represents the following element tag in the schema: x14:colorMarkers. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? MarkersColor { get => GetElement(); @@ -5464,9 +5464,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.MarkersColor? MarkersColor /// FirstMarkerColor. /// Represents the following element tag in the schema: x14:colorFirst. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? FirstMarkerColor { get => GetElement(); @@ -5477,9 +5477,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.FirstMarkerColor? FirstMarkerColo /// LastMarkerColor. /// Represents the following element tag in the schema: x14:colorLast. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? LastMarkerColor { get => GetElement(); @@ -5490,9 +5490,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.LastMarkerColor? LastMarkerColor /// HighMarkerColor. /// Represents the following element tag in the schema: x14:colorHigh. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? HighMarkerColor { get => GetElement(); @@ -5503,9 +5503,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.HighMarkerColor? HighMarkerColor /// LowMarkerColor. /// Represents the following element tag in the schema: x14:colorLow. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? LowMarkerColor { get => GetElement(); @@ -5516,9 +5516,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.LowMarkerColor? LowMarkerColor /// Formula. /// Represents the following element tag in the schema: xne:f. /// - /// + /// /// xmlns:xne = http://schemas.microsoft.com/office/excel/2006/main - /// + /// public DocumentFormat.OpenXml.Office.Excel.Formula? Formula { get => GetElement(); @@ -5529,9 +5529,9 @@ public DocumentFormat.OpenXml.Office.Excel.Formula? Formula /// Sparklines. /// Represents the following element tag in the schema: x14:sparklines. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Sparklines? Sparklines { get => GetElement(); @@ -5547,14 +5547,14 @@ public DocumentFormat.OpenXml.Office2010.Excel.Sparklines? Sparklines /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:comments. /// - /// + /// /// The following table lists the possible child types: /// /// <x:authors> /// <x:commentList> /// <x:extLst> /// - /// + /// public partial class Comments : OpenXmlCompositeElement { /// @@ -5608,9 +5608,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Authors. /// Represents the following element tag in the schema: x:authors. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Authors? Authors { get => GetElement(); @@ -5621,9 +5621,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Authors? Authors /// List of Comments. /// Represents the following element tag in the schema: x:commentList. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CommentList? CommentList { get => GetElement(); @@ -5634,9 +5634,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CommentList? CommentList /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -5652,14 +5652,14 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:autoFilter. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:filterColumn> /// <x:sortState> /// - /// + /// public partial class AutoFilter : OpenXmlCompositeElement { /// @@ -5730,7 +5730,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2016 and above. /// When the object is serialized out as xml, it's qualified name is xr:pivotTableDefinition. /// - /// + /// /// The following table lists the possible child types: /// /// <x:chartFormats> @@ -5751,7 +5751,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:rowHierarchiesUsage> /// <x:rowItems> /// - /// + /// public partial class pivotTableDefinition : OpenXmlCompositeElement { /// @@ -6591,9 +6591,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Location. /// Represents the following element tag in the schema: x:location. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Location? Location { get => GetElement(); @@ -6604,9 +6604,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Location? Location /// PivotFields. /// Represents the following element tag in the schema: x:pivotFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotFields? PivotFields { get => GetElement(); @@ -6617,9 +6617,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotFields? PivotFields /// RowFields. /// Represents the following element tag in the schema: x:rowFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RowFields? RowFields { get => GetElement(); @@ -6630,9 +6630,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RowFields? RowFields /// RowItems. /// Represents the following element tag in the schema: x:rowItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RowItems? RowItems { get => GetElement(); @@ -6643,9 +6643,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RowItems? RowItems /// ColumnFields. /// Represents the following element tag in the schema: x:colFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColumnFields? ColumnFields { get => GetElement(); @@ -6656,9 +6656,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColumnFields? ColumnFields /// ColumnItems. /// Represents the following element tag in the schema: x:colItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColumnItems? ColumnItems { get => GetElement(); @@ -6669,9 +6669,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColumnItems? ColumnItems /// PageFields. /// Represents the following element tag in the schema: x:pageFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageFields? PageFields { get => GetElement(); @@ -6682,9 +6682,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PageFields? PageFields /// DataFields. /// Represents the following element tag in the schema: x:dataFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DataFields? DataFields { get => GetElement(); @@ -6695,9 +6695,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DataFields? DataFields /// Formats. /// Represents the following element tag in the schema: x:formats. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Formats? Formats { get => GetElement(); @@ -6708,9 +6708,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Formats? Formats /// ConditionalFormats. /// Represents the following element tag in the schema: x:conditionalFormats. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? ConditionalFormats { get => GetElement(); @@ -6721,9 +6721,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? ConditionalFormats /// ChartFormats. /// Represents the following element tag in the schema: x:chartFormats. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ChartFormats? ChartFormats { get => GetElement(); @@ -6734,9 +6734,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ChartFormats? ChartFormats /// PivotHierarchies. /// Represents the following element tag in the schema: x:pivotHierarchies. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? PivotHierarchies { get => GetElement(); @@ -6747,9 +6747,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? PivotHierarchies /// PivotTableStyle. /// Represents the following element tag in the schema: x:pivotTableStyleInfo. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? PivotTableStyle { get => GetElement(); @@ -6760,9 +6760,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? PivotTableStyle /// PivotFilters. /// Represents the following element tag in the schema: x:filters. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotFilters? PivotFilters { get => GetElement(); @@ -6773,9 +6773,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotFilters? PivotFilters /// RowHierarchiesUsage. /// Represents the following element tag in the schema: x:rowHierarchiesUsage. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? RowHierarchiesUsage { get => GetElement(); @@ -6786,9 +6786,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? RowHierarchiesUsa /// ColumnHierarchiesUsage. /// Represents the following element tag in the schema: x:colHierarchiesUsage. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? ColumnHierarchiesUsage { get => GetElement(); @@ -6799,9 +6799,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? ColumnHierarch /// PivotTableDefinitionExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? PivotTableDefinitionExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_dynamicarray.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_dynamicarray.g.cs index 8ef08e979..7da96243c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_dynamicarray.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_dynamicarray.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office2019.Excel.DynamicArray /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xda:dynamicArrayProperties. /// - /// + /// /// The following table lists the possible child types: /// /// <xda:extLst> /// - /// + /// public partial class DynamicArrayProperties : OpenXmlCompositeElement { /// @@ -100,9 +100,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: xda:extLst. /// - /// + /// /// xmlns:xda = http://schemas.microsoft.com/office/spreadsheetml/2017/dynamicarray - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList? ExtensionList { get => GetElement(); @@ -118,12 +118,12 @@ public DocumentFormat.OpenXml.Office2019.Excel.DynamicArray.ExtensionList? Exten /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xda:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata.g.cs index abab3c46c..8cd532013 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata.g.cs @@ -62,13 +62,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd:rvData. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd:extLst> /// <xlrd:rv> /// - /// + /// public partial class RichValueData : OpenXmlPartRootElement { /// @@ -171,13 +171,13 @@ public RdRichValuePart? RdRichValuePart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd:rvStructures. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd:extLst> /// <xlrd:s> /// - /// + /// public partial class RichValueStructures : OpenXmlPartRootElement { /// @@ -280,13 +280,13 @@ public RdRichValueStructurePart? RdRichValueStructurePart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd:rv. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd:fb> /// <xlrd:v> /// - /// + /// public partial class RichValue : OpenXmlCompositeElement { /// @@ -353,9 +353,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RichValueFallback. /// Represents the following element tag in the schema: xlrd:fb. /// - /// + /// /// xmlns:xlrd = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback? RichValueFallback { get => GetElement(); @@ -371,12 +371,12 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData.RichValueFallback? RichV /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -525,12 +525,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd:s. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd:k> /// - /// + /// public partial class RichValueStructure : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata2.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata2.g.cs index 269d892d7..3edb99bc0 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata2.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2017_richdata2.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Office2019.Excel.RichData2 /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:filterColumn. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> @@ -31,7 +31,7 @@ namespace DocumentFormat.OpenXml.Office2019.Excel.RichData2 /// <xlrd2:filters> /// <xlrd2:top10> /// - /// + /// public partial class RichFilterColumn : OpenXmlCompositeElement { /// @@ -89,9 +89,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RichFilters. /// Represents the following element tag in the schema: xlrd2:filters. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters? RichFilters { get => GetElement(); @@ -102,9 +102,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFilters? RichFilter /// RichTop10. /// Represents the following element tag in the schema: xlrd2:top10. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10? RichTop10 { get => GetElement(); @@ -115,9 +115,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichTop10? RichTop10 /// CustomRichFilters. /// Represents the following element tag in the schema: xlrd2:customFilters. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters? CustomRichFilters { get => GetElement(); @@ -128,9 +128,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.CustomRichFilters? Cust /// DynamicRichFilter. /// Represents the following element tag in the schema: xlrd2:dynamicFilter. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter? DynamicRichFilter { get => GetElement(); @@ -141,9 +141,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.DynamicRichFilter? Dyna /// ExtensionList. /// Represents the following element tag in the schema: xlrd2:extLst. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? ExtensionList { get => GetElement(); @@ -276,13 +276,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:supportingPropertyBags. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:spbArrays> /// <xlrd2:spbData> /// - /// + /// public partial class SupportingPropertyBags : OpenXmlPartRootElement { /// @@ -334,9 +334,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SupportingPropertyBagArrayData. /// Represents the following element tag in the schema: xlrd2:spbArrays. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagArrayData? SupportingPropertyBagArrayData { get => GetElement(); @@ -347,9 +347,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagAr /// SupportingPropertyBagData. /// Represents the following element tag in the schema: xlrd2:spbData. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagData? SupportingPropertyBagData { get => GetElement(); @@ -396,13 +396,13 @@ public RdSupportingPropertyBagPart? RdSupportingPropertyBagPart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:spbStructures. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:s> /// - /// + /// public partial class SupportingPropertyBagStructures : OpenXmlPartRootElement { /// @@ -505,13 +505,13 @@ public RdSupportingPropertyBagStructurePart? RdSupportingPropertyBagStructurePar /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:arrayData. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:a> /// - /// + /// public partial class ArrayData : OpenXmlPartRootElement { /// @@ -614,7 +614,7 @@ public RdArrayPart? RdArrayPart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:richStyleSheet. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:dxfs> @@ -622,7 +622,7 @@ public RdArrayPart? RdArrayPart /// <xlrd2:richProperties> /// <xlrd2:richStyles> /// - /// + /// public partial class RichStylesheet : OpenXmlPartRootElement { /// @@ -678,9 +678,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Dxfs. /// Represents the following element tag in the schema: xlrd2:dxfs. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs? Dxfs { get => GetElement(); @@ -691,9 +691,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.Dxfs? Dxfs /// RichFormatProperties. /// Represents the following element tag in the schema: xlrd2:richProperties. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties? RichFormatProperties { get => GetElement(); @@ -704,9 +704,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichFormatProperties? R /// RichStyles. /// Represents the following element tag in the schema: xlrd2:richStyles. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles? RichStyles { get => GetElement(); @@ -717,9 +717,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichStyles? RichStyles /// ExtensionList. /// Represents the following element tag in the schema: xlrd2:extLst. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? ExtensionList { get => GetElement(); @@ -766,14 +766,14 @@ public RichStylesPart? RichStylesPart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:rvTypesInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:global> /// <xlrd2:types> /// - /// + /// public partial class RichValueTypesInfo : OpenXmlPartRootElement { /// @@ -827,9 +827,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RichValueGlobalType. /// Represents the following element tag in the schema: xlrd2:global. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType? RichValueGlobalType { get => GetElement(); @@ -840,9 +840,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueGlobalType? Ri /// RichValueTypes. /// Represents the following element tag in the schema: xlrd2:types. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes? RichValueTypes { get => GetElement(); @@ -853,9 +853,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypes? RichVal /// ExtensionList. /// Represents the following element tag in the schema: xlrd2:extLst. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? ExtensionList { get => GetElement(); @@ -902,14 +902,14 @@ public RdRichValueTypesPart? RdRichValueTypesPart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:filters. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:dateGroupItem> /// <xlrd2:filter> /// - /// + /// public partial class RichFilters : OpenXmlCompositeElement { /// @@ -1052,13 +1052,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:customFilters. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:customFilter> /// - /// + /// public partial class CustomRichFilters : OpenXmlCompositeElement { /// @@ -1231,12 +1231,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -1546,13 +1546,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:spbArrays. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:a> /// - /// + /// public partial class SupportingPropertyBagArrayData : OpenXmlCompositeElement { /// @@ -1624,13 +1624,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:spbData. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:spb> /// - /// + /// public partial class SupportingPropertyBagData : OpenXmlCompositeElement { /// @@ -1702,12 +1702,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:spb. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:v> /// - /// + /// public partial class SupportingPropertyBag : OpenXmlCompositeElement { /// @@ -1815,12 +1815,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:s. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:k> /// - /// + /// public partial class SupportingPropertyBagStructure : OpenXmlCompositeElement { /// @@ -1926,12 +1926,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:a. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:v> /// - /// + /// public partial class SupportingPropertyBagArray : OpenXmlCompositeElement { /// @@ -2051,12 +2051,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:a. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:v> /// - /// + /// public partial class Array : OpenXmlCompositeElement { /// @@ -2187,12 +2187,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:dxfs. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dxf> /// - /// + /// public partial class Dxfs : OpenXmlCompositeElement { /// @@ -2259,12 +2259,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:richProperties. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:rPr> /// - /// + /// public partial class RichFormatProperties : OpenXmlCompositeElement { /// @@ -2319,12 +2319,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:richStyles. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:rSty> /// - /// + /// public partial class RichStyles : OpenXmlCompositeElement { /// @@ -2433,12 +2433,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:rSty. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:rpv> /// - /// + /// public partial class RichStyle : OpenXmlCompositeElement { /// @@ -2558,13 +2558,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:global. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:keyFlags> /// - /// + /// public partial class RichValueGlobalType : OpenXmlCompositeElement { /// @@ -2616,9 +2616,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RichValueTypeKeyFlags. /// Represents the following element tag in the schema: xlrd2:keyFlags. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? RichValueTypeKeyFlags { get => GetElement(); @@ -2629,9 +2629,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? /// ExtensionList. /// Represents the following element tag in the schema: xlrd2:extLst. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? ExtensionList { get => GetElement(); @@ -2647,12 +2647,12 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? Extensio /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:types. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:type> /// - /// + /// public partial class RichValueTypes : OpenXmlCompositeElement { /// @@ -2707,13 +2707,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:type. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:extLst> /// <xlrd2:keyFlags> /// - /// + /// public partial class RichValueType : OpenXmlCompositeElement { /// @@ -2780,9 +2780,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RichValueTypeKeyFlags. /// Represents the following element tag in the schema: xlrd2:keyFlags. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? RichValueTypeKeyFlags { get => GetElement(); @@ -2793,9 +2793,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.RichValueTypeKeyFlags? /// ExtensionList. /// Represents the following element tag in the schema: xlrd2:extLst. /// - /// + /// /// xmlns:xlrd2 = http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2 - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? ExtensionList { get => GetElement(); @@ -2811,12 +2811,12 @@ public DocumentFormat.OpenXml.Office2019.Excel.RichData2.ExtensionList? Extensio /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:keyFlags. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:key> /// - /// + /// public partial class RichValueTypeKeyFlags : OpenXmlCompositeElement { /// @@ -2871,12 +2871,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xlrd2:key. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrd2:flag> /// - /// + /// public partial class RichValueTypeReservedKey : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_calcfeatures.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_calcfeatures.g.cs index 14046156a..d4d8cc15f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_calcfeatures.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_calcfeatures.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office2019.Excel.CalcFeatures /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xcalcf:calcFeatures. /// - /// + /// /// The following table lists the possible child types: /// /// <xcalcf:feature> /// - /// + /// public partial class CalcFeatures : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_threadedcomments.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_threadedcomments.g.cs index fbdc336a4..f9768f0eb 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_threadedcomments.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2018_threadedcomments.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xltc:personList. /// - /// + /// /// The following table lists the possible child types: /// /// <xltc:extLst> /// <xltc:person> /// - /// + /// public partial class PersonList : OpenXmlPartRootElement { /// @@ -116,13 +116,13 @@ public WorkbookPersonPart? WorkbookPersonPart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xltc:ThreadedComments. /// - /// + /// /// The following table lists the possible child types: /// /// <xltc:extLst> /// <xltc:threadedComment> /// - /// + /// public partial class ThreadedComments : OpenXmlPartRootElement { /// @@ -210,12 +210,12 @@ public WorksheetThreadedCommentsPart? WorksheetThreadedCommentsPart /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xltc:person. /// - /// + /// /// The following table lists the possible child types: /// /// <xltc:extLst> /// - /// + /// public partial class Person : OpenXmlCompositeElement { /// @@ -317,9 +317,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: xltc:extLst. /// - /// + /// /// xmlns:xltc = http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? ExtensionList { get => GetElement(); @@ -335,12 +335,12 @@ public DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? E /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xltc:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -401,14 +401,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xltc:threadedComment. /// - /// + /// /// The following table lists the possible child types: /// /// <xltc:extLst> /// <xltc:text> /// <xltc:mentions> /// - /// + /// public partial class ThreadedComment : OpenXmlCompositeElement { /// @@ -540,9 +540,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ThreadedCommentText. /// Represents the following element tag in the schema: xltc:text. /// - /// + /// /// xmlns:xltc = http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentText? ThreadedCommentText { get => GetElement(); @@ -553,9 +553,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentT /// ThreadedCommentMentions. /// Represents the following element tag in the schema: xltc:mentions. /// - /// + /// /// xmlns:xltc = http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentMentions? ThreadedCommentMentions { get => GetElement(); @@ -566,9 +566,9 @@ public DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ThreadedCommentM /// ExtensionList. /// Represents the following element tag in the schema: xltc:extLst. /// - /// + /// /// xmlns:xltc = http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments - /// + /// public DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.ExtensionList? ExtensionList { get => GetElement(); @@ -622,12 +622,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is xltc:mentions. /// - /// + /// /// The following table lists the possible child types: /// /// <xltc:mention> /// - /// + /// public partial class ThreadedCommentMentions : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2019_namedsheetviews.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2019_namedsheetviews.g.cs index 3d4fb651f..caeac702d 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2019_namedsheetviews.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2019_namedsheetviews.g.cs @@ -24,13 +24,13 @@ namespace DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:namedSheetViews. /// - /// + /// /// The following table lists the possible child types: /// /// <xnsv:extLst> /// <xnsv:namedSheetView> /// - /// + /// public partial class NamedSheetViews : OpenXmlPartRootElement { /// @@ -118,13 +118,13 @@ public NamedSheetViewsPart? NamedSheetViewsPart /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:namedSheetView. /// - /// + /// /// The following table lists the possible child types: /// /// <xnsv:extLst> /// <xnsv:nsvFilter> /// - /// + /// public partial class NamedSheetView : OpenXmlCompositeElement { /// @@ -211,12 +211,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -277,14 +277,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:nsvFilter. /// - /// + /// /// The following table lists the possible child types: /// /// <xnsv:extLst> /// <xnsv:columnFilter> /// <xnsv:sortRules> /// - /// + /// public partial class NsvFilter : OpenXmlCompositeElement { /// @@ -381,14 +381,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:columnFilter. /// - /// + /// /// The following table lists the possible child types: /// /// <xnsv:dxf> /// <xnsv:extLst> /// <xnsv:filter> /// - /// + /// public partial class ColumnFilter : OpenXmlCompositeElement { /// @@ -471,9 +471,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DifferentialFormatType. /// Represents the following element tag in the schema: xnsv:dxf. /// - /// + /// /// xmlns:xnsv = http://schemas.microsoft.com/office/spreadsheetml/2019/namedsheetviews - /// + /// public DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType? DifferentialFormatType { get => GetElement(); @@ -489,13 +489,13 @@ public DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialForma /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:sortRules. /// - /// + /// /// The following table lists the possible child types: /// /// <xnsv:extLst> /// <xnsv:sortRule> /// - /// + /// public partial class SortRules : OpenXmlCompositeElement { /// @@ -575,7 +575,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:dxf. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> @@ -586,7 +586,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:font> /// <x:numFmt> /// - /// + /// public partial class DifferentialFormatType : OpenXmlCompositeElement { /// @@ -648,9 +648,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Font Properties. /// Represents the following element tag in the schema: x:font. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Font? Font { get => GetElement(); @@ -661,9 +661,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Font? Font /// Number Format. /// Represents the following element tag in the schema: x:numFmt. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat { get => GetElement(); @@ -674,9 +674,9 @@ public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat /// Fill. /// Represents the following element tag in the schema: x:fill. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill { get => GetElement(); @@ -687,9 +687,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill /// Alignment. /// Represents the following element tag in the schema: x:alignment. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment { get => GetElement(); @@ -700,9 +700,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment /// Border Properties. /// Represents the following element tag in the schema: x:border. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Border? Border { get => GetElement(); @@ -713,9 +713,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Border? Border /// Protection Properties. /// Represents the following element tag in the schema: x:protection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection { get => GetElement(); @@ -726,9 +726,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -744,7 +744,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:filter. /// - /// + /// /// The following table lists the possible child types: /// /// <x:colorFilter> @@ -757,7 +757,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// <x14:customFilters> /// <x14:iconFilter> /// - /// + /// public partial class FilterColumn : OpenXmlCompositeElement { /// @@ -860,9 +860,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Filter Criteria. /// Represents the following element tag in the schema: x:filters. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Filters? Filters { get => GetElement(); @@ -873,9 +873,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Filters? Filters /// Top 10. /// Represents the following element tag in the schema: x:top10. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Top10? Top10 { get => GetElement(); @@ -886,9 +886,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Top10? Top10 /// CustomFilters14. /// Represents the following element tag in the schema: x14:customFilters. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? CustomFilters14 { get => GetElement(); @@ -899,9 +899,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? CustomFilters14 /// Custom Filters. /// Represents the following element tag in the schema: x:customFilters. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CustomFilters? CustomFilters { get => GetElement(); @@ -912,9 +912,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CustomFilters? CustomFilters /// Dynamic Filter. /// Represents the following element tag in the schema: x:dynamicFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? DynamicFilter { get => GetElement(); @@ -925,9 +925,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? DynamicFilter /// Color Filter Criteria. /// Represents the following element tag in the schema: x:colorFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColorFilter? ColorFilter { get => GetElement(); @@ -938,9 +938,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColorFilter? ColorFilter /// IconFilter14. /// Represents the following element tag in the schema: x14:iconFilter. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.IconFilter? IconFilter14 { get => GetElement(); @@ -951,9 +951,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.IconFilter? IconFilter14 /// Icon Filter. /// Represents the following element tag in the schema: x:iconFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.IconFilter? IconFilter { get => GetElement(); @@ -964,9 +964,9 @@ public DocumentFormat.OpenXml.Spreadsheet.IconFilter? IconFilter /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -982,14 +982,14 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xnsv:sortRule. /// - /// + /// /// The following table lists the possible child types: /// /// <xnsv:dxf> /// <xnsv:sortCondition> /// <xnsv:richSortCondition> /// - /// + /// public partial class SortRule : OpenXmlCompositeElement { /// @@ -1075,9 +1075,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DifferentialFormatType. /// Represents the following element tag in the schema: xnsv:dxf. /// - /// + /// /// xmlns:xnsv = http://schemas.microsoft.com/office/spreadsheetml/2019/namedsheetviews - /// + /// public DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.DifferentialFormatType? DifferentialFormatType { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage.g.cs index d43cb0434..17eba5b40 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richdatawebimage.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xlrdwi:webImagesSrd. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrdwi:extLst> /// <xlrdwi:webImageSrd> /// - /// + /// public partial class WebImagesSupportingRichData : OpenXmlPartRootElement { /// @@ -116,14 +116,14 @@ public RdRichValueWebImagePart? RdRichValueWebImagePart /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xlrdwi:webImageSrd. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrdwi:address> /// <xlrdwi:moreImagesAddress> /// <xlrdwi:blip> /// - /// + /// public partial class WebImageSupportingRichData : OpenXmlCompositeElement { /// @@ -177,9 +177,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AddressWebImageSupportingRichDataRelationship. /// Represents the following element tag in the schema: xlrdwi:address. /// - /// + /// /// xmlns:xlrdwi = http://schemas.microsoft.com/office/spreadsheetml/2020/richdatawebimage - /// + /// public DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageSupportingRichDataRelationship? AddressWebImageSupportingRichDataRelationship { get => GetElement(); @@ -190,9 +190,9 @@ public DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.AddressWebImageS /// MoreImagesAddressWebImageSupportingRichDataRelationship. /// Represents the following element tag in the schema: xlrdwi:moreImagesAddress. /// - /// + /// /// xmlns:xlrdwi = http://schemas.microsoft.com/office/spreadsheetml/2020/richdatawebimage - /// + /// public DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.MoreImagesAddressWebImageSupportingRichDataRelationship? MoreImagesAddressWebImageSupportingRichDataRelationship { get => GetElement(); @@ -203,9 +203,9 @@ public DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.MoreImagesAddres /// BlipWebImageSupportingRichDataRelationship. /// Represents the following element tag in the schema: xlrdwi:blip. /// - /// + /// /// xmlns:xlrdwi = http://schemas.microsoft.com/office/spreadsheetml/2020/richdatawebimage - /// + /// public DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.BlipWebImageSupportingRichDataRelationship? BlipWebImageSupportingRichDataRelationship { get => GetElement(); @@ -221,12 +221,12 @@ public DocumentFormat.OpenXml.Office2021.Excel.RichDataWebImage.BlipWebImageSupp /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xlrdwi:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -375,9 +375,9 @@ protected OpenXmlWebImageSupportingRichDataRelationshipElement() : base() /// id, this property is only available in Office 2021 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richvaluerefresh.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richvaluerefresh.g.cs index ecd8e80dc..ab2ba1353 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richvaluerefresh.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_richvaluerefresh.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office2021.Excel.RichValueRefreshIntervals /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xlrvr:refreshIntervals. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrvr:refreshInterval> /// - /// + /// public partial class RichValueRefreshIntervals : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_threadedcomments2.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_threadedcomments2.g.cs index 96f7fb55d..03be87331 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_threadedcomments2.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2020_threadedcomments2.g.cs @@ -61,12 +61,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xltc2:hyperlink. /// - /// + /// /// The following table lists the possible child types: /// /// <xltc2:extLst> /// - /// + /// public partial class CommentHyperlink : OpenXmlCompositeElement { /// @@ -159,9 +159,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: xltc2:extLst. /// - /// + /// /// xmlns:xltc2 = http://schemas.microsoft.com/office/spreadsheetml/2020/threadedcomments2 - /// + /// public DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList? ExtensionList { get => GetElement(); @@ -177,12 +177,12 @@ public DocumentFormat.OpenXml.Office2021.Excel.ThreadedComments2.ExtensionList? /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is xltc2:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.g.cs index eb4d1e6de..2c345af92 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2021_extlinks2021.g.cs @@ -21,13 +21,13 @@ namespace DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021 /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xxl21:alternateUrls. /// - /// + /// /// The following table lists the possible child types: /// /// <xxl21:absoluteUrl> /// <xxl21:relativeUrl> /// - /// + /// public partial class ExternalBookAlternateUrls : OpenXmlCompositeElement { /// @@ -102,9 +102,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AbsoluteUrlAlternateUrl. /// Represents the following element tag in the schema: xxl21:absoluteUrl. /// - /// + /// /// xmlns:xxl21 = http://schemas.microsoft.com/office/spreadsheetml/2021/extlinks2021 - /// + /// public DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.AbsoluteUrlAlternateUrl? AbsoluteUrlAlternateUrl { get => GetElement(); @@ -115,9 +115,9 @@ public DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.AbsoluteUr /// RelativeUrlAlternateUrl. /// Represents the following element tag in the schema: xxl21:relativeUrl. /// - /// + /// /// xmlns:xxl21 = http://schemas.microsoft.com/office/spreadsheetml/2021/extlinks2021 - /// + /// public DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.RelativeUrlAlternateUrl? RelativeUrlAlternateUrl { get => GetElement(); @@ -196,9 +196,9 @@ protected OpenXmlAlternateUrlElement() : base() /// id, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_featurepropertybag.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_featurepropertybag.g.cs index 56c23b0a1..026891166 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_featurepropertybag.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_featurepropertybag.g.cs @@ -22,14 +22,14 @@ namespace DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:FeaturePropertyBags. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:extLst> /// <xfpb:bagExt> /// <xfpb:bag> /// - /// + /// public partial class FeaturePropertyBags : OpenXmlPartRootElement { /// @@ -131,14 +131,14 @@ public FeaturePropertyBagsPart? FeaturePropertyBagsPart /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:fpbs. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:extLst> /// <xfpb:bagExt> /// <xfpb:bag> /// - /// + /// public partial class FpbsFeaturePropertyBags : OpenXmlFeaturePropertyBagsElement { /// @@ -194,14 +194,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:extLst> /// <xfpb:bagExt> /// <xfpb:bag> /// - /// + /// public abstract partial class OpenXmlFeaturePropertyBagsElement : OpenXmlCompositeElement { /// @@ -341,13 +341,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:revdxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class RevDxf : OpenXmlCompositeElement { /// @@ -399,9 +399,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FpbsFeaturePropertyBags. /// Represents the following element tag in the schema: xfpb:fpbs. /// - /// + /// /// xmlns:xfpb = http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag - /// + /// public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropertyBags? FpbsFeaturePropertyBags { get => GetElement(); @@ -412,9 +412,9 @@ public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropert /// DifferentialFormatType. /// Represents the following element tag in the schema: xfpb:dxf. /// - /// + /// /// xmlns:xfpb = http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag - /// + /// public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DifferentialFormatType? DifferentialFormatType { get => GetElement(); @@ -430,13 +430,13 @@ public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DifferentialFormat /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:headerRowRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class HeaderRowRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -491,13 +491,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:dataRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class DataRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -552,13 +552,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:totalsRowRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class TotalsRowRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -613,13 +613,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:headerRowBorderRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class HeaderRowBorderRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -674,13 +674,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:tableBorderRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class TableBorderRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -735,13 +735,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:totalsRowBorderRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class TotalsRowBorderRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -796,13 +796,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:columnHeaderRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class ColumnHeaderRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -857,13 +857,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:columnBodyRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class ColumnBodyRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -918,13 +918,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:columnTotalsRevDxf. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public partial class ColumnTotalsRevDxfTableRevDxf : OpenXmlTableRevDxfElement { /// @@ -979,13 +979,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:dxf> /// <xfpb:fpbs> /// - /// + /// public abstract partial class OpenXmlTableRevDxfElement : OpenXmlCompositeElement { /// @@ -1030,9 +1030,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FpbsFeaturePropertyBags. /// Represents the following element tag in the schema: xfpb:fpbs. /// - /// + /// /// xmlns:xfpb = http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag - /// + /// public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropertyBags? FpbsFeaturePropertyBags { get => GetElement(); @@ -1043,9 +1043,9 @@ public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.FpbsFeaturePropert /// DifferentialFormatType. /// Represents the following element tag in the schema: xfpb:dxf. /// - /// + /// /// xmlns:xfpb = http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag - /// + /// public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DifferentialFormatType? DifferentialFormatType { get => GetElement(); @@ -1058,12 +1058,12 @@ public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.DifferentialFormat /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:bagExt. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:extLst> /// - /// + /// public partial class BagExtensions : OpenXmlCompositeElement { /// @@ -1113,9 +1113,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: xfpb:extLst. /// - /// + /// /// xmlns:xfpb = http://schemas.microsoft.com/office/spreadsheetml/2022/featurepropertybag - /// + /// public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList? ExtensionList { get => GetElement(); @@ -1131,7 +1131,7 @@ public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList? Ext /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:bag. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:a> @@ -1142,7 +1142,7 @@ public DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.ExtensionList? Ext /// <xfpb:rel> /// <xfpb:s> /// - /// + /// public partial class FeaturePropertyBag : OpenXmlCompositeElement { /// @@ -1257,12 +1257,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -1323,7 +1323,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:a. /// - /// + /// /// The following table lists the possible child types: /// /// <xfpb:b> @@ -1333,7 +1333,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xfpb:rel> /// <xfpb:bagId> /// - /// + /// public partial class ArrayFeatureProperty : OpenXmlCompositeElement { /// @@ -1731,7 +1731,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xfpb:dxf. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> @@ -1742,7 +1742,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:font> /// <x:numFmt> /// - /// + /// public partial class DifferentialFormatType : OpenXmlCompositeElement { /// @@ -1804,9 +1804,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Font Properties. /// Represents the following element tag in the schema: x:font. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Font? Font { get => GetElement(); @@ -1817,9 +1817,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Font? Font /// Number Format. /// Represents the following element tag in the schema: x:numFmt. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat { get => GetElement(); @@ -1830,9 +1830,9 @@ public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat /// Fill. /// Represents the following element tag in the schema: x:fill. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill { get => GetElement(); @@ -1843,9 +1843,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill /// Alignment. /// Represents the following element tag in the schema: x:alignment. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment { get => GetElement(); @@ -1856,9 +1856,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment /// Border Properties. /// Represents the following element tag in the schema: x:border. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Border? Border { get => GetElement(); @@ -1869,9 +1869,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Border? Border /// Protection Properties. /// Represents the following element tag in the schema: x:protection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection { get => GetElement(); @@ -1882,9 +1882,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_pivotVersionInfo.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_pivotVersionInfo.g.cs index 417b34a8d..29595658e 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_pivotVersionInfo.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_pivotVersionInfo.g.cs @@ -21,13 +21,13 @@ namespace DocumentFormat.OpenXml.Office.SpreadSheetML.Y2022.PivotVersionInfo /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xxpvi:cacheVersionInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <xxpvi:requiredFeature> /// <xxpvi:lastRefreshFeature> /// - /// + /// public partial class CacheVersionInfo : OpenXmlCompositeElement { /// @@ -84,13 +84,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xxpvi:pivotVersionInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <xxpvi:requiredFeature> /// <xxpvi:lastUpdateFeature> /// - /// + /// public partial class PivotVersionInfo : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_richvaluerel.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_richvaluerel.g.cs index 7cd351f4b..212e476f2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_richvaluerel.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2022_richvaluerel.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office.Y2022.RichValueRel /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xlrvrel:richValueRels. /// - /// + /// /// The following table lists the possible child types: /// /// <xlrvrel:extLst> /// <xlrvrel:rel> /// - /// + /// public partial class RichValueRels : OpenXmlCompositeElement { /// @@ -98,9 +98,9 @@ public RichValueRelRelationship() : base() /// id, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -128,12 +128,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xlrvrel:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.g.cs index cb3402bc1..614637690 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_dataSourceVersioning.g.cs @@ -21,14 +21,14 @@ namespace DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.DataSourceVersioning /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xxdsv:versionInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <xxdsv:requiredFeature> /// <xxdsv:lastRefreshFeature> /// <xxdsv:lastEditFeature> /// - /// + /// public partial class VersionInfo : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_msForms.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_msForms.g.cs index f6d3bf35c..d222773ec 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_msForms.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_spreadsheetml_2023_msForms.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xlmsforms:question. /// - /// + /// /// The following table lists the possible child types: /// /// <xlmsforms:extLst> /// - /// + /// public partial class Question : OpenXmlCompositeElement { /// @@ -92,9 +92,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: xlmsforms:extLst. /// - /// + /// /// xmlns:xlmsforms = http://schemas.microsoft.com/office/spreadsheetml/2023/msForms - /// + /// public DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms.ExtensionList? ExtensionList { get => GetElement(); @@ -110,13 +110,13 @@ public DocumentFormat.OpenXml.Office.SpreadSheetML.Y2023.MsForms.ExtensionList? /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xlmsforms:msForm. /// - /// + /// /// The following table lists the possible child types: /// /// <xlmsforms:extLst> /// <xlmsforms:syncedQuestionId> /// - /// + /// public partial class MsForm : OpenXmlCompositeElement { /// @@ -259,12 +259,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is xlmsforms:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_tasks_2019_documenttasks.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_tasks_2019_documenttasks.g.cs index 4c0d1f775..01720598f 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_tasks_2019_documenttasks.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_tasks_2019_documenttasks.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office2021.DocumentTasks /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is t:Tasks. /// - /// + /// /// The following table lists the possible child types: /// /// <t:extLst> /// <t:Task> /// - /// + /// public partial class Tasks : OpenXmlPartRootElement { /// @@ -116,14 +116,14 @@ public DocumentTasksPart? DocumentTasksPart /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is t:Task. /// - /// + /// /// The following table lists the possible child types: /// /// <t:extLst> /// <t:Anchor> /// <t:History> /// - /// + /// public partial class Task : OpenXmlCompositeElement { /// @@ -193,9 +193,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TaskAnchor. /// Represents the following element tag in the schema: t:Anchor. /// - /// + /// /// xmlns:t = http://schemas.microsoft.com/office/tasks/2019/documenttasks - /// + /// public DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor? TaskAnchor { get => GetElement(); @@ -206,9 +206,9 @@ public DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor? TaskAnchor /// TaskHistory. /// Represents the following element tag in the schema: t:History. /// - /// + /// /// xmlns:t = http://schemas.microsoft.com/office/tasks/2019/documenttasks - /// + /// public DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory? TaskHistory { get => GetElement(); @@ -219,9 +219,9 @@ public DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskHistory? TaskHistory /// ExtensionList. /// Represents the following element tag in the schema: t:extLst. /// - /// + /// /// xmlns:t = http://schemas.microsoft.com/office/tasks/2019/documenttasks - /// + /// public DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList? ExtensionList { get => GetElement(); @@ -237,12 +237,12 @@ public DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList? ExtensionL /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is t:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <oel:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -297,13 +297,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is t:Anchor. /// - /// + /// /// The following table lists the possible child types: /// /// <t:extLst> /// <t:Comment> /// - /// + /// public partial class TaskAnchor : OpenXmlCompositeElement { /// @@ -355,9 +355,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommentAnchor. /// Represents the following element tag in the schema: t:Comment. /// - /// + /// /// xmlns:t = http://schemas.microsoft.com/office/tasks/2019/documenttasks - /// + /// public DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor? CommentAnchor { get => GetElement(); @@ -368,9 +368,9 @@ public DocumentFormat.OpenXml.Office2021.DocumentTasks.CommentAnchor? CommentAnc /// ExtensionList. /// Represents the following element tag in the schema: t:extLst. /// - /// + /// /// xmlns:t = http://schemas.microsoft.com/office/tasks/2019/documenttasks - /// + /// public DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList? ExtensionList { get => GetElement(); @@ -386,12 +386,12 @@ public DocumentFormat.OpenXml.Office2021.DocumentTasks.ExtensionList? ExtensionL /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is t:History. /// - /// + /// /// The following table lists the possible child types: /// /// <t:Event> /// - /// + /// public partial class TaskHistory : OpenXmlCompositeElement { /// @@ -446,7 +446,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is t:Event. /// - /// + /// /// The following table lists the possible child types: /// /// <t:extLst> @@ -464,7 +464,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <t:Assign> /// <t:Unassign> /// - /// + /// public partial class TaskHistoryEvent : OpenXmlCompositeElement { /// @@ -573,9 +573,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AttributionTaskUser. /// Represents the following element tag in the schema: t:Attribution. /// - /// + /// /// xmlns:t = http://schemas.microsoft.com/office/tasks/2019/documenttasks - /// + /// public DocumentFormat.OpenXml.Office2021.DocumentTasks.AttributionTaskUser? AttributionTaskUser { get => GetElement(); @@ -586,9 +586,9 @@ public DocumentFormat.OpenXml.Office2021.DocumentTasks.AttributionTaskUser? Attr /// TaskAnchor. /// Represents the following element tag in the schema: t:Anchor. /// - /// + /// /// xmlns:t = http://schemas.microsoft.com/office/tasks/2019/documenttasks - /// + /// public DocumentFormat.OpenXml.Office2021.DocumentTasks.TaskAnchor? TaskAnchor { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_thememl_2012_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_thememl_2012_main.g.cs index 58ab76829..4f1fa0a2c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_thememl_2012_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_thememl_2012_main.g.cs @@ -23,12 +23,12 @@ namespace DocumentFormat.OpenXml.Office2013.Theme /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is thm15:themeFamily. /// - /// + /// /// The following table lists the possible child types: /// /// <thm15:extLst> /// - /// + /// public partial class ThemeFamily : OpenXmlCompositeElement { /// @@ -124,9 +124,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: thm15:extLst. /// - /// + /// /// xmlns:thm15 = http://schemas.microsoft.com/office/thememl/2012/main - /// + /// public DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -142,12 +142,12 @@ public DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? OfficeArt /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is thm15:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -208,12 +208,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is thm15:themeVariant. /// - /// + /// /// The following table lists the possible child types: /// /// <thm15:extLst> /// - /// + /// public partial class ThemeVariant : OpenXmlCompositeElement { /// @@ -291,9 +291,9 @@ public Int64Value? Y /// id, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -340,9 +340,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: thm15:extLst. /// - /// + /// /// xmlns:thm15 = http://schemas.microsoft.com/office/thememl/2012/main - /// + /// public DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -358,12 +358,12 @@ public DocumentFormat.OpenXml.Office2013.Theme.OfficeArtExtensionList? OfficeArt /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is thm15:themeVariantLst. /// - /// + /// /// The following table lists the possible child types: /// /// <thm15:themeVariant> /// - /// + /// public partial class ThemeVariantList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_taskpanes_2010_11.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_taskpanes_2010_11.g.cs index 46051e552..a1500b875 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_taskpanes_2010_11.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_taskpanes_2010_11.g.cs @@ -24,12 +24,12 @@ namespace DocumentFormat.OpenXml.Office2013.WebExtentionPane /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is wetp:taskpanes. /// - /// + /// /// The following table lists the possible child types: /// /// <wetp:taskpane> /// - /// + /// public partial class Taskpanes : OpenXmlPartRootElement { /// @@ -128,9 +128,9 @@ public WebExtensionPartReference() : base() /// id, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -159,12 +159,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is wetp:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -225,13 +225,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is wetp:taskpane. /// - /// + /// /// The following table lists the possible child types: /// /// <wetp:extLst> /// <wetp:webextensionref> /// - /// + /// public partial class WebExtensionTaskpane : OpenXmlCompositeElement { /// @@ -351,9 +351,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// WebExtensionPartReference. /// Represents the following element tag in the schema: wetp:webextensionref. /// - /// + /// /// xmlns:wetp = http://schemas.microsoft.com/office/webextensions/taskpanes/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartReference? WebExtensionPartReference { get => GetElement(); @@ -364,9 +364,9 @@ public DocumentFormat.OpenXml.Office2013.WebExtentionPane.WebExtensionPartRefere /// OfficeArtExtensionList. /// Represents the following element tag in the schema: wetp:extLst. /// - /// + /// /// xmlns:wetp = http://schemas.microsoft.com/office/webextensions/taskpanes/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtentionPane.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_webextension_2010_11.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_webextension_2010_11.g.cs index e8d0c611d..60e72235e 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_webextension_2010_11.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_webextensions_webextension_2010_11.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Office2013.WebExtension /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is we:webextension. /// - /// + /// /// The following table lists the possible child types: /// /// <we:snapshot> @@ -33,7 +33,7 @@ namespace DocumentFormat.OpenXml.Office2013.WebExtension /// <we:reference> /// <we:alternateReferences> /// - /// + /// public partial class WebExtension : OpenXmlPartRootElement { /// @@ -120,9 +120,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// WebExtensionStoreReference. /// Represents the following element tag in the schema: we:reference. /// - /// + /// /// xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference? WebExtensionStoreReference { get => GetElement(); @@ -133,9 +133,9 @@ public DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionStoreReference /// WebExtensionReferenceList. /// Represents the following element tag in the schema: we:alternateReferences. /// - /// + /// /// xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList? WebExtensionReferenceList { get => GetElement(); @@ -146,9 +146,9 @@ public DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReferenceList? /// WebExtensionPropertyBag. /// Represents the following element tag in the schema: we:properties. /// - /// + /// /// xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag? WebExtensionPropertyBag { get => GetElement(); @@ -159,9 +159,9 @@ public DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag? W /// WebExtensionBindingList. /// Represents the following element tag in the schema: we:bindings. /// - /// + /// /// xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList? WebExtensionBindingList { get => GetElement(); @@ -172,9 +172,9 @@ public DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList? W /// Snapshot. /// Represents the following element tag in the schema: we:snapshot. /// - /// + /// /// xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot? Snapshot { get => GetElement(); @@ -185,9 +185,9 @@ public DocumentFormat.OpenXml.Office2013.WebExtension.Snapshot? Snapshot /// OfficeArtExtensionList. /// Represents the following element tag in the schema: we:extLst. /// - /// + /// /// xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -247,9 +247,9 @@ public WebExtensionReference() : base() /// id, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -331,12 +331,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is we:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -397,12 +397,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is we:binding. /// - /// + /// /// The following table lists the possible child types: /// /// <we:extLst> /// - /// + /// public partial class WebExtensionBinding : OpenXmlCompositeElement { /// @@ -495,9 +495,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: we:extLst. /// - /// + /// /// xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -513,12 +513,12 @@ public DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? Of /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is we:reference. /// - /// + /// /// The following table lists the possible child types: /// /// <we:extLst> /// - /// + /// public partial class WebExtensionStoreReference : OpenXmlCompositeElement { /// @@ -620,9 +620,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: we:extLst. /// - /// + /// /// xmlns:we = http://schemas.microsoft.com/office/webextensions/webextension/2010/11 - /// + /// public DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -638,12 +638,12 @@ public DocumentFormat.OpenXml.Office2013.WebExtension.OfficeArtExtensionList? Of /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is we:alternateReferences. /// - /// + /// /// The following table lists the possible child types: /// /// <we:reference> /// - /// + /// public partial class WebExtensionReferenceList : OpenXmlCompositeElement { /// @@ -698,12 +698,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is we:properties. /// - /// + /// /// The following table lists the possible child types: /// /// <we:property> /// - /// + /// public partial class WebExtensionPropertyBag : OpenXmlCompositeElement { /// @@ -758,12 +758,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is we:bindings. /// - /// + /// /// The following table lists the possible child types: /// /// <we:binding> /// - /// + /// public partial class WebExtensionBindingList : OpenXmlCompositeElement { /// @@ -818,7 +818,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is we:snapshot. /// - /// + /// /// The following table lists the possible child types: /// /// <a:alphaBiLevel> @@ -840,7 +840,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:lum> /// <a:tint> /// - /// + /// public partial class Snapshot : OpenXmlCompositeElement { /// @@ -878,9 +878,9 @@ public Snapshot(string outerXml) : base(outerXml) /// Embedded Picture Reference /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -891,9 +891,9 @@ public StringValue? Embed /// Linked Picture Reference /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2006_wordml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2006_wordml.g.cs index 65c0e6d25..a158b3004 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2006_wordml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2006_wordml.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Office.Word /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:tcg. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:acds> @@ -30,7 +30,7 @@ namespace DocumentFormat.OpenXml.Office.Word /// <wne:keymapsBad> /// <wne:toolbars> /// - /// + /// public partial class TemplateCommandGroup : OpenXmlPartRootElement { /// @@ -121,12 +121,12 @@ public CustomizationPart? CustomizationPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:mcds. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:mcd> /// - /// + /// public partial class Mcds : OpenXmlCompositeElement { /// @@ -180,13 +180,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:vbaSuppData. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:docEvents> /// <wne:mcds> /// - /// + /// public partial class VbaSuppData : OpenXmlPartRootElement { /// @@ -237,9 +237,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DocEvents. /// Represents the following element tag in the schema: wne:docEvents. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.DocEvents? DocEvents { get => GetElement(); @@ -250,9 +250,9 @@ public DocumentFormat.OpenXml.Office.Word.DocEvents? DocEvents /// Mcds. /// Represents the following element tag in the schema: wne:mcds. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.Mcds? Mcds { get => GetElement(); @@ -299,12 +299,12 @@ public VbaDataPart? VbaDataPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:recipients. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:recipientData> /// - /// + /// public partial class MailMergeRecipients : OpenXmlPartRootElement { /// @@ -371,9 +371,9 @@ public FixedCommandKeyboardCustomization() : base() /// fciName /// Represents the following attribute in the schema: wne:fciName /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? CommandName { get => GetAttribute(); @@ -384,9 +384,9 @@ public StringValue? CommandName /// fciIndex /// Represents the following attribute in the schema: wne:fciIndex /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? CommandIndex { get => GetAttribute(); @@ -397,9 +397,9 @@ public HexBinaryValue? CommandIndex /// swArg /// Represents the following attribute in the schema: wne:swArg /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? Argument { get => GetAttribute(); @@ -492,9 +492,9 @@ protected MacroWllType() : base() /// macroName /// Represents the following attribute in the schema: wne:macroName /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? MacroName { get => GetAttribute(); @@ -575,9 +575,9 @@ protected AcceleratorKeymapType() : base() /// acdName /// Represents the following attribute in the schema: wne:acdName /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? AcceleratorName { get => GetAttribute(); @@ -610,9 +610,9 @@ public CharacterInsertion() : base() /// val /// Represents the following attribute in the schema: wne:val /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? Val { get => GetAttribute(); @@ -640,7 +640,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:keymap. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:acd> @@ -649,7 +649,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <wne:macro> /// <wne:wll> /// - /// + /// public partial class KeyMapEntry : OpenXmlCompositeElement { /// @@ -687,9 +687,9 @@ public KeyMapEntry(string outerXml) : base(outerXml) /// chmPrimary /// Represents the following attribute in the schema: wne:chmPrimary /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? CharacterMapPrimary { get => GetAttribute(); @@ -700,9 +700,9 @@ public HexBinaryValue? CharacterMapPrimary /// chmSecondary /// Represents the following attribute in the schema: wne:chmSecondary /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? CharacterMapSecondary { get => GetAttribute(); @@ -713,9 +713,9 @@ public HexBinaryValue? CharacterMapSecondary /// kcmPrimary /// Represents the following attribute in the schema: wne:kcmPrimary /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? KeyCodePrimary { get => GetAttribute(); @@ -726,9 +726,9 @@ public HexBinaryValue? KeyCodePrimary /// kcmSecondary /// Represents the following attribute in the schema: wne:kcmSecondary /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? KeyCodeSecondary { get => GetAttribute(); @@ -739,9 +739,9 @@ public HexBinaryValue? KeyCodeSecondary /// mask /// Represents the following attribute in the schema: wne:mask /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public OnOffValue? Mask { get => GetAttribute(); @@ -789,9 +789,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FixedCommandKeyboardCustomization. /// Represents the following element tag in the schema: wne:fci. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization? FixedCommandKeyboardCustomization { get => GetElement(); @@ -802,9 +802,9 @@ public DocumentFormat.OpenXml.Office.Word.FixedCommandKeyboardCustomization? Fix /// MacroKeyboardCustomization. /// Represents the following element tag in the schema: wne:macro. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization? MacroKeyboardCustomization { get => GetElement(); @@ -815,9 +815,9 @@ public DocumentFormat.OpenXml.Office.Word.MacroKeyboardCustomization? MacroKeybo /// AllocatedCommandKeyboardCustomization. /// Represents the following element tag in the schema: wne:acd. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization? AllocatedCommandKeyboardCustomization { get => GetElement(); @@ -828,9 +828,9 @@ public DocumentFormat.OpenXml.Office.Word.AllocatedCommandKeyboardCustomization? /// WllMacroKeyboardCustomization. /// Represents the following element tag in the schema: wne:wll. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization? WllMacroKeyboardCustomization { get => GetElement(); @@ -841,9 +841,9 @@ public DocumentFormat.OpenXml.Office.Word.WllMacroKeyboardCustomization? WllMacr /// CharacterInsertion. /// Represents the following element tag in the schema: wne:wch. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.CharacterInsertion? CharacterInsertion { get => GetElement(); @@ -872,9 +872,9 @@ public AllocatedCommand() : base() /// argValue /// Represents the following attribute in the schema: wne:argValue /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? ArgumentValue { get => GetAttribute(); @@ -885,9 +885,9 @@ public StringValue? ArgumentValue /// fciBasedOn /// Represents the following attribute in the schema: wne:fciBasedOn /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? CommandBasedOn { get => GetAttribute(); @@ -898,9 +898,9 @@ public StringValue? CommandBasedOn /// fciIndexBasedOn /// Represents the following attribute in the schema: wne:fciIndexBasedOn /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? CommandIndexBasedOn { get => GetAttribute(); @@ -911,9 +911,9 @@ public HexBinaryValue? CommandIndexBasedOn /// acdName /// Represents the following attribute in the schema: wne:acdName /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? AcceleratorName { get => GetAttribute(); @@ -956,9 +956,9 @@ public Mcd() : base() /// macroName /// Represents the following attribute in the schema: wne:macroName /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? MacroName { get => GetAttribute(); @@ -969,9 +969,9 @@ public StringValue? MacroName /// name /// Represents the following attribute in the schema: wne:name /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? Name { get => GetAttribute(); @@ -982,9 +982,9 @@ public StringValue? Name /// menuHelp /// Represents the following attribute in the schema: wne:menuHelp /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public StringValue? MenuHelp { get => GetAttribute(); @@ -995,9 +995,9 @@ public StringValue? MenuHelp /// bEncrypt /// Represents the following attribute in the schema: wne:bEncrypt /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? BEncrypt { get => GetAttribute(); @@ -1008,9 +1008,9 @@ public HexBinaryValue? BEncrypt /// cmg /// Represents the following attribute in the schema: wne:cmg /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public HexBinaryValue? Cmg { get => GetAttribute(); @@ -1528,7 +1528,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:docEvents. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:eventDocNew> @@ -1545,7 +1545,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <wne:eventDocContentControlContentUpdate> /// <wne:eventDocBuildingBlockAfterInsert> /// - /// + /// public partial class DocEvents : OpenXmlCompositeElement { /// @@ -1618,9 +1618,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// EventDocNewXsdString. /// Represents the following element tag in the schema: wne:eventDocNew. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString? EventDocNewXsdString { get => GetElement(); @@ -1631,9 +1631,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString? EventDocNewXsdSt /// EventDocOpenXsdString. /// Represents the following element tag in the schema: wne:eventDocOpen. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString? EventDocOpenXsdString { get => GetElement(); @@ -1644,9 +1644,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocOpenXsdString? EventDocOpenXsd /// EventDocCloseXsdString. /// Represents the following element tag in the schema: wne:eventDocClose. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString? EventDocCloseXsdString { get => GetElement(); @@ -1657,9 +1657,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocCloseXsdString? EventDocCloseX /// EventDocSyncXsdString. /// Represents the following element tag in the schema: wne:eventDocSync. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString? EventDocSyncXsdString { get => GetElement(); @@ -1670,9 +1670,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocSyncXsdString? EventDocSyncXsd /// EventDocXmlAfterInsertXsdString. /// Represents the following element tag in the schema: wne:eventDocXmlAfterInsert. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString? EventDocXmlAfterInsertXsdString { get => GetElement(); @@ -1683,9 +1683,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocXmlAfterInsertXsdString? Event /// EventDocXmlBeforeDeleteXsdString. /// Represents the following element tag in the schema: wne:eventDocXmlBeforeDelete. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString? EventDocXmlBeforeDeleteXsdString { get => GetElement(); @@ -1696,9 +1696,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocXmlBeforeDeleteXsdString? Even /// EventDocContentControlAfterInsertXsdString. /// Represents the following element tag in the schema: wne:eventDocContentControlAfterInsert. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdString? EventDocContentControlAfterInsertXsdString { get => GetElement(); @@ -1709,9 +1709,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocContentControlAfterInsertXsdSt /// EventDocContentControlBeforeDeleteXsdString. /// Represents the following element tag in the schema: wne:eventDocContentControlBeforeDelete. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdString? EventDocContentControlBeforeDeleteXsdString { get => GetElement(); @@ -1722,9 +1722,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocContentControlBeforeDeleteXsdS /// EventDocContentControlOnExistXsdString. /// Represents the following element tag in the schema: wne:eventDocContentControlOnExit. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString? EventDocContentControlOnExistXsdString { get => GetElement(); @@ -1735,9 +1735,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnExistXsdString /// EventDocContentControlOnEnterXsdString. /// Represents the following element tag in the schema: wne:eventDocContentControlOnEnter. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString? EventDocContentControlOnEnterXsdString { get => GetElement(); @@ -1748,9 +1748,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocContentControlOnEnterXsdString /// EventDocStoreUpdateXsdString. /// Represents the following element tag in the schema: wne:eventDocStoreUpdate. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString? EventDocStoreUpdateXsdString { get => GetElement(); @@ -1761,9 +1761,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocStoreUpdateXsdString? EventDoc /// EventDocContentControlUpdateXsdString. /// Represents the following element tag in the schema: wne:eventDocContentControlContentUpdate. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString? EventDocContentControlUpdateXsdString { get => GetElement(); @@ -1774,9 +1774,9 @@ public DocumentFormat.OpenXml.Office.Word.EventDocContentControlUpdateXsdString? /// EventDocBuildingBlockAfterInsertXsdString. /// Represents the following element tag in the schema: wne:eventDocBuildingBlockAfterInsert. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString? EventDocBuildingBlockAfterInsertXsdString { get => GetElement(); @@ -1792,12 +1792,12 @@ public DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdStr /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:acdManifest. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:acdEntry> /// - /// + /// public partial class AllocatedCommandManifest : OpenXmlCompositeElement { /// @@ -1864,9 +1864,9 @@ public ToolbarData() : base() /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1893,12 +1893,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:keymaps. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:keymap> /// - /// + /// public partial class KeyMapCustomizations : KeymapsType { /// @@ -1951,12 +1951,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:keymapsBad. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:keymap> /// - /// + /// public partial class MismatchedKeyMapCustomization : KeymapsType { /// @@ -2009,12 +2009,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:keymap> /// - /// + /// public abstract partial class KeymapsType : OpenXmlCompositeElement { /// @@ -2060,13 +2060,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:toolbars. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:acdManifest> /// <wne:toolbarData> /// - /// + /// public partial class Toolbars : OpenXmlCompositeElement { /// @@ -2122,12 +2122,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:acds. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:acd> /// - /// + /// public partial class AllocatedCommands : OpenXmlCompositeElement { /// @@ -2194,9 +2194,9 @@ public RecordIncluded() : base() /// val /// Represents the following attribute in the schema: wne:val /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public OnOffValue? Val { get => GetAttribute(); @@ -2233,9 +2233,9 @@ public RecordHashCode() : base() /// val /// Represents the following attribute in the schema: wne:val /// - /// + /// /// xmlns:wne=http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public IntegerValue? Val { get => GetAttribute(); @@ -2262,13 +2262,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wne:recipientData. /// - /// + /// /// The following table lists the possible child types: /// /// <wne:hash> /// <wne:active> /// - /// + /// public partial class SingleDataSourceRecord : OpenXmlCompositeElement { /// @@ -2319,9 +2319,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RecordIncluded. /// Represents the following element tag in the schema: wne:active. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.RecordIncluded? RecordIncluded { get => GetElement(); @@ -2332,9 +2332,9 @@ public DocumentFormat.OpenXml.Office.Word.RecordIncluded? RecordIncluded /// RecordHashCode. /// Represents the following element tag in the schema: wne:hash. /// - /// + /// /// xmlns:wne = http://schemas.microsoft.com/office/word/2006/wordml - /// + /// public DocumentFormat.OpenXml.Office.Word.RecordHashCode? RecordHashCode { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordml.g.cs index 8ab5000e8..f3cbaabdc 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordml.g.cs @@ -26,7 +26,7 @@ namespace DocumentFormat.OpenXml.Office2010.Word /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:conflictIns. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -86,7 +86,7 @@ namespace DocumentFormat.OpenXml.Office2010.Word /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class RunConflictInsertion : RunTrackChangeType { /// @@ -276,7 +276,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:conflictDel. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -336,7 +336,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class RunConflictDeletion : RunTrackChangeType { /// @@ -526,7 +526,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -586,7 +586,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public abstract partial class RunTrackChangeType : OpenXmlCompositeElement { /// @@ -624,9 +624,9 @@ protected RunTrackChangeType(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -637,9 +637,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -650,9 +650,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -663,9 +663,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -872,9 +872,9 @@ protected TrackChangeType() : base() /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -885,9 +885,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -898,9 +898,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -911,9 +911,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1039,9 +1039,9 @@ protected PositiveFixedPercentageType() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -1079,9 +1079,9 @@ public HueModulation() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -1274,9 +1274,9 @@ protected PercentageType() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -1300,7 +1300,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:srgbClr. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:sat> @@ -1314,7 +1314,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:alpha> /// <w14:hueMod> /// - /// + /// public partial class RgbColorModelHex : OpenXmlCompositeElement { /// @@ -1352,9 +1352,9 @@ public RgbColorModelHex(string outerXml) : base(outerXml) /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? Val { get => GetAttribute(); @@ -1413,7 +1413,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:schemeClr. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:sat> @@ -1427,7 +1427,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:alpha> /// <w14:hueMod> /// - /// + /// public partial class SchemeColor : OpenXmlCompositeElement { /// @@ -1465,9 +1465,9 @@ public SchemeColor(string outerXml) : base(outerXml) /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -1538,9 +1538,9 @@ public LinearShadeProperties() : base() /// ang, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:ang /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Angle { get => GetAttribute(); @@ -1551,9 +1551,9 @@ public Int32Value? Angle /// scaled, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:scaled /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Scaled { get => GetAttribute>(); @@ -1586,12 +1586,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:path. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:fillToRect> /// - /// + /// public partial class PathShadeProperties : OpenXmlCompositeElement { /// @@ -1629,9 +1629,9 @@ public PathShadeProperties(string outerXml) : base(outerXml) /// path, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:path /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Path { get => GetAttribute>(); @@ -1659,9 +1659,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FillToRectangle. /// Represents the following element tag in the schema: w14:fillToRect. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.FillToRectangle? FillToRectangle { get => GetElement(); @@ -1797,13 +1797,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:solidFill. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:schemeClr> /// <w14:srgbClr> /// - /// + /// public partial class SolidColorFillProperties : OpenXmlCompositeElement { /// @@ -1861,9 +1861,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RgbColorModelHex. /// Represents the following element tag in the schema: w14:srgbClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -1874,9 +1874,9 @@ public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex /// SchemeColor. /// Represents the following element tag in the schema: w14:schemeClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.SchemeColor? SchemeColor { get => GetElement(); @@ -1892,14 +1892,14 @@ public DocumentFormat.OpenXml.Office2010.Word.SchemeColor? SchemeColor /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:gradFill. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:gsLst> /// <w14:lin> /// <w14:path> /// - /// + /// public partial class GradientFillProperties : OpenXmlCompositeElement { /// @@ -1959,9 +1959,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GradientStopList. /// Represents the following element tag in the schema: w14:gsLst. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.GradientStopList? GradientStopList { get => GetElement(); @@ -1990,9 +1990,9 @@ public PresetLineDashProperties() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -2033,9 +2033,9 @@ public LineJoinMiterProperties() : base() /// lim, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:lim /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Limit { get => GetAttribute(); @@ -2064,13 +2064,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:glow. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:schemeClr> /// <w14:srgbClr> /// - /// + /// public partial class Glow : OpenXmlCompositeElement { /// @@ -2108,9 +2108,9 @@ public Glow(string outerXml) : base(outerXml) /// rad, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:rad /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? GlowRadius { get => GetAttribute(); @@ -2147,9 +2147,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RgbColorModelHex. /// Represents the following element tag in the schema: w14:srgbClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -2160,9 +2160,9 @@ public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex /// SchemeColor. /// Represents the following element tag in the schema: w14:schemeClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.SchemeColor? SchemeColor { get => GetElement(); @@ -2178,13 +2178,13 @@ public DocumentFormat.OpenXml.Office2010.Word.SchemeColor? SchemeColor /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:shadow. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:schemeClr> /// <w14:srgbClr> /// - /// + /// public partial class Shadow : OpenXmlCompositeElement { /// @@ -2222,9 +2222,9 @@ public Shadow(string outerXml) : base(outerXml) /// blurRad, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:blurRad /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? BlurRadius { get => GetAttribute(); @@ -2235,9 +2235,9 @@ public Int64Value? BlurRadius /// dist, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:dist /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? DistanceFromText { get => GetAttribute(); @@ -2248,9 +2248,9 @@ public Int64Value? DistanceFromText /// dir, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:dir /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? DirectionAngle { get => GetAttribute(); @@ -2261,9 +2261,9 @@ public Int32Value? DirectionAngle /// sx, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:sx /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? HorizontalScalingFactor { get => GetAttribute(); @@ -2274,9 +2274,9 @@ public Int32Value? HorizontalScalingFactor /// sy, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:sy /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? VerticalScalingFactor { get => GetAttribute(); @@ -2287,9 +2287,9 @@ public Int32Value? VerticalScalingFactor /// kx, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:kx /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? HorizontalSkewAngle { get => GetAttribute(); @@ -2300,9 +2300,9 @@ public Int32Value? HorizontalSkewAngle /// ky, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:ky /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? VerticalSkewAngle { get => GetAttribute(); @@ -2313,9 +2313,9 @@ public Int32Value? VerticalSkewAngle /// algn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:algn /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Alignment { get => GetAttribute>(); @@ -2384,9 +2384,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RgbColorModelHex. /// Represents the following element tag in the schema: w14:srgbClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -2397,9 +2397,9 @@ public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex /// SchemeColor. /// Represents the following element tag in the schema: w14:schemeClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.SchemeColor? SchemeColor { get => GetElement(); @@ -2428,9 +2428,9 @@ public Reflection() : base() /// blurRad, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:blurRad /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? BlurRadius { get => GetAttribute(); @@ -2441,9 +2441,9 @@ public Int64Value? BlurRadius /// stA, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:stA /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? StartingOpacity { get => GetAttribute(); @@ -2454,9 +2454,9 @@ public Int32Value? StartingOpacity /// stPos, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:stPos /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? StartPosition { get => GetAttribute(); @@ -2467,9 +2467,9 @@ public Int32Value? StartPosition /// endA, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:endA /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? EndingOpacity { get => GetAttribute(); @@ -2480,9 +2480,9 @@ public Int32Value? EndingOpacity /// endPos, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:endPos /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? EndPosition { get => GetAttribute(); @@ -2493,9 +2493,9 @@ public Int32Value? EndPosition /// dist, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:dist /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? DistanceFromText { get => GetAttribute(); @@ -2506,9 +2506,9 @@ public Int64Value? DistanceFromText /// dir, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:dir /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? DirectionAngle { get => GetAttribute(); @@ -2519,9 +2519,9 @@ public Int32Value? DirectionAngle /// fadeDir, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:fadeDir /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? FadeDirection { get => GetAttribute(); @@ -2532,9 +2532,9 @@ public Int32Value? FadeDirection /// sx, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:sx /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? HorizontalScalingFactor { get => GetAttribute(); @@ -2545,9 +2545,9 @@ public Int32Value? HorizontalScalingFactor /// sy, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:sy /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? VerticalScalingFactor { get => GetAttribute(); @@ -2558,9 +2558,9 @@ public Int32Value? VerticalScalingFactor /// kx, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:kx /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? HorizontalSkewAngle { get => GetAttribute(); @@ -2571,9 +2571,9 @@ public Int32Value? HorizontalSkewAngle /// ky, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:ky /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? VerticalSkewAngle { get => GetAttribute(); @@ -2584,9 +2584,9 @@ public Int32Value? VerticalSkewAngle /// algn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:algn /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Alignment { get => GetAttribute>(); @@ -2672,7 +2672,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:textOutline. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:noFill> @@ -2683,7 +2683,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:prstDash> /// <w14:solidFill> /// - /// + /// public partial class TextOutlineEffect : OpenXmlCompositeElement { /// @@ -2721,9 +2721,9 @@ public TextOutlineEffect(string outerXml) : base(outerXml) /// w, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:w /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? LineWidth { get => GetAttribute(); @@ -2734,9 +2734,9 @@ public Int32Value? LineWidth /// cap, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:cap /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? CapType { get => GetAttribute>(); @@ -2747,9 +2747,9 @@ public EnumValue? CapType /// cmpd, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:cmpd /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Compound { get => GetAttribute>(); @@ -2760,9 +2760,9 @@ public EnumValue? Com /// algn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:algn /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Alignment { get => GetAttribute>(); @@ -2838,14 +2838,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:textFill. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:noFill> /// <w14:gradFill> /// <w14:solidFill> /// - /// + /// public partial class FillTextEffect : OpenXmlCompositeElement { /// @@ -2905,9 +2905,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NoFillEmpty. /// Represents the following element tag in the schema: w14:noFill. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty? NoFillEmpty { get => GetElement(); @@ -2918,9 +2918,9 @@ public DocumentFormat.OpenXml.Office2010.Word.NoFillEmpty? NoFillEmpty /// SolidColorFillProperties. /// Represents the following element tag in the schema: w14:solidFill. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties? SolidColorFillProperties { get => GetElement(); @@ -2931,9 +2931,9 @@ public DocumentFormat.OpenXml.Office2010.Word.SolidColorFillProperties? SolidCol /// GradientFillProperties. /// Represents the following element tag in the schema: w14:gradFill. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties? GradientFillProperties { get => GetElement(); @@ -2949,13 +2949,13 @@ public DocumentFormat.OpenXml.Office2010.Word.GradientFillProperties? GradientFi /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:scene3d. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:camera> /// <w14:lightRig> /// - /// + /// public partial class Scene3D : OpenXmlCompositeElement { /// @@ -3007,9 +3007,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Camera. /// Represents the following element tag in the schema: w14:camera. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Camera? Camera { get => GetElement(); @@ -3020,9 +3020,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Camera? Camera /// LightRig. /// Represents the following element tag in the schema: w14:lightRig. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.LightRig? LightRig { get => GetElement(); @@ -3038,7 +3038,7 @@ public DocumentFormat.OpenXml.Office2010.Word.LightRig? LightRig /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:props3d. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:bevelT> @@ -3046,7 +3046,7 @@ public DocumentFormat.OpenXml.Office2010.Word.LightRig? LightRig /// <w14:extrusionClr> /// <w14:contourClr> /// - /// + /// public partial class Properties3D : OpenXmlCompositeElement { /// @@ -3084,9 +3084,9 @@ public Properties3D(string outerXml) : base(outerXml) /// extrusionH, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:extrusionH /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? ExtrusionHeight { get => GetAttribute(); @@ -3097,9 +3097,9 @@ public Int64Value? ExtrusionHeight /// contourW, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:contourW /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? ContourWidth { get => GetAttribute(); @@ -3110,9 +3110,9 @@ public Int64Value? ContourWidth /// prstMaterial, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:prstMaterial /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? PresetMaterialType { get => GetAttribute>(); @@ -3157,9 +3157,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BevelTop. /// Represents the following element tag in the schema: w14:bevelT. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.BevelTop? BevelTop { get => GetElement(); @@ -3170,9 +3170,9 @@ public DocumentFormat.OpenXml.Office2010.Word.BevelTop? BevelTop /// BevelBottom. /// Represents the following element tag in the schema: w14:bevelB. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.BevelBottom? BevelBottom { get => GetElement(); @@ -3183,9 +3183,9 @@ public DocumentFormat.OpenXml.Office2010.Word.BevelBottom? BevelBottom /// ExtrusionColor. /// Represents the following element tag in the schema: w14:extrusionClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor? ExtrusionColor { get => GetElement(); @@ -3196,9 +3196,9 @@ public DocumentFormat.OpenXml.Office2010.Word.ExtrusionColor? ExtrusionColor /// ContourColor. /// Represents the following element tag in the schema: w14:contourClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.ContourColor? ContourColor { get => GetElement(); @@ -3227,9 +3227,9 @@ public Ligatures() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -3271,9 +3271,9 @@ public NumberingFormat() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -3315,9 +3315,9 @@ public NumberSpacing() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -3346,12 +3346,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:stylisticSets. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:styleSet> /// - /// + /// public partial class StylisticSets : OpenXmlCompositeElement { /// @@ -3519,9 +3519,9 @@ protected OnOffType() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -3544,14 +3544,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:contentPart. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:extLst> /// <w14:xfrm> /// <w14:nvContentPartPr> /// - /// + /// public partial class ContentPart : OpenXmlCompositeElement { /// @@ -3589,9 +3589,9 @@ public ContentPart(string outerXml) : base(outerXml) /// bwMode, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:bwMode /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? BlackWhiteMode { get => GetAttribute>(); @@ -3602,9 +3602,9 @@ public EnumValue? BlackWhit /// id, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -3641,9 +3641,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// WordNonVisualContentPartShapeProperties. /// Represents the following element tag in the schema: w14:nvContentPartPr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapeProperties? WordNonVisualContentPartShapeProperties { get => GetElement(); @@ -3654,9 +3654,9 @@ public DocumentFormat.OpenXml.Office2010.Word.WordNonVisualContentPartShapePrope /// Transform2D. /// Represents the following element tag in the schema: w14:xfrm. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Transform2D? Transform2D { get => GetElement(); @@ -3667,9 +3667,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Transform2D? Transform2D /// OfficeArtExtensionList. /// Represents the following element tag in the schema: w14:extLst. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -3698,9 +3698,9 @@ public DocumentId() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? Val { get => GetAttribute(); @@ -3794,9 +3794,9 @@ protected MarkupType() : base() /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -3837,9 +3837,9 @@ public DefaultImageDpi() : base() /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -3868,14 +3868,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:checkbox. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:checked> /// <w14:checkedState> /// <w14:uncheckedState> /// - /// + /// public partial class SdtContentCheckBox : OpenXmlCompositeElement { /// @@ -3929,9 +3929,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Checked. /// Represents the following element tag in the schema: w14:checked. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Checked? Checked { get => GetElement(); @@ -3942,9 +3942,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Checked? Checked /// CheckedState. /// Represents the following element tag in the schema: w14:checkedState. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.CheckedState? CheckedState { get => GetElement(); @@ -3955,9 +3955,9 @@ public DocumentFormat.OpenXml.Office2010.Word.CheckedState? CheckedState /// UncheckedState. /// Represents the following element tag in the schema: w14:uncheckedState. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.UncheckedState? UncheckedState { get => GetElement(); @@ -3973,13 +3973,13 @@ public DocumentFormat.OpenXml.Office2010.Word.UncheckedState? UncheckedState /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:gs. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:schemeClr> /// <w14:srgbClr> /// - /// + /// public partial class GradientStop : OpenXmlCompositeElement { /// @@ -4017,9 +4017,9 @@ public GradientStop(string outerXml) : base(outerXml) /// pos, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:pos /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? StopPosition { get => GetAttribute(); @@ -4057,9 +4057,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RgbColorModelHex. /// Represents the following element tag in the schema: w14:srgbClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -4070,9 +4070,9 @@ public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex /// SchemeColor. /// Represents the following element tag in the schema: w14:schemeClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.SchemeColor? SchemeColor { get => GetElement(); @@ -4101,9 +4101,9 @@ public FillToRectangle() : base() /// l, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:l /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Left { get => GetAttribute(); @@ -4114,9 +4114,9 @@ public Int32Value? Left /// t, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:t /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Top { get => GetAttribute(); @@ -4127,9 +4127,9 @@ public Int32Value? Top /// r, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:r /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Right { get => GetAttribute(); @@ -4140,9 +4140,9 @@ public Int32Value? Right /// b, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:b /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Bottom { get => GetAttribute(); @@ -4182,12 +4182,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:gsLst. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:gs> /// - /// + /// public partial class GradientStopList : OpenXmlCompositeElement { /// @@ -4255,9 +4255,9 @@ public SphereCoordinates() : base() /// lat, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:lat /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Lattitude { get => GetAttribute(); @@ -4268,9 +4268,9 @@ public Int32Value? Lattitude /// lon, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:lon /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Longitude { get => GetAttribute(); @@ -4281,9 +4281,9 @@ public Int32Value? Longitude /// rev, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:rev /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int32Value? Revolution { get => GetAttribute(); @@ -4338,9 +4338,9 @@ public Camera() : base() /// prst, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:prst /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? PresetCameraType { get => GetAttribute>(); @@ -4370,12 +4370,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:lightRig. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:rot> /// - /// + /// public partial class LightRig : OpenXmlCompositeElement { /// @@ -4413,9 +4413,9 @@ public LightRig(string outerXml) : base(outerXml) /// rig, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:rig /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? LightRigType { get => GetAttribute>(); @@ -4426,9 +4426,9 @@ public EnumValue? Lig /// dir, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:dir /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? LightDirectionType { get => GetAttribute>(); @@ -4464,9 +4464,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SphereCoordinates. /// Represents the following element tag in the schema: w14:rot. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.SphereCoordinates? SphereCoordinates { get => GetElement(); @@ -4545,9 +4545,9 @@ protected BevelType() : base() /// w, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:w /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? Width { get => GetAttribute(); @@ -4558,9 +4558,9 @@ public Int64Value? Width /// h, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:h /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public Int64Value? Height { get => GetAttribute(); @@ -4571,9 +4571,9 @@ public Int64Value? Height /// prst, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:prst /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? PresetProfileType { get => GetAttribute>(); @@ -4607,13 +4607,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:extrusionClr. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:schemeClr> /// <w14:srgbClr> /// - /// + /// public partial class ExtrusionColor : ColorType { /// @@ -4674,13 +4674,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:contourClr. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:schemeClr> /// <w14:srgbClr> /// - /// + /// public partial class ContourColor : ColorType { /// @@ -4741,13 +4741,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:schemeClr> /// <w14:srgbClr> /// - /// + /// public abstract partial class ColorType : OpenXmlCompositeElement { /// @@ -4792,9 +4792,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RgbColorModelHex. /// Represents the following element tag in the schema: w14:srgbClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -4805,9 +4805,9 @@ public DocumentFormat.OpenXml.Office2010.Word.RgbColorModelHex? RgbColorModelHex /// SchemeColor. /// Represents the following element tag in the schema: w14:schemeClr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.SchemeColor? SchemeColor { get => GetElement(); @@ -4833,9 +4833,9 @@ public StyleSet() : base() /// id, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:id /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public UInt32Value? Id { get => GetAttribute(); @@ -4846,9 +4846,9 @@ public UInt32Value? Id /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -4945,9 +4945,9 @@ protected CheckBoxSymbolType() : base() /// font, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:font /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public StringValue? Font { get => GetAttribute(); @@ -4958,9 +4958,9 @@ public StringValue? Font /// val, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:val /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? Val { get => GetAttribute(); @@ -4988,14 +4988,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -5111,9 +5111,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -5124,9 +5124,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -5137,9 +5137,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -5155,13 +5155,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:cNvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:extLst> /// <a14:cpLocks> /// - /// + /// public partial class NonVisualInkContentPartProperties : OpenXmlCompositeElement { /// @@ -5225,9 +5225,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ContentPartLocks. /// Represents the following element tag in the schema: a14:cpLocks. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLocks { get => GetElement(); @@ -5238,9 +5238,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.ContentPartLocks? ContentPartLo /// OfficeArtExtensionList. /// Represents the following element tag in the schema: a14:extLst. /// - /// + /// /// xmlns:a14 = http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -5256,13 +5256,13 @@ public DocumentFormat.OpenXml.Office2010.Drawing.OfficeArtExtensionList? OfficeA /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:nvContentPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w14:cNvPr> /// <w14:cNvContentPartPr> /// - /// + /// public partial class WordNonVisualContentPartShapeProperties : OpenXmlCompositeElement { /// @@ -5314,9 +5314,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: w14:cNvPr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -5327,9 +5327,9 @@ public DocumentFormat.OpenXml.Office2010.Word.NonVisualDrawingProperties? NonVis /// NonVisualInkContentPartProperties. /// Represents the following element tag in the schema: w14:cNvContentPartPr. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties? NonVisualInkContentPartProperties { get => GetElement(); @@ -5345,13 +5345,13 @@ public DocumentFormat.OpenXml.Office2010.Word.NonVisualInkContentPartProperties? /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -5437,9 +5437,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -5450,9 +5450,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -5468,12 +5468,12 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w14:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingCanvas.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingCanvas.g.cs index 6d0551f77..13c5676c9 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingCanvas.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingCanvas.g.cs @@ -26,7 +26,7 @@ namespace DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpc:wpc. /// - /// + /// /// The following table lists the possible child types: /// /// <wpc:bg> @@ -38,7 +38,7 @@ namespace DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas /// <wpg:wgp> /// <wps:wsp> /// - /// + /// public partial class WordprocessingCanvas : OpenXmlCompositeElement { /// @@ -105,9 +105,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BackgroundFormatting. /// Represents the following element tag in the schema: wpc:bg. /// - /// + /// /// xmlns:wpc = http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting? BackgroundFormatting { get => GetElement(); @@ -118,9 +118,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.BackgroundFormatting /// WholeFormatting. /// Represents the following element tag in the schema: wpc:whole. /// - /// + /// /// xmlns:wpc = http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? WholeFormatting { get => GetElement(); @@ -136,7 +136,7 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? Who /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpc:bg. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -148,7 +148,7 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingCanvas.WholeFormatting? Who /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class BackgroundFormatting : OpenXmlCompositeElement { /// @@ -229,14 +229,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpc:whole. /// - /// + /// /// The following table lists the possible child types: /// /// <a:effectDag> /// <a:effectLst> /// <a:ln> /// - /// + /// public partial class WholeFormatting : OpenXmlCompositeElement { /// @@ -296,9 +296,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Outline. /// Represents the following element tag in the schema: a:ln. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Outline? Outline { get => GetElement(); @@ -314,7 +314,7 @@ public DocumentFormat.OpenXml.Drawing.Outline? Outline /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpc:graphicFrame. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> @@ -323,7 +323,7 @@ public DocumentFormat.OpenXml.Drawing.Outline? Outline /// <wpg:extLst> /// <wpg:xfrm> /// - /// + /// public partial class GraphicFrameType : OpenXmlCompositeElement { /// @@ -381,9 +381,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: wpg:cNvPr. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -394,9 +394,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingPrope /// NonVisualGraphicFrameProperties. /// Represents the following element tag in the schema: wpg:cNvFrPr. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? NonVisualGraphicFrameProperties { get => GetElement(); @@ -407,9 +407,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrame /// Transform2D. /// Represents the following element tag in the schema: wpg:xfrm. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? Transform2D { get => GetElement(); @@ -420,9 +420,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? Transfor /// Graphic. /// Represents the following element tag in the schema: a:graphic. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Graphic? Graphic { get => GetElement(); @@ -433,9 +433,9 @@ public DocumentFormat.OpenXml.Drawing.Graphic? Graphic /// OfficeArtExtensionList. /// Represents the following element tag in the schema: wpg:extLst. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -451,12 +451,12 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionLis /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpc:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingDrawing.g.cs index 46713b563..cf3d3b2e2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingDrawing.g.cs @@ -100,12 +100,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wp14:sizeRelH. /// - /// + /// /// The following table lists the possible child types: /// /// <wp14:pctWidth> /// - /// + /// public partial class RelativeWidth : OpenXmlCompositeElement { /// @@ -171,9 +171,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PercentageWidth. /// Represents the following element tag in the schema: wp14:pctWidth. /// - /// + /// /// xmlns:wp14 = http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth? PercentageWidth { get => GetElement(); @@ -189,12 +189,12 @@ public DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageWidth? Percentag /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wp14:sizeRelV. /// - /// + /// /// The following table lists the possible child types: /// /// <wp14:pctHeight> /// - /// + /// public partial class RelativeHeight : OpenXmlCompositeElement { /// @@ -260,9 +260,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PercentageHeight. /// Represents the following element tag in the schema: wp14:pctHeight. /// - /// + /// /// xmlns:wp14 = http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentageHeight? PercentageHeight { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingGroup.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingGroup.g.cs index 543660212..2cf4c584b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingGroup.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingGroup.g.cs @@ -25,7 +25,7 @@ namespace DocumentFormat.OpenXml.Office2010.Word.DrawingGroup /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:wgp. /// - /// + /// /// The following table lists the possible child types: /// /// <wpg:grpSpPr> @@ -38,7 +38,7 @@ namespace DocumentFormat.OpenXml.Office2010.Word.DrawingGroup /// <wpg:grpSp> /// <wps:wsp> /// - /// + /// public partial class WordprocessingGroup : WordprocessingGroupType { /// @@ -103,7 +103,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:grpSp. /// - /// + /// /// The following table lists the possible child types: /// /// <wpg:grpSpPr> @@ -116,7 +116,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <wpg:grpSp> /// <wps:wsp> /// - /// + /// public partial class GroupShape : WordprocessingGroupType { /// @@ -181,7 +181,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <wpg:grpSpPr> @@ -194,7 +194,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <wpg:grpSp> /// <wps:wsp> /// - /// + /// public abstract partial class WordprocessingGroupType : OpenXmlCompositeElement { /// @@ -246,9 +246,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: wpg:cNvPr. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -259,9 +259,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingPrope /// NonVisualGroupDrawingShapeProperties. /// Represents the following element tag in the schema: wpg:cNvGrpSpPr. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawingShapeProperties? NonVisualGroupDrawingShapeProperties { get => GetElement(); @@ -272,9 +272,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGroupDrawing /// GroupShapeProperties. /// Represents the following element tag in the schema: wpg:grpSpPr. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties? GroupShapeProperties { get => GetElement(); @@ -287,14 +287,14 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.GroupShapeProperties? /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -410,9 +410,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -423,9 +423,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -436,9 +436,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -454,13 +454,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:cNvFrPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphicFrameLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGraphicFrameProperties : OpenXmlCompositeElement { /// @@ -512,9 +512,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Graphic Frame Locks. /// Represents the following element tag in the schema: a:graphicFrameLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks { get => GetElement(); @@ -525,9 +525,9 @@ public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -543,13 +543,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -635,9 +635,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -648,9 +648,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -666,12 +666,12 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -732,13 +732,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:cNvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGroupDrawingShapeProperties : OpenXmlCompositeElement { /// @@ -790,9 +790,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GroupShapeLocks. /// Represents the following element tag in the schema: a:grpSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks { get => GetElement(); @@ -803,9 +803,9 @@ public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks /// NonVisualGroupDrawingShapePropsExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? NonVisualGroupDrawingShapePropsExtensionList { get => GetElement(); @@ -821,7 +821,7 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionLi /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:grpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -836,7 +836,7 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionLi /// <a:scene3d> /// <a:solidFill> /// - /// + /// public partial class GroupShapeProperties : OpenXmlCompositeElement { /// @@ -933,9 +933,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Grouped Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup { get => GetElement(); @@ -951,7 +951,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wpg:graphicFrame. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> @@ -960,7 +960,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// <wpg:extLst> /// <wpg:xfrm> /// - /// + /// public partial class GraphicFrame : OpenXmlCompositeElement { /// @@ -1018,9 +1018,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: wpg:cNvPr. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -1031,9 +1031,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualDrawingPrope /// NonVisualGraphicFrameProperties. /// Represents the following element tag in the schema: wpg:cNvFrPr. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrameProperties? NonVisualGraphicFrameProperties { get => GetElement(); @@ -1044,9 +1044,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.NonVisualGraphicFrame /// Transform2D. /// Represents the following element tag in the schema: wpg:xfrm. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? Transform2D { get => GetElement(); @@ -1057,9 +1057,9 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.Transform2D? Transfor /// Graphic. /// Represents the following element tag in the schema: a:graphic. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Graphic? Graphic { get => GetElement(); @@ -1070,9 +1070,9 @@ public DocumentFormat.OpenXml.Drawing.Graphic? Graphic /// OfficeArtExtensionList. /// Represents the following element tag in the schema: wpg:extLst. /// - /// + /// /// xmlns:wpg = http://schemas.microsoft.com/office/word/2010/wordprocessingGroup - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingGroup.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingShape.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingShape.g.cs index 014bffa13..fa1b75d60 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingShape.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2010_wordprocessingShape.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Office2010.Word.DrawingShape /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:wsp. /// - /// + /// /// The following table lists the possible child types: /// /// <wps:cNvCnPr> @@ -36,7 +36,7 @@ namespace DocumentFormat.OpenXml.Office2010.Word.DrawingShape /// <wps:linkedTxbx> /// <wps:txbx> /// - /// + /// public partial class WordprocessingShape : OpenXmlCompositeElement { /// @@ -120,9 +120,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: wps:cNvPr. /// - /// + /// /// xmlns:wps = http://schemas.microsoft.com/office/word/2010/wordprocessingShape - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -138,12 +138,12 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingShape.NonVisualDrawingPrope /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeArtExtensionList : OpenXmlCompositeElement { /// @@ -204,14 +204,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -327,9 +327,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -340,9 +340,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -353,9 +353,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -371,13 +371,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:cNvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:spLocks> /// - /// + /// public partial class NonVisualDrawingShapeProperties : OpenXmlCompositeElement { /// @@ -441,9 +441,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Locks. /// Represents the following element tag in the schema: a:spLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks { get => GetElement(); @@ -454,9 +454,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -472,7 +472,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:cNvCnPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:stCxn> @@ -480,7 +480,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:cxnSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualConnectorProperties : OpenXmlCompositeElement { /// @@ -536,9 +536,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connection Shape Locks. /// Represents the following element tag in the schema: a:cxnSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks { get => GetElement(); @@ -549,9 +549,9 @@ public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks /// Connection Start. /// Represents the following element tag in the schema: a:stCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection { get => GetElement(); @@ -562,9 +562,9 @@ public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection /// Connection End. /// Represents the following element tag in the schema: a:endCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection { get => GetElement(); @@ -575,9 +575,9 @@ public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -593,7 +593,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -612,7 +612,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -723,9 +723,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -741,7 +741,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:style. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fontRef> @@ -749,7 +749,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class ShapeStyle : OpenXmlCompositeElement { /// @@ -805,9 +805,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -818,9 +818,9 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// FillReference. /// Represents the following element tag in the schema: a:fillRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillReference? FillReference { get => GetElement(); @@ -831,9 +831,9 @@ public DocumentFormat.OpenXml.Drawing.FillReference? FillReference /// EffectReference. /// Represents the following element tag in the schema: a:effectRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference { get => GetElement(); @@ -844,9 +844,9 @@ public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference /// Font Reference. /// Represents the following element tag in the schema: a:fontRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontReference? FontReference { get => GetElement(); @@ -862,13 +862,13 @@ public DocumentFormat.OpenXml.Drawing.FontReference? FontReference /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:txbx. /// - /// + /// /// The following table lists the possible child types: /// /// <wps:extLst> /// <w:txbxContent> /// - /// + /// public partial class TextBoxInfo2 : OpenXmlCompositeElement { /// @@ -932,9 +932,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TextBoxContent. /// Represents the following element tag in the schema: w:txbxContent. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextBoxContent? TextBoxContent { get => GetElement(); @@ -945,9 +945,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextBoxContent? TextBoxContent /// OfficeArtExtensionList. /// Represents the following element tag in the schema: wps:extLst. /// - /// + /// /// xmlns:wps = http://schemas.microsoft.com/office/word/2010/wordprocessingShape - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -963,12 +963,12 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionLis /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:linkedTxbx. /// - /// + /// /// The following table lists the possible child types: /// /// <wps:extLst> /// - /// + /// public partial class LinkedTextBox : OpenXmlCompositeElement { /// @@ -1047,9 +1047,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OfficeArtExtensionList. /// Represents the following element tag in the schema: wps:extLst. /// - /// + /// /// xmlns:wps = http://schemas.microsoft.com/office/word/2010/wordprocessingShape - /// + /// public DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -1065,7 +1065,7 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionLis /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is wps:bodyPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:flatTx> @@ -1077,7 +1077,7 @@ public DocumentFormat.OpenXml.Office2010.Word.DrawingShape.OfficeArtExtensionLis /// <a:normAutofit> /// <a:spAutoFit> /// - /// + /// public partial class TextBodyProperties : OpenXmlCompositeElement { /// @@ -1384,9 +1384,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Preset Text Shape. /// Represents the following element tag in the schema: a:prstTxWarp. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetTextWarp? PresetTextWarp { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2012_wordml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2012_wordml.g.cs index 1b3bcd2d0..7353fb374 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2012_wordml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2012_wordml.g.cs @@ -36,9 +36,9 @@ public Color() : base() /// Run Content Color /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -49,9 +49,9 @@ public StringValue? Val /// Run Content Theme Color /// Represents the following attribute in the schema: w:themeColor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ThemeColor { get => GetAttribute>(); @@ -62,9 +62,9 @@ public EnumValue? ThemeC /// Run Content Theme Color Tint /// Represents the following attribute in the schema: w:themeTint /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeTint { get => GetAttribute(); @@ -75,9 +75,9 @@ public StringValue? ThemeTint /// Run Content Theme Color Shade /// Represents the following attribute in the schema: w:themeShade /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeShade { get => GetAttribute(); @@ -132,9 +132,9 @@ public DataBinding() : base() /// XML Namespace Prefix Mappings /// Represents the following attribute in the schema: w:prefixMappings /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? PrefixMappings { get => GetAttribute(); @@ -145,9 +145,9 @@ public StringValue? PrefixMappings /// XPath /// Represents the following attribute in the schema: w:xpath /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? XPath { get => GetAttribute(); @@ -158,9 +158,9 @@ public StringValue? XPath /// Custom XML Data Storage ID /// Represents the following attribute in the schema: w:storeItemID /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? StoreItemId { get => GetAttribute(); @@ -206,9 +206,9 @@ public Appearance() : base() /// val, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: w15:val /// - /// + /// /// xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -236,12 +236,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is w15:commentsEx. /// - /// + /// /// The following table lists the possible child types: /// /// <w15:commentEx> /// - /// + /// public partial class CommentsEx : OpenXmlPartRootElement { /// @@ -327,12 +327,12 @@ public WordprocessingCommentsExPart? WordprocessingCommentsExPart /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is w15:people. /// - /// + /// /// The following table lists the possible child types: /// /// <w15:person> /// - /// + /// public partial class People : OpenXmlPartRootElement { /// @@ -418,13 +418,13 @@ public WordprocessingPeoplePart? WordprocessingPeoplePart /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is w15:repeatingSection. /// - /// + /// /// The following table lists the possible child types: /// /// <w15:doNotAllowInsertDeleteSection> /// <w15:sectionTitle> /// - /// + /// public partial class SdtRepeatedSection : OpenXmlCompositeElement { /// @@ -476,9 +476,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SectionTitle. /// Represents the following element tag in the schema: w15:sectionTitle. /// - /// + /// /// xmlns:w15 = http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public DocumentFormat.OpenXml.Office2013.Word.SectionTitle? SectionTitle { get => GetElement(); @@ -489,9 +489,9 @@ public DocumentFormat.OpenXml.Office2013.Word.SectionTitle? SectionTitle /// DoNotAllowInsertDeleteSection. /// Represents the following element tag in the schema: w15:doNotAllowInsertDeleteSection. /// - /// + /// /// xmlns:w15 = http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public DocumentFormat.OpenXml.Office2013.Word.DoNotAllowInsertDeleteSection? DoNotAllowInsertDeleteSection { get => GetElement(); @@ -670,9 +670,9 @@ protected OnOffType() : base() /// On/Off Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Val { get => GetAttribute(); @@ -705,9 +705,9 @@ public PersistentDocumentId() : base() /// val, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: w15:val /// - /// + /// /// xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public StringValue? Val { get => GetAttribute(); @@ -749,9 +749,9 @@ public FootnoteColumns() : base() /// Decimal Number Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -792,9 +792,9 @@ public CommentEx() : base() /// paraId, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: w15:paraId /// - /// + /// /// xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public HexBinaryValue? ParaId { get => GetAttribute(); @@ -805,9 +805,9 @@ public HexBinaryValue? ParaId /// paraIdParent, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: w15:paraIdParent /// - /// + /// /// xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public HexBinaryValue? ParaIdParent { get => GetAttribute(); @@ -818,9 +818,9 @@ public HexBinaryValue? ParaIdParent /// done, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: w15:done /// - /// + /// /// xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public OnOffValue? Done { get => GetAttribute(); @@ -861,12 +861,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2013 and above. /// When the object is serialized out as xml, it's qualified name is w15:person. /// - /// + /// /// The following table lists the possible child types: /// /// <w15:presenceInfo> /// - /// + /// public partial class Person : OpenXmlCompositeElement { /// @@ -904,9 +904,9 @@ public Person(string outerXml) : base(outerXml) /// author, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: w15:author /// - /// + /// /// xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public StringValue? Author { get => GetAttribute(); @@ -935,9 +935,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PresenceInfo. /// Represents the following element tag in the schema: w15:presenceInfo. /// - /// + /// /// xmlns:w15 = http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public DocumentFormat.OpenXml.Office2013.Word.PresenceInfo? PresenceInfo { get => GetElement(); @@ -966,9 +966,9 @@ public PresenceInfo() : base() /// providerId, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: w15:providerId /// - /// + /// /// xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public StringValue? ProviderId { get => GetAttribute(); @@ -979,9 +979,9 @@ public StringValue? ProviderId /// userId, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: w15:userId /// - /// + /// /// xmlns:w15=http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public StringValue? UserId { get => GetAttribute(); @@ -1030,9 +1030,9 @@ public SectionTitle() : base() /// String Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2015_wordml_symex.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2015_wordml_symex.g.cs index 5250906e4..226e33d41 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2015_wordml_symex.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2015_wordml_symex.g.cs @@ -34,9 +34,9 @@ public SymEx() : base() /// font, this property is only available in Office 2016 and later. /// Represents the following attribute in the schema: w16se:font /// - /// + /// /// xmlns:w16se=http://schemas.microsoft.com/office/word/2015/wordml/symex - /// + /// public StringValue? Font { get => GetAttribute(); @@ -47,9 +47,9 @@ public StringValue? Font /// char, this property is only available in Office 2016 and later. /// Represents the following attribute in the schema: w16se:char /// - /// + /// /// xmlns:w16se=http://schemas.microsoft.com/office/word/2015/wordml/symex - /// + /// public HexBinaryValue? Char { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2016_wordml_cid.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2016_wordml_cid.g.cs index 8682e69b8..b5efd3bfa 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2016_wordml_cid.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2016_wordml_cid.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office2019.Word.Cid /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is w16cid:commentsIds. /// - /// + /// /// The following table lists the possible child types: /// /// <w16cid:commentId> /// - /// + /// public partial class CommentsIds : OpenXmlPartRootElement { /// @@ -125,9 +125,9 @@ public CommentId() : base() /// paraId, this property is only available in Office 2019 and later. /// Represents the following attribute in the schema: w16cid:paraId /// - /// + /// /// xmlns:w16cid=http://schemas.microsoft.com/office/word/2016/wordml/cid - /// + /// public HexBinaryValue? ParaId { get => GetAttribute(); @@ -138,9 +138,9 @@ public HexBinaryValue? ParaId /// durableId, this property is only available in Office 2019 and later. /// Represents the following attribute in the schema: w16cid:durableId /// - /// + /// /// xmlns:w16cid=http://schemas.microsoft.com/office/word/2016/wordml/cid - /// + /// public HexBinaryValue? DurableId { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml.g.cs index 16791da17..654d65e34 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml.g.cs @@ -58,9 +58,9 @@ public Extension(string outerXml) : base(outerXml) /// uri, this property is only available in Office 2021 and later. /// Represents the following attribute in the schema: w16cur:uri /// - /// + /// /// xmlns:w16cur=http://schemas.microsoft.com/office/word/2018/wordml - /// + /// public StringValue? Uri { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml_cex.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml_cex.g.cs index 5e1c171e9..856433b36 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml_cex.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_word_2018_wordml_cex.g.cs @@ -22,13 +22,13 @@ namespace DocumentFormat.OpenXml.Office2021.Word.CommentsExt /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is w16cex:commentsExtensible. /// - /// + /// /// The following table lists the possible child types: /// /// <w16cex:commentExtensible> /// <w16cex:extLst> /// - /// + /// public partial class CommentsExtensible : OpenXmlPartRootElement { /// @@ -116,12 +116,12 @@ public WordCommentsExtensiblePart? WordCommentsExtensiblePart /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is w16cex:commentExtensible. /// - /// + /// /// The following table lists the possible child types: /// /// <w16cex:extLst> /// - /// + /// public partial class CommentExtensible : OpenXmlCompositeElement { /// @@ -159,9 +159,9 @@ public CommentExtensible(string outerXml) : base(outerXml) /// durableId, this property is only available in Office 2021 and later. /// Represents the following attribute in the schema: w16cex:durableId /// - /// + /// /// xmlns:w16cex=http://schemas.microsoft.com/office/word/2018/wordml/cex - /// + /// public HexBinaryValue? DurableId { get => GetAttribute(); @@ -172,9 +172,9 @@ public HexBinaryValue? DurableId /// dateUtc, this property is only available in Office 2021 and later. /// Represents the following attribute in the schema: w16cex:dateUtc /// - /// + /// /// xmlns:w16cex=http://schemas.microsoft.com/office/word/2018/wordml/cex - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -185,9 +185,9 @@ public DateTimeValue? DateUtc /// intelligentPlaceholder, this property is only available in Office 2021 and later. /// Represents the following attribute in the schema: w16cex:intelligentPlaceholder /// - /// + /// /// xmlns:w16cex=http://schemas.microsoft.com/office/word/2018/wordml/cex - /// + /// public OnOffValue? IntelligentPlaceholder { get => GetAttribute(); @@ -225,9 +225,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: w16cex:extLst. /// - /// + /// /// xmlns:w16cex = http://schemas.microsoft.com/office/word/2018/wordml/cex - /// + /// public DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList? ExtensionList { get => GetElement(); @@ -243,12 +243,12 @@ public DocumentFormat.OpenXml.Office2021.Word.CommentsExt.ExtensionList? Extensi /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is w16cex:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <w16cur:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chart.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chart.g.cs index a7b065ee9..93513bdd9 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chart.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chart.g.cs @@ -78,7 +78,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -96,7 +96,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ChartShapeProperties : OpenXmlCompositeElement { /// @@ -201,9 +201,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -219,14 +219,14 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:txPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TextProperties : TextBodyType { /// @@ -281,14 +281,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:rich. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class RichText : TextBodyType { /// @@ -343,14 +343,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public abstract partial class TextBodyType : OpenXmlCompositeElement { /// @@ -396,9 +396,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -409,9 +409,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -1566,13 +1566,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:layout. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:manualLayout> /// - /// + /// public partial class Layout : OpenXmlCompositeElement { /// @@ -1623,9 +1623,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Manual Layout. /// Represents the following element tag in the schema: c:manualLayout. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? ManualLayout { get => GetElement(); @@ -1636,9 +1636,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ManualLayout? ManualLayout /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -1654,14 +1654,14 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:tx. /// - /// + /// /// The following table lists the possible child types: /// /// <c:rich> /// <c:strLit> /// <c:strRef> /// - /// + /// public partial class ChartText : OpenXmlCompositeElement { /// @@ -1717,9 +1717,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// String Reference. /// Represents the following element tag in the schema: c:strRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference { get => GetElement(); @@ -1730,9 +1730,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference /// Rich Text. /// Represents the following element tag in the schema: c:rich. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.RichText? RichText { get => GetElement(); @@ -1743,9 +1743,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.RichText? RichText /// String Literal. /// Represents the following element tag in the schema: c:strLit. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral { get => GetElement(); @@ -1761,12 +1761,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:leaderLines. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class LeaderLines : ChartLinesType { /// @@ -1819,12 +1819,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:dropLines. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class DropLines : ChartLinesType { /// @@ -1877,12 +1877,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:majorGridlines. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class MajorGridlines : ChartLinesType { /// @@ -1935,12 +1935,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:minorGridlines. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class MinorGridlines : ChartLinesType { /// @@ -1993,12 +1993,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:serLines. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class SeriesLines : ChartLinesType { /// @@ -2051,12 +2051,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:hiLowLines. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class HighLowLines : ChartLinesType { /// @@ -2109,12 +2109,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public abstract partial class ChartLinesType : OpenXmlCompositeElement { /// @@ -2158,9 +2158,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -2408,13 +2408,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:tx. /// - /// + /// /// The following table lists the possible child types: /// /// <c:strRef> /// <c:v> /// - /// + /// public partial class SeriesText : OpenXmlCompositeElement { /// @@ -2468,9 +2468,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// StringReference. /// Represents the following element tag in the schema: c:strRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference { get => GetElement(); @@ -2481,9 +2481,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference /// NumericValue. /// Represents the following element tag in the schema: c:v. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumericValue? NumericValue { get => GetElement(); @@ -2535,7 +2535,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -2553,7 +2553,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:idx> /// <c:order> /// - /// + /// public partial class LineChartSeries : OpenXmlCompositeElement { /// @@ -2634,9 +2634,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -2647,9 +2647,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -2660,9 +2660,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -2673,9 +2673,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -2686,9 +2686,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Marker. /// Represents the following element tag in the schema: c:marker. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -2699,9 +2699,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -2717,7 +2717,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:dLbls. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -2737,7 +2737,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// <c:numFmt> /// <c:separator> /// - /// + /// public partial class DataLabels : OpenXmlCompositeElement { /// @@ -2911,7 +2911,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -2929,7 +2929,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:idx> /// <c:order> /// - /// + /// public partial class BarChartSeries : OpenXmlCompositeElement { /// @@ -3010,9 +3010,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -3023,9 +3023,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -3036,9 +3036,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -3049,9 +3049,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3062,9 +3062,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// InvertIfNegative. /// Represents the following element tag in the schema: c:invertIfNegative. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative { get => GetElement(); @@ -3075,9 +3075,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -3093,7 +3093,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -3109,7 +3109,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// <c:idx> /// <c:order> /// - /// + /// public partial class AreaChartSeries : OpenXmlCompositeElement { /// @@ -3186,9 +3186,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -3199,9 +3199,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -3212,9 +3212,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -3225,9 +3225,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3238,9 +3238,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -3256,7 +3256,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -3271,7 +3271,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// <c:order> /// <c:explosion> /// - /// + /// public partial class PieChartSeries : OpenXmlCompositeElement { /// @@ -3346,9 +3346,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -3359,9 +3359,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -3372,9 +3372,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -3385,9 +3385,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3398,9 +3398,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -3411,9 +3411,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// Explosion. /// Represents the following element tag in the schema: c:explosion. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Explosion? Explosion { get => GetElement(); @@ -3429,7 +3429,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Explosion? Explosion /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -3442,7 +3442,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Explosion? Explosion /// <c:idx> /// <c:order> /// - /// + /// public partial class SurfaceChartSeries : OpenXmlCompositeElement { /// @@ -3513,9 +3513,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -3526,9 +3526,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -3539,9 +3539,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -3552,9 +3552,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3565,9 +3565,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -3578,9 +3578,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// CategoryAxisData. /// Represents the following element tag in the schema: c:cat. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? CategoryAxisData { get => GetElement(); @@ -3591,9 +3591,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData? CategoryAxisData /// Values. /// Represents the following element tag in the schema: c:val. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Values? Values { get => GetElement(); @@ -3604,9 +3604,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Values? Values /// Bubble3D. /// Represents the following element tag in the schema: c:bubble3D. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? Bubble3D { get => GetElement(); @@ -3617,9 +3617,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? Bubble3D /// SurfaceSerExtensionList. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? SurfaceSerExtensionList { get => GetElement(); @@ -3635,12 +3635,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.SurfaceSerExtensionList? SurfaceSer /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:bandFmts. /// - /// + /// /// The following table lists the possible child types: /// /// <c:bandFmt> /// - /// + /// public partial class BandFormats : OpenXmlCompositeElement { /// @@ -3694,7 +3694,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:scaling. /// - /// + /// /// The following table lists the possible child types: /// /// <c:max> @@ -3703,7 +3703,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:logBase> /// <c:orientation> /// - /// + /// public partial class Scaling : OpenXmlCompositeElement { /// @@ -3760,9 +3760,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Logarithmic Base. /// Represents the following element tag in the schema: c:logBase. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.LogBase? LogBase { get => GetElement(); @@ -3773,9 +3773,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.LogBase? LogBase /// Axis Orientation. /// Represents the following element tag in the schema: c:orientation. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Orientation? Orientation { get => GetElement(); @@ -3786,9 +3786,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Orientation? Orientation /// Maximum. /// Represents the following element tag in the schema: c:max. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue? MaxAxisValue { get => GetElement(); @@ -3799,9 +3799,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MaxAxisValue? MaxAxisValue /// Minimum. /// Represents the following element tag in the schema: c:min. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue? MinAxisValue { get => GetElement(); @@ -3812,9 +3812,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinAxisValue? MinAxisValue /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -3869,7 +3869,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:title. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -3879,7 +3879,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:layout> /// <c:tx> /// - /// + /// public partial class Title : OpenXmlCompositeElement { /// @@ -3938,9 +3938,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Chart Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartText? ChartText { get => GetElement(); @@ -3951,9 +3951,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartText? ChartText /// Layout. /// Represents the following element tag in the schema: c:layout. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout { get => GetElement(); @@ -3964,9 +3964,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout /// Overlay. /// Represents the following element tag in the schema: c:overlay. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Overlay? Overlay { get => GetElement(); @@ -3977,9 +3977,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Overlay? Overlay /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -3990,9 +3990,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// TextProperties. /// Represents the following element tag in the schema: c:txPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties { get => GetElement(); @@ -4003,9 +4003,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -4529,7 +4529,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:chartSpace. /// - /// + /// /// The following table lists the possible child types: /// /// <c:clrMapOvr> @@ -4548,7 +4548,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:lang> /// <c14:style> /// - /// + /// public partial class ChartSpace : OpenXmlPartRootElement { /// @@ -4628,9 +4628,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Date1904. /// Represents the following element tag in the schema: c:date1904. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Date1904? Date1904 { get => GetElement(); @@ -4641,9 +4641,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Date1904? Date1904 /// EditingLanguage. /// Represents the following element tag in the schema: c:lang. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage? EditingLanguage { get => GetElement(); @@ -4654,9 +4654,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.EditingLanguage? EditingLanguage /// RoundedCorners. /// Represents the following element tag in the schema: c:roundedCorners. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.RoundedCorners? RoundedCorners { get => GetElement(); @@ -4703,13 +4703,13 @@ public ChartPart? ChartPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:userShapes. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:absSizeAnchor> /// <cdr:relSizeAnchor> /// - /// + /// public partial class UserShapes : OpenXmlPartRootElement { /// @@ -4888,9 +4888,9 @@ protected RelationshipIdType() : base() /// Relationship Reference /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -5313,12 +5313,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:pt. /// - /// + /// /// The following table lists the possible child types: /// /// <c:v> /// - /// + /// public partial class NumericPoint : OpenXmlCompositeElement { /// @@ -5395,9 +5395,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Numeric Value. /// Represents the following element tag in the schema: c:v. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumericValue? NumericValue { get => GetElement(); @@ -5413,12 +5413,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumericValue? NumericValue /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -5472,14 +5472,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:numRef. /// - /// + /// /// The following table lists the possible child types: /// /// <c:numCache> /// <c:extLst> /// <c:f> /// - /// + /// public partial class NumberReference : OpenXmlCompositeElement { /// @@ -5532,9 +5532,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: c:f. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Formula? Formula { get => GetElement(); @@ -5545,9 +5545,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Formula? Formula /// NumberingCache. /// Represents the following element tag in the schema: c:numCache. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberingCache? NumberingCache { get => GetElement(); @@ -5558,9 +5558,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberingCache? NumberingCache /// NumRefExtensionList. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? NumRefExtensionList { get => GetElement(); @@ -5576,7 +5576,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? NumRefExtensio /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:numLit. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -5584,7 +5584,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumRefExtensionList? NumRefExtensio /// <c:ptCount> /// <c:formatCode> /// - /// + /// public partial class NumberLiteral : NumberDataType { /// @@ -5640,7 +5640,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:numCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -5648,7 +5648,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:ptCount> /// <c:formatCode> /// - /// + /// public partial class NumberingCache : NumberDataType { /// @@ -5704,7 +5704,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -5712,7 +5712,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:ptCount> /// <c:formatCode> /// - /// + /// public abstract partial class NumberDataType : OpenXmlCompositeElement { /// @@ -5759,9 +5759,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Format Code. /// Represents the following element tag in the schema: c:formatCode. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.FormatCode? FormatCode { get => GetElement(); @@ -5772,9 +5772,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.FormatCode? FormatCode /// Point Count. /// Represents the following element tag in the schema: c:ptCount. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount { get => GetElement(); @@ -5787,12 +5787,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:lvl. /// - /// + /// /// The following table lists the possible child types: /// /// <c:pt> /// - /// + /// public partial class Level : OpenXmlCompositeElement { /// @@ -5846,14 +5846,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:multiLvlStrRef. /// - /// + /// /// The following table lists the possible child types: /// /// <c:multiLvlStrCache> /// <c:extLst> /// <c:f> /// - /// + /// public partial class MultiLevelStringReference : OpenXmlCompositeElement { /// @@ -5906,9 +5906,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: c:f. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Formula? Formula { get => GetElement(); @@ -5919,9 +5919,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Formula? Formula /// MultiLevelStringCache. /// Represents the following element tag in the schema: c:multiLvlStrCache. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache? MultiLevelStringCache { get => GetElement(); @@ -5932,9 +5932,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringCache? MultiLevelSt /// MultiLvlStrRefExtensionList. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList? MultiLvlStrRefExtensionList { get => GetElement(); @@ -5950,14 +5950,14 @@ public DocumentFormat.OpenXml.Drawing.Charts.MultiLvlStrRefExtensionList? MultiL /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:strRef. /// - /// + /// /// The following table lists the possible child types: /// /// <c:strCache> /// <c:extLst> /// <c:f> /// - /// + /// public partial class StringReference : OpenXmlCompositeElement { /// @@ -6010,9 +6010,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: c:f. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Formula? Formula { get => GetElement(); @@ -6023,9 +6023,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Formula? Formula /// StringCache. /// Represents the following element tag in the schema: c:strCache. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringCache? StringCache { get => GetElement(); @@ -6036,9 +6036,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringCache? StringCache /// StrRefExtensionList. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList? StrRefExtensionList { get => GetElement(); @@ -6054,14 +6054,14 @@ public DocumentFormat.OpenXml.Drawing.Charts.StrRefExtensionList? StrRefExtensio /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:strLit. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:pt> /// <c:ptCount> /// - /// + /// public partial class StringLiteral : StringDataType { /// @@ -6116,14 +6116,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:strCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:pt> /// <c:ptCount> /// - /// + /// public partial class StringCache : StringDataType { /// @@ -6178,14 +6178,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:pt> /// <c:ptCount> /// - /// + /// public abstract partial class StringDataType : OpenXmlCompositeElement { /// @@ -6231,9 +6231,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PointCount. /// Represents the following element tag in the schema: c:ptCount. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount { get => GetElement(); @@ -6410,7 +6410,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:manualLayout. /// - /// + /// /// The following table lists the possible child types: /// /// <c:x> @@ -6424,7 +6424,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:hMode> /// <c:layoutTarget> /// - /// + /// public partial class ManualLayout : OpenXmlCompositeElement { /// @@ -6491,9 +6491,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Layout Target. /// Represents the following element tag in the schema: c:layoutTarget. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget? LayoutTarget { get => GetElement(); @@ -6504,9 +6504,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.LayoutTarget? LayoutTarget /// Left Mode. /// Represents the following element tag in the schema: c:xMode. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.LeftMode? LeftMode { get => GetElement(); @@ -6517,9 +6517,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.LeftMode? LeftMode /// Top Mode. /// Represents the following element tag in the schema: c:yMode. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TopMode? TopMode { get => GetElement(); @@ -6530,9 +6530,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TopMode? TopMode /// Width Mode. /// Represents the following element tag in the schema: c:wMode. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.WidthMode? WidthMode { get => GetElement(); @@ -6543,9 +6543,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.WidthMode? WidthMode /// Height Mode. /// Represents the following element tag in the schema: c:hMode. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.HeightMode? HeightMode { get => GetElement(); @@ -6556,9 +6556,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.HeightMode? HeightMode /// Left. /// Represents the following element tag in the schema: c:x. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Left? Left { get => GetElement(); @@ -6569,9 +6569,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Left? Left /// Top. /// Represents the following element tag in the schema: c:y. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Top? Top { get => GetElement(); @@ -6582,9 +6582,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Top? Top /// Width. /// Represents the following element tag in the schema: c:w. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Width? Width { get => GetElement(); @@ -6595,9 +6595,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Width? Width /// Height. /// Represents the following element tag in the schema: c:h. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Height? Height { get => GetElement(); @@ -6608,9 +6608,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Height? Height /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -6899,7 +6899,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:marker. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -6907,7 +6907,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:size> /// <c:symbol> /// - /// + /// public partial class Marker : OpenXmlCompositeElement { /// @@ -6962,9 +6962,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Symbol. /// Represents the following element tag in the schema: c:symbol. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Symbol? Symbol { get => GetElement(); @@ -6975,9 +6975,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Symbol? Symbol /// Size. /// Represents the following element tag in the schema: c:size. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Size? Size { get => GetElement(); @@ -6988,9 +6988,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Size? Size /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -7001,9 +7001,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -7019,7 +7019,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:pictureOptions. /// - /// + /// /// The following table lists the possible child types: /// /// <c:applyToFront> @@ -7028,7 +7028,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:pictureFormat> /// <c:pictureStackUnit> /// - /// + /// public partial class PictureOptions : OpenXmlCompositeElement { /// @@ -7085,9 +7085,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Apply To Front. /// Represents the following element tag in the schema: c:applyToFront. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront? ApplyToFront { get => GetElement(); @@ -7098,9 +7098,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ApplyToFront? ApplyToFront /// Apply To Sides. /// Represents the following element tag in the schema: c:applyToSides. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides? ApplyToSides { get => GetElement(); @@ -7111,9 +7111,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ApplyToSides? ApplyToSides /// Apply to End. /// Represents the following element tag in the schema: c:applyToEnd. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd? ApplyToEnd { get => GetElement(); @@ -7124,9 +7124,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ApplyToEnd? ApplyToEnd /// Picture Format. /// Represents the following element tag in the schema: c:pictureFormat. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureFormat? PictureFormat { get => GetElement(); @@ -7137,9 +7137,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureFormat? PictureFormat /// Picture Stack Unit. /// Represents the following element tag in the schema: c:pictureStackUnit. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureStackUnit? PictureStackUnit { get => GetElement(); @@ -7272,7 +7272,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:trendlineLbl. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -7282,7 +7282,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:numFmt> /// <c:tx> /// - /// + /// public partial class TrendlineLabel : OpenXmlCompositeElement { /// @@ -7341,9 +7341,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Layout. /// Represents the following element tag in the schema: c:layout. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout { get => GetElement(); @@ -7354,9 +7354,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout /// ChartText. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartText? ChartText { get => GetElement(); @@ -7367,9 +7367,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartText? ChartText /// Number Format. /// Represents the following element tag in the schema: c:numFmt. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat { get => GetElement(); @@ -7380,9 +7380,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -7393,9 +7393,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// TextProperties. /// Represents the following element tag in the schema: c:txPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties { get => GetElement(); @@ -7406,9 +7406,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -7541,13 +7541,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:plus. /// - /// + /// /// The following table lists the possible child types: /// /// <c:numLit> /// <c:numRef> /// - /// + /// public partial class Plus : NumberDataSourceType { /// @@ -7604,13 +7604,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:minus. /// - /// + /// /// The following table lists the possible child types: /// /// <c:numLit> /// <c:numRef> /// - /// + /// public partial class Minus : NumberDataSourceType { /// @@ -7667,13 +7667,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:val. /// - /// + /// /// The following table lists the possible child types: /// /// <c:numLit> /// <c:numRef> /// - /// + /// public partial class Values : NumberDataSourceType { /// @@ -7730,13 +7730,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:yVal. /// - /// + /// /// The following table lists the possible child types: /// /// <c:numLit> /// <c:numRef> /// - /// + /// public partial class YValues : NumberDataSourceType { /// @@ -7793,13 +7793,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:bubbleSize. /// - /// + /// /// The following table lists the possible child types: /// /// <c:numLit> /// <c:numRef> /// - /// + /// public partial class BubbleSize : NumberDataSourceType { /// @@ -7856,13 +7856,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <c:numLit> /// <c:numRef> /// - /// + /// public abstract partial class NumberDataSourceType : OpenXmlCompositeElement { /// @@ -7907,9 +7907,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Number Reference. /// Represents the following element tag in the schema: c:numRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberReference? NumberReference { get => GetElement(); @@ -7920,9 +7920,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberReference? NumberReference /// Number Literal. /// Represents the following element tag in the schema: c:numLit. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? NumberLiteral { get => GetElement(); @@ -8018,12 +8018,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:upBars. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class UpBars : UpDownBarType { /// @@ -8076,12 +8076,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:downBars. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public partial class DownBars : UpDownBarType { /// @@ -8134,12 +8134,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// - /// + /// public abstract partial class UpDownBarType : OpenXmlCompositeElement { /// @@ -8183,9 +8183,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -8276,12 +8276,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:custSplit. /// - /// + /// /// The following table lists the possible child types: /// /// <c:secondPiePt> /// - /// + /// public partial class CustomSplit : OpenXmlCompositeElement { /// @@ -8374,13 +8374,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:bandFmt. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> /// <c:idx> /// - /// + /// public partial class BandFormat : OpenXmlCompositeElement { /// @@ -8431,9 +8431,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -8444,9 +8444,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -8577,7 +8577,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:dispUnitsLbl. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -8585,7 +8585,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:layout> /// <c:tx> /// - /// + /// public partial class DisplayUnitsLabel : OpenXmlCompositeElement { /// @@ -8640,9 +8640,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Layout. /// Represents the following element tag in the schema: c:layout. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout { get => GetElement(); @@ -8653,9 +8653,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout /// ChartText. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartText? ChartText { get => GetElement(); @@ -8666,9 +8666,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartText? ChartText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -8679,9 +8679,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// TextProperties. /// Represents the following element tag in the schema: c:txPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties { get => GetElement(); @@ -8773,7 +8773,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:pivotFmt. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -8782,7 +8782,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:marker> /// <c:idx> /// - /// + /// public partial class PivotFormat : OpenXmlCompositeElement { /// @@ -8839,9 +8839,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -8852,9 +8852,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// ShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? ShapeProperties { get => GetElement(); @@ -8865,9 +8865,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? ShapeProperties /// Marker. /// Represents the following element tag in the schema: c:marker. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -8878,9 +8878,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// Data Label. /// Represents the following element tag in the schema: c:dLbl. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.DataLabel? DataLabel { get => GetElement(); @@ -8891,9 +8891,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.DataLabel? DataLabel /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -8945,7 +8945,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:legendEntry. /// - /// + /// /// The following table lists the possible child types: /// /// <c:txPr> @@ -8953,7 +8953,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:extLst> /// <c:idx> /// - /// + /// public partial class LegendEntry : OpenXmlCompositeElement { /// @@ -9017,9 +9017,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -9035,7 +9035,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:headerFooter. /// - /// + /// /// The following table lists the possible child types: /// /// <c:oddHeader> @@ -9045,7 +9045,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// <c:firstHeader> /// <c:firstFooter> /// - /// + /// public partial class HeaderFooter : OpenXmlCompositeElement { /// @@ -9138,9 +9138,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Odd Header. /// Represents the following element tag in the schema: c:oddHeader. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.OddHeader? OddHeader { get => GetElement(); @@ -9151,9 +9151,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.OddHeader? OddHeader /// Odd Footer. /// Represents the following element tag in the schema: c:oddFooter. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.OddFooter? OddFooter { get => GetElement(); @@ -9164,9 +9164,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.OddFooter? OddFooter /// Even Header. /// Represents the following element tag in the schema: c:evenHeader. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.EvenHeader? EvenHeader { get => GetElement(); @@ -9177,9 +9177,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.EvenHeader? EvenHeader /// Even Footer. /// Represents the following element tag in the schema: c:evenFooter. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.EvenFooter? EvenFooter { get => GetElement(); @@ -9190,9 +9190,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.EvenFooter? EvenFooter /// First Header. /// Represents the following element tag in the schema: c:firstHeader. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.FirstHeader? FirstHeader { get => GetElement(); @@ -9203,9 +9203,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.FirstHeader? FirstHeader /// First Footer. /// Represents the following element tag in the schema: c:firstFooter. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.FirstFooter? FirstFooter { get => GetElement(); @@ -9462,7 +9462,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -9481,7 +9481,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -9591,9 +9591,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -9609,7 +9609,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:dLbl. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -9629,7 +9629,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <c:idx> /// <c:separator> /// - /// + /// public partial class DataLabel : OpenXmlCompositeElement { /// @@ -9723,9 +9723,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -9741,7 +9741,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:areaChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -9752,7 +9752,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// <c:grouping> /// <c:axId> /// - /// + /// public partial class AreaChart : OpenXmlCompositeElement { /// @@ -9819,9 +9819,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Grouping. /// Represents the following element tag in the schema: c:grouping. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Grouping? Grouping { get => GetElement(); @@ -9832,9 +9832,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Grouping? Grouping /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -9850,7 +9850,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:area3DChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -9862,7 +9862,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:grouping> /// <c:axId> /// - /// + /// public partial class Area3DChart : OpenXmlCompositeElement { /// @@ -9931,9 +9931,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Grouping. /// Represents the following element tag in the schema: c:grouping. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Grouping? Grouping { get => GetElement(); @@ -9944,9 +9944,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Grouping? Grouping /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -9962,7 +9962,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:lineChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -9977,7 +9977,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:axId> /// <c:upDownBars> /// - /// + /// public partial class LineChart : OpenXmlCompositeElement { /// @@ -10052,9 +10052,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Grouping. /// Represents the following element tag in the schema: c:grouping. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Grouping? Grouping { get => GetElement(); @@ -10065,9 +10065,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Grouping? Grouping /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -10083,7 +10083,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:line3DChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -10095,7 +10095,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:ser> /// <c:axId> /// - /// + /// public partial class Line3DChart : OpenXmlCompositeElement { /// @@ -10164,9 +10164,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Grouping. /// Represents the following element tag in the schema: c:grouping. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Grouping? Grouping { get => GetElement(); @@ -10177,9 +10177,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Grouping? Grouping /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -10195,7 +10195,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:stockChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:dropLines> @@ -10206,7 +10206,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:axId> /// <c:upDownBars> /// - /// + /// public partial class StockChart : OpenXmlCompositeElement { /// @@ -10272,7 +10272,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:radarChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -10282,7 +10282,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:radarStyle> /// <c:axId> /// - /// + /// public partial class RadarChart : OpenXmlCompositeElement { /// @@ -10341,9 +10341,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RadarStyle. /// Represents the following element tag in the schema: c:radarStyle. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.RadarStyle? RadarStyle { get => GetElement(); @@ -10354,9 +10354,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.RadarStyle? RadarStyle /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -10372,7 +10372,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:scatterChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -10382,7 +10382,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:scatterStyle> /// <c:axId> /// - /// + /// public partial class ScatterChart : OpenXmlCompositeElement { /// @@ -10441,9 +10441,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ScatterStyle. /// Represents the following element tag in the schema: c:scatterStyle. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle? ScatterStyle { get => GetElement(); @@ -10454,9 +10454,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ScatterStyle? ScatterStyle /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -10472,7 +10472,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:pieChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -10481,7 +10481,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:extLst> /// <c:ser> /// - /// + /// public partial class PieChart : OpenXmlCompositeElement { /// @@ -10544,9 +10544,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -10562,7 +10562,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:pie3DChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -10570,7 +10570,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:extLst> /// <c:ser> /// - /// + /// public partial class Pie3DChart : OpenXmlCompositeElement { /// @@ -10631,9 +10631,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -10649,7 +10649,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:doughnutChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -10659,7 +10659,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:holeSize> /// <c:ser> /// - /// + /// public partial class DoughnutChart : OpenXmlCompositeElement { /// @@ -10724,9 +10724,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -10742,7 +10742,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:barChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -10756,7 +10756,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:overlap> /// <c:axId> /// - /// + /// public partial class BarChart : OpenXmlCompositeElement { /// @@ -10829,9 +10829,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Bar Direction. /// Represents the following element tag in the schema: c:barDir. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.BarDirection? BarDirection { get => GetElement(); @@ -10842,9 +10842,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.BarDirection? BarDirection /// Bar Grouping. /// Represents the following element tag in the schema: c:grouping. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? BarGrouping { get => GetElement(); @@ -10855,9 +10855,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? BarGrouping /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -10873,7 +10873,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:bar3DChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -10887,7 +10887,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:shape> /// <c:axId> /// - /// + /// public partial class Bar3DChart : OpenXmlCompositeElement { /// @@ -10960,9 +10960,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Bar Direction. /// Represents the following element tag in the schema: c:barDir. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.BarDirection? BarDirection { get => GetElement(); @@ -10973,9 +10973,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.BarDirection? BarDirection /// Bar Grouping. /// Represents the following element tag in the schema: c:grouping. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? BarGrouping { get => GetElement(); @@ -10986,9 +10986,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.BarGrouping? BarGrouping /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -11004,7 +11004,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ofPieChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -11019,7 +11019,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:secondPieSize> /// <c:splitType> /// - /// + /// public partial class OfPieChart : OpenXmlCompositeElement { /// @@ -11094,9 +11094,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pie of Pie or Bar of Pie Type. /// Represents the following element tag in the schema: c:ofPieType. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.OfPieType? OfPieType { get => GetElement(); @@ -11107,9 +11107,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.OfPieType? OfPieType /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -11125,7 +11125,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:surfaceChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:bandFmts> @@ -11134,7 +11134,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:ser> /// <c:axId> /// - /// + /// public partial class SurfaceChart : OpenXmlCompositeElement { /// @@ -11197,9 +11197,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Wireframe. /// Represents the following element tag in the schema: c:wireframe. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Wireframe? Wireframe { get => GetElement(); @@ -11215,7 +11215,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Wireframe? Wireframe /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:surface3DChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:bandFmts> @@ -11225,7 +11225,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Wireframe? Wireframe /// <c:ser> /// <c:axId> /// - /// + /// public partial class Surface3DChart : OpenXmlCompositeElement { /// @@ -11284,9 +11284,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Wireframe. /// Represents the following element tag in the schema: c:wireframe. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Wireframe? Wireframe { get => GetElement(); @@ -11297,9 +11297,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Wireframe? Wireframe /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -11315,7 +11315,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:bubbleChart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:varyColors> @@ -11328,7 +11328,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:sizeRepresents> /// <c:axId> /// - /// + /// public partial class BubbleChart : OpenXmlCompositeElement { /// @@ -11393,9 +11393,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// VaryColors. /// Represents the following element tag in the schema: c:varyColors. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors { get => GetElement(); @@ -11411,7 +11411,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:valAx. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -11436,7 +11436,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.VaryColors? VaryColors /// <c:crossAx> /// <c:extLst> /// - /// + /// public partial class ValueAxis : OpenXmlCompositeElement { /// @@ -11534,9 +11534,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Axis ID. /// Represents the following element tag in the schema: c:axId. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AxisId? AxisId { get => GetElement(); @@ -11547,9 +11547,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AxisId? AxisId /// Scaling. /// Represents the following element tag in the schema: c:scaling. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Scaling? Scaling { get => GetElement(); @@ -11560,9 +11560,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Scaling? Scaling /// Delete. /// Represents the following element tag in the schema: c:delete. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Delete? Delete { get => GetElement(); @@ -11573,9 +11573,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Delete? Delete /// Axis Position. /// Represents the following element tag in the schema: c:axPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? AxisPosition { get => GetElement(); @@ -11586,9 +11586,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? AxisPosition /// Major Gridlines. /// Represents the following element tag in the schema: c:majorGridlines. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? MajorGridlines { get => GetElement(); @@ -11599,9 +11599,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? MajorGridlines /// Minor Gridlines. /// Represents the following element tag in the schema: c:minorGridlines. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? MinorGridlines { get => GetElement(); @@ -11612,9 +11612,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? MinorGridlines /// Title. /// Represents the following element tag in the schema: c:title. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Title? Title { get => GetElement(); @@ -11625,9 +11625,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Title? Title /// Number Format. /// Represents the following element tag in the schema: c:numFmt. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat { get => GetElement(); @@ -11638,9 +11638,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat /// Major Tick Mark. /// Represents the following element tag in the schema: c:majorTickMark. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? MajorTickMark { get => GetElement(); @@ -11651,9 +11651,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? MajorTickMark /// Minor Tick Mark. /// Represents the following element tag in the schema: c:minorTickMark. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? MinorTickMark { get => GetElement(); @@ -11664,9 +11664,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? MinorTickMark /// Tick Label Position. /// Represents the following element tag in the schema: c:tickLblPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? TickLabelPosition { get => GetElement(); @@ -11677,9 +11677,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? TickLabelPositio /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -11690,9 +11690,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// TextProperties. /// Represents the following element tag in the schema: c:txPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties { get => GetElement(); @@ -11703,9 +11703,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties /// Crossing Axis ID. /// Represents the following element tag in the schema: c:crossAx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis { get => GetElement(); @@ -11721,7 +11721,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:catAx. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -11748,7 +11748,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis /// <c:axId> /// <c:crossAx> /// - /// + /// public partial class CategoryAxis : OpenXmlCompositeElement { /// @@ -11850,9 +11850,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Axis ID. /// Represents the following element tag in the schema: c:axId. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AxisId? AxisId { get => GetElement(); @@ -11863,9 +11863,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AxisId? AxisId /// Scaling. /// Represents the following element tag in the schema: c:scaling. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Scaling? Scaling { get => GetElement(); @@ -11876,9 +11876,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Scaling? Scaling /// Delete. /// Represents the following element tag in the schema: c:delete. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Delete? Delete { get => GetElement(); @@ -11889,9 +11889,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Delete? Delete /// Axis Position. /// Represents the following element tag in the schema: c:axPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? AxisPosition { get => GetElement(); @@ -11902,9 +11902,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? AxisPosition /// Major Gridlines. /// Represents the following element tag in the schema: c:majorGridlines. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? MajorGridlines { get => GetElement(); @@ -11915,9 +11915,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? MajorGridlines /// Minor Gridlines. /// Represents the following element tag in the schema: c:minorGridlines. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? MinorGridlines { get => GetElement(); @@ -11928,9 +11928,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? MinorGridlines /// Title. /// Represents the following element tag in the schema: c:title. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Title? Title { get => GetElement(); @@ -11941,9 +11941,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Title? Title /// Number Format. /// Represents the following element tag in the schema: c:numFmt. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat { get => GetElement(); @@ -11954,9 +11954,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat /// Major Tick Mark. /// Represents the following element tag in the schema: c:majorTickMark. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? MajorTickMark { get => GetElement(); @@ -11967,9 +11967,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? MajorTickMark /// Minor Tick Mark. /// Represents the following element tag in the schema: c:minorTickMark. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? MinorTickMark { get => GetElement(); @@ -11980,9 +11980,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? MinorTickMark /// Tick Label Position. /// Represents the following element tag in the schema: c:tickLblPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? TickLabelPosition { get => GetElement(); @@ -11993,9 +11993,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? TickLabelPositio /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -12006,9 +12006,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// TextProperties. /// Represents the following element tag in the schema: c:txPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties { get => GetElement(); @@ -12019,9 +12019,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties /// Crossing Axis ID. /// Represents the following element tag in the schema: c:crossAx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis { get => GetElement(); @@ -12037,7 +12037,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:dateAx. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -12065,7 +12065,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis /// <c:axId> /// <c:crossAx> /// - /// + /// public partial class DateAxis : OpenXmlCompositeElement { /// @@ -12169,9 +12169,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Axis ID. /// Represents the following element tag in the schema: c:axId. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AxisId? AxisId { get => GetElement(); @@ -12182,9 +12182,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AxisId? AxisId /// Scaling. /// Represents the following element tag in the schema: c:scaling. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Scaling? Scaling { get => GetElement(); @@ -12195,9 +12195,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Scaling? Scaling /// Delete. /// Represents the following element tag in the schema: c:delete. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Delete? Delete { get => GetElement(); @@ -12208,9 +12208,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Delete? Delete /// Axis Position. /// Represents the following element tag in the schema: c:axPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? AxisPosition { get => GetElement(); @@ -12221,9 +12221,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? AxisPosition /// Major Gridlines. /// Represents the following element tag in the schema: c:majorGridlines. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? MajorGridlines { get => GetElement(); @@ -12234,9 +12234,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? MajorGridlines /// Minor Gridlines. /// Represents the following element tag in the schema: c:minorGridlines. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? MinorGridlines { get => GetElement(); @@ -12247,9 +12247,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? MinorGridlines /// Title. /// Represents the following element tag in the schema: c:title. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Title? Title { get => GetElement(); @@ -12260,9 +12260,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Title? Title /// Number Format. /// Represents the following element tag in the schema: c:numFmt. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat { get => GetElement(); @@ -12273,9 +12273,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat /// Major Tick Mark. /// Represents the following element tag in the schema: c:majorTickMark. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? MajorTickMark { get => GetElement(); @@ -12286,9 +12286,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? MajorTickMark /// Minor Tick Mark. /// Represents the following element tag in the schema: c:minorTickMark. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? MinorTickMark { get => GetElement(); @@ -12299,9 +12299,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? MinorTickMark /// Tick Label Position. /// Represents the following element tag in the schema: c:tickLblPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? TickLabelPosition { get => GetElement(); @@ -12312,9 +12312,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? TickLabelPositio /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -12325,9 +12325,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// TextProperties. /// Represents the following element tag in the schema: c:txPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties { get => GetElement(); @@ -12338,9 +12338,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties /// Crossing Axis ID. /// Represents the following element tag in the schema: c:crossAx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis { get => GetElement(); @@ -12356,7 +12356,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:serAx. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -12379,7 +12379,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis /// <c:axId> /// <c:crossAx> /// - /// + /// public partial class SeriesAxis : OpenXmlCompositeElement { /// @@ -12473,9 +12473,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Axis ID. /// Represents the following element tag in the schema: c:axId. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AxisId? AxisId { get => GetElement(); @@ -12486,9 +12486,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AxisId? AxisId /// Scaling. /// Represents the following element tag in the schema: c:scaling. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Scaling? Scaling { get => GetElement(); @@ -12499,9 +12499,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Scaling? Scaling /// Delete. /// Represents the following element tag in the schema: c:delete. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Delete? Delete { get => GetElement(); @@ -12512,9 +12512,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Delete? Delete /// Axis Position. /// Represents the following element tag in the schema: c:axPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? AxisPosition { get => GetElement(); @@ -12525,9 +12525,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AxisPosition? AxisPosition /// Major Gridlines. /// Represents the following element tag in the schema: c:majorGridlines. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? MajorGridlines { get => GetElement(); @@ -12538,9 +12538,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MajorGridlines? MajorGridlines /// Minor Gridlines. /// Represents the following element tag in the schema: c:minorGridlines. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? MinorGridlines { get => GetElement(); @@ -12551,9 +12551,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinorGridlines? MinorGridlines /// Title. /// Represents the following element tag in the schema: c:title. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Title? Title { get => GetElement(); @@ -12564,9 +12564,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Title? Title /// Number Format. /// Represents the following element tag in the schema: c:numFmt. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat { get => GetElement(); @@ -12577,9 +12577,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberingFormat? NumberingFormat /// Major Tick Mark. /// Represents the following element tag in the schema: c:majorTickMark. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? MajorTickMark { get => GetElement(); @@ -12590,9 +12590,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MajorTickMark? MajorTickMark /// Minor Tick Mark. /// Represents the following element tag in the schema: c:minorTickMark. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? MinorTickMark { get => GetElement(); @@ -12603,9 +12603,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MinorTickMark? MinorTickMark /// Tick Label Position. /// Represents the following element tag in the schema: c:tickLblPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? TickLabelPosition { get => GetElement(); @@ -12616,9 +12616,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TickLabelPosition? TickLabelPositio /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -12629,9 +12629,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// TextProperties. /// Represents the following element tag in the schema: c:txPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties { get => GetElement(); @@ -12642,9 +12642,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties /// Crossing Axis ID. /// Represents the following element tag in the schema: c:crossAx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis { get => GetElement(); @@ -12660,7 +12660,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:dTable. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -12671,7 +12671,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.CrossingAxis? CrossingAxis /// <c:showKeys> /// <c:extLst> /// - /// + /// public partial class DataTable : OpenXmlCompositeElement { /// @@ -12732,9 +12732,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Show Horizontal Border. /// Represents the following element tag in the schema: c:showHorzBorder. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder? ShowHorizontalBorder { get => GetElement(); @@ -12745,9 +12745,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ShowHorizontalBorder? ShowHorizonta /// Show Vertical Border. /// Represents the following element tag in the schema: c:showVertBorder. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder? ShowVerticalBorder { get => GetElement(); @@ -12758,9 +12758,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ShowVerticalBorder? ShowVerticalBor /// Show Outline Border. /// Represents the following element tag in the schema: c:showOutline. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder? ShowOutlineBorder { get => GetElement(); @@ -12771,9 +12771,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder? ShowOutlineBorde /// Show Legend Keys. /// Represents the following element tag in the schema: c:showKeys. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ShowKeys? ShowKeys { get => GetElement(); @@ -12784,9 +12784,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ShowKeys? ShowKeys /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -12797,9 +12797,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Text Properties. /// Represents the following element tag in the schema: c:txPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties { get => GetElement(); @@ -12810,9 +12810,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TextProperties? TextProperties /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -12907,12 +12907,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:pt. /// - /// + /// /// The following table lists the possible child types: /// /// <c:v> /// - /// + /// public partial class StringPoint : OpenXmlCompositeElement { /// @@ -12978,9 +12978,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text Value. /// Represents the following element tag in the schema: c:v. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumericValue? NumericValue { get => GetElement(); @@ -13035,12 +13035,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredLineSeries> /// - /// + /// public partial class StockChartExtension : OpenXmlCompositeElement { /// @@ -13111,12 +13111,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredPieSeries> /// - /// + /// public partial class PieChartExtension : OpenXmlCompositeElement { /// @@ -13187,12 +13187,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredPieSeries> /// - /// + /// public partial class Pie3DChartExtension : OpenXmlCompositeElement { /// @@ -13263,14 +13263,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:formulaRef> /// <c15:fullRef> /// <c15:levelRef> /// - /// + /// public partial class NumRefExtension : OpenXmlCompositeElement { /// @@ -13345,12 +13345,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:autoCat> /// - /// + /// public partial class StrDataExtension : OpenXmlCompositeElement { /// @@ -13421,14 +13421,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:formulaRef> /// <c15:fullRef> /// <c15:levelRef> /// - /// + /// public partial class StrRefExtension : OpenXmlCompositeElement { /// @@ -13503,14 +13503,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:formulaRef> /// <c15:fullRef> /// <c15:levelRef> /// - /// + /// public partial class MultiLvlStrRefExtension : OpenXmlCompositeElement { /// @@ -13585,7 +13585,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:spPr> @@ -13596,7 +13596,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c15:tx> /// <c15:dlblFieldTable> /// - /// + /// public partial class DLblsExtension : OpenXmlCompositeElement { /// @@ -13679,12 +13679,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredLineSeries> /// - /// + /// public partial class LineChartExtension : OpenXmlCompositeElement { /// @@ -13755,12 +13755,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredLineSeries> /// - /// + /// public partial class Line3DChartExtension : OpenXmlCompositeElement { /// @@ -13831,12 +13831,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredScatterSeries> /// - /// + /// public partial class ScatterChartExtension : OpenXmlCompositeElement { /// @@ -13907,12 +13907,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredRadarSeries> /// - /// + /// public partial class RadarChartExtension : OpenXmlCompositeElement { /// @@ -13983,12 +13983,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredBarSeries> /// - /// + /// public partial class BarChartExtension : OpenXmlCompositeElement { /// @@ -14059,12 +14059,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredBarSeries> /// - /// + /// public partial class Bar3DChartExtension : OpenXmlCompositeElement { /// @@ -14135,12 +14135,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredAreaSeries> /// - /// + /// public partial class AreaChartExtension : OpenXmlCompositeElement { /// @@ -14211,12 +14211,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredAreaSeries> /// - /// + /// public partial class Area3DChartExtension : OpenXmlCompositeElement { /// @@ -14287,12 +14287,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredBubbleSeries> /// - /// + /// public partial class BubbleChartExtension : OpenXmlCompositeElement { /// @@ -14363,12 +14363,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredSurfaceSeries> /// - /// + /// public partial class SurfaceChartExtension : OpenXmlCompositeElement { /// @@ -14439,12 +14439,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:filteredSurfaceSeries> /// - /// + /// public partial class Surface3DChartExtension : OpenXmlCompositeElement { /// @@ -14515,12 +14515,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:numFmt> /// - /// + /// public partial class CatAxExtension : OpenXmlCompositeElement { /// @@ -14591,12 +14591,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:numFmt> /// - /// + /// public partial class DateAxExtension : OpenXmlCompositeElement { /// @@ -14667,12 +14667,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:numFmt> /// - /// + /// public partial class SerAxExtension : OpenXmlCompositeElement { /// @@ -14743,12 +14743,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:numFmt> /// - /// + /// public partial class ValAxExtension : OpenXmlCompositeElement { /// @@ -14819,7 +14819,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:upDownBars. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> @@ -14827,7 +14827,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:upBars> /// <c:downBars> /// - /// + /// public partial class UpDownBars : OpenXmlCompositeElement { /// @@ -14882,9 +14882,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Gap Width. /// Represents the following element tag in the schema: c:gapWidth. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.GapWidth? GapWidth { get => GetElement(); @@ -14895,9 +14895,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.GapWidth? GapWidth /// Up Bars. /// Represents the following element tag in the schema: c:upBars. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.UpBars? UpBars { get => GetElement(); @@ -14908,9 +14908,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.UpBars? UpBars /// Down Bars. /// Represents the following element tag in the schema: c:downBars. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.DownBars? DownBars { get => GetElement(); @@ -14921,9 +14921,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.DownBars? DownBars /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -14939,12 +14939,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class StockChartExtensionList : OpenXmlCompositeElement { /// @@ -14998,12 +14998,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class PieChartExtensionList : OpenXmlCompositeElement { /// @@ -15057,12 +15057,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class Pie3DChartExtensionList : OpenXmlCompositeElement { /// @@ -15116,12 +15116,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class NumRefExtensionList : OpenXmlCompositeElement { /// @@ -15175,12 +15175,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class StrDataExtensionList : OpenXmlCompositeElement { /// @@ -15234,12 +15234,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class StrRefExtensionList : OpenXmlCompositeElement { /// @@ -15293,14 +15293,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:multiLvlStrCache. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:lvl> /// <c:ptCount> /// - /// + /// public partial class MultiLevelStringCache : OpenXmlCompositeElement { /// @@ -15353,9 +15353,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PointCount. /// Represents the following element tag in the schema: c:ptCount. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount { get => GetElement(); @@ -15371,12 +15371,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.PointCount? PointCount /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class MultiLvlStrRefExtensionList : OpenXmlCompositeElement { /// @@ -15430,12 +15430,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class DLblsExtensionList : OpenXmlCompositeElement { /// @@ -15489,12 +15489,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class LineChartExtensionList : OpenXmlCompositeElement { /// @@ -15548,12 +15548,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class Line3DChartExtensionList : OpenXmlCompositeElement { /// @@ -15643,7 +15643,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -15660,7 +15660,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:idx> /// <c:order> /// - /// + /// public partial class ScatterChartSeries : OpenXmlCompositeElement { /// @@ -15739,9 +15739,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -15752,9 +15752,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -15765,9 +15765,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -15778,9 +15778,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -15791,9 +15791,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Marker. /// Represents the following element tag in the schema: c:marker. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -15809,12 +15809,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class ScatterChartExtensionList : OpenXmlCompositeElement { /// @@ -15907,7 +15907,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -15922,7 +15922,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:idx> /// <c:order> /// - /// + /// public partial class RadarChartSeries : OpenXmlCompositeElement { /// @@ -15997,9 +15997,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -16010,9 +16010,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -16023,9 +16023,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -16036,9 +16036,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -16049,9 +16049,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -16062,9 +16062,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// Marker. /// Represents the following element tag in the schema: c:marker. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -16080,12 +16080,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class RadarChartExtensionList : OpenXmlCompositeElement { /// @@ -16178,12 +16178,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class BarChartExtensionList : OpenXmlCompositeElement { /// @@ -16273,12 +16273,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class Bar3DChartExtensionList : OpenXmlCompositeElement { /// @@ -16332,12 +16332,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class AreaChartExtensionList : OpenXmlCompositeElement { /// @@ -16391,12 +16391,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class Area3DChartExtensionList : OpenXmlCompositeElement { /// @@ -16450,7 +16450,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ser. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -16469,7 +16469,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:idx> /// <c:order> /// - /// + /// public partial class BubbleChartSeries : OpenXmlCompositeElement { /// @@ -16552,9 +16552,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -16565,9 +16565,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Order? Order { get => GetElement(); @@ -16578,9 +16578,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Order? Order /// Series Text. /// Represents the following element tag in the schema: c:tx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText { get => GetElement(); @@ -16591,9 +16591,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SeriesText? SeriesText /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -16604,9 +16604,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -16617,9 +16617,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// InvertIfNegative. /// Represents the following element tag in the schema: c:invertIfNegative. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative { get => GetElement(); @@ -16710,12 +16710,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class BubbleChartExtensionList : OpenXmlCompositeElement { /// @@ -16769,12 +16769,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class SurfaceChartExtensionList : OpenXmlCompositeElement { /// @@ -16828,12 +16828,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class Surface3DChartExtensionList : OpenXmlCompositeElement { /// @@ -17049,12 +17049,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class CatAxExtensionList : OpenXmlCompositeElement { /// @@ -17296,12 +17296,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class DateAxExtensionList : OpenXmlCompositeElement { /// @@ -17355,12 +17355,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class SerAxExtensionList : OpenXmlCompositeElement { /// @@ -17453,7 +17453,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:dispUnits. /// - /// + /// /// The following table lists the possible child types: /// /// <c:builtInUnit> @@ -17461,7 +17461,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:custUnit> /// <c:extLst> /// - /// + /// public partial class DisplayUnits : OpenXmlCompositeElement { /// @@ -17524,12 +17524,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class ValAxExtensionList : OpenXmlCompositeElement { /// @@ -17661,12 +17661,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:clrMapOvr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class ColorMapOverride : OpenXmlCompositeElement { /// @@ -17896,9 +17896,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -17914,14 +17914,14 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:pivotSource. /// - /// + /// /// The following table lists the possible child types: /// /// <c:extLst> /// <c:fmtId> /// <c:name> /// - /// + /// public partial class PivotSource : OpenXmlCompositeElement { /// @@ -17974,9 +17974,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pivot Name. /// Represents the following element tag in the schema: c:name. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? PivotTableName { get => GetElement(); @@ -17987,9 +17987,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PivotTableName? PivotTableName /// Format ID. /// Represents the following element tag in the schema: c:fmtId. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.FormatId? FormatId { get => GetElement(); @@ -18000,9 +18000,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.FormatId? FormatId /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -18018,7 +18018,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:protection. /// - /// + /// /// The following table lists the possible child types: /// /// <c:chartObject> @@ -18027,7 +18027,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:selection> /// <c:userInterface> /// - /// + /// public partial class Protection : OpenXmlCompositeElement { /// @@ -18084,9 +18084,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Chart Object. /// Represents the following element tag in the schema: c:chartObject. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartObject? ChartObject { get => GetElement(); @@ -18097,9 +18097,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartObject? ChartObject /// Data Cannot Be Changed. /// Represents the following element tag in the schema: c:data. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Data? Data { get => GetElement(); @@ -18110,9 +18110,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Data? Data /// Formatting. /// Represents the following element tag in the schema: c:formatting. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Formatting? Formatting { get => GetElement(); @@ -18123,9 +18123,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Formatting? Formatting /// Selection. /// Represents the following element tag in the schema: c:selection. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Selection? Selection { get => GetElement(); @@ -18136,9 +18136,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Selection? Selection /// User Interface. /// Represents the following element tag in the schema: c:userInterface. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.UserInterface? UserInterface { get => GetElement(); @@ -18154,7 +18154,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.UserInterface? UserInterface /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:chart. /// - /// + /// /// The following table lists the possible child types: /// /// <c:autoTitleDeleted> @@ -18171,7 +18171,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.UserInterface? UserInterface /// <c:title> /// <c:view3D> /// - /// + /// public partial class Chart : OpenXmlCompositeElement { /// @@ -18245,9 +18245,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Title data and formatting. /// Represents the following element tag in the schema: c:title. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Title? Title { get => GetElement(); @@ -18258,9 +18258,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Title? Title /// True if the chart automatic title has been deleted.. /// Represents the following element tag in the schema: c:autoTitleDeleted. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted? AutoTitleDeleted { get => GetElement(); @@ -18271,9 +18271,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.AutoTitleDeleted? AutoTitleDeleted /// pivot chart format persistence data. /// Represents the following element tag in the schema: c:pivotFmts. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PivotFormats? PivotFormats { get => GetElement(); @@ -18284,9 +18284,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PivotFormats? PivotFormats /// 3D view settings. /// Represents the following element tag in the schema: c:view3D. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.View3D? View3D { get => GetElement(); @@ -18297,9 +18297,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.View3D? View3D /// 3D floor formatting. /// Represents the following element tag in the schema: c:floor. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Floor? Floor { get => GetElement(); @@ -18310,9 +18310,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Floor? Floor /// 3D side wall formatting. /// Represents the following element tag in the schema: c:sideWall. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.SideWall? SideWall { get => GetElement(); @@ -18323,9 +18323,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.SideWall? SideWall /// 3D back wall formatting. /// Represents the following element tag in the schema: c:backWall. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.BackWall? BackWall { get => GetElement(); @@ -18336,9 +18336,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.BackWall? BackWall /// Plot data and formatting. /// Represents the following element tag in the schema: c:plotArea. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PlotArea? PlotArea { get => GetElement(); @@ -18349,9 +18349,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PlotArea? PlotArea /// Legend data and formatting. /// Represents the following element tag in the schema: c:legend. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Legend? Legend { get => GetElement(); @@ -18362,9 +18362,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Legend? Legend /// True if only visible cells are plotted.. /// Represents the following element tag in the schema: c:plotVisOnly. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly? PlotVisibleOnly { get => GetElement(); @@ -18375,9 +18375,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PlotVisibleOnly? PlotVisibleOnly /// The way that blank cells are plotted on a chart.. /// Represents the following element tag in the schema: c:dispBlanksAs. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs? DisplayBlanksAs { get => GetElement(); @@ -18388,9 +18388,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.DisplayBlanksAs? DisplayBlanksAs /// True if we should render datalabels over the maximum scale. /// Represents the following element tag in the schema: c:showDLblsOverMax. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum? ShowDataLabelsOverMaximum { get => GetElement(); @@ -18401,9 +18401,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ShowDataLabelsOverMaximum? ShowData /// Extensibility container. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList? ChartExtensionList { get => GetElement(); @@ -18419,12 +18419,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartExtensionList? ChartExtensionL /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:externalData. /// - /// + /// /// The following table lists the possible child types: /// /// <c:autoUpdate> /// - /// + /// public partial class ExternalData : OpenXmlCompositeElement { /// @@ -18462,9 +18462,9 @@ public ExternalData(string outerXml) : base(outerXml) /// Relationship Reference /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -18492,9 +18492,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Update Automatically. /// Represents the following element tag in the schema: c:autoUpdate. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? AutoUpdate { get => GetElement(); @@ -18510,7 +18510,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? AutoUpdate /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:printSettings. /// - /// + /// /// The following table lists the possible child types: /// /// <c:headerFooter> @@ -18518,7 +18518,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.AutoUpdate? AutoUpdate /// <c:pageSetup> /// <c:legacyDrawingHF> /// - /// + /// public partial class PrintSettings : OpenXmlCompositeElement { /// @@ -18573,9 +18573,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Header and Footer. /// Represents the following element tag in the schema: c:headerFooter. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter? HeaderFooter { get => GetElement(); @@ -18586,9 +18586,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.HeaderFooter? HeaderFooter /// Page Margins. /// Represents the following element tag in the schema: c:pageMargins. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PageMargins? PageMargins { get => GetElement(); @@ -18599,9 +18599,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PageMargins? PageMargins /// Page Setup. /// Represents the following element tag in the schema: c:pageSetup. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PageSetup? PageSetup { get => GetElement(); @@ -18612,9 +18612,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PageSetup? PageSetup /// Legacy Drawing for Headers and Footers. /// Represents the following element tag in the schema: c:legacyDrawingHF. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter? LegacyDrawingHeaderFooter { get => GetElement(); @@ -18630,12 +18630,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.LegacyDrawingHeaderFooter? LegacyDr /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class ChartSpaceExtensionList : OpenXmlCompositeElement { /// @@ -18689,14 +18689,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:pivotSource> /// <c14:pivotOptions> /// <c14:sketchOptions> /// - /// + /// public partial class ChartSpaceExtension : OpenXmlCompositeElement { /// @@ -18771,12 +18771,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class DLblExtensionList : OpenXmlCompositeElement { /// @@ -18830,7 +18830,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:spPr> @@ -18840,7 +18840,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c15:dlblFieldTable> /// <c16:uniqueId> /// - /// + /// public partial class DLblExtension : OpenXmlCompositeElement { /// @@ -18921,7 +18921,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:dPt. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -18933,7 +18933,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:idx> /// <c:explosion> /// - /// + /// public partial class DataPoint : OpenXmlCompositeElement { /// @@ -18996,9 +18996,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Index. /// Represents the following element tag in the schema: c:idx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Index? Index { get => GetElement(); @@ -19009,9 +19009,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Index? Index /// Invert if Negative. /// Represents the following element tag in the schema: c:invertIfNegative. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative { get => GetElement(); @@ -19022,9 +19022,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.InvertIfNegative? InvertIfNegative /// Marker. /// Represents the following element tag in the schema: c:marker. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker { get => GetElement(); @@ -19035,9 +19035,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Marker? Marker /// 3D Bubble. /// Represents the following element tag in the schema: c:bubble3D. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? Bubble3D { get => GetElement(); @@ -19048,9 +19048,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Bubble3D? Bubble3D /// Explosion. /// Represents the following element tag in the schema: c:explosion. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Explosion? Explosion { get => GetElement(); @@ -19061,9 +19061,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Explosion? Explosion /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -19074,9 +19074,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// PictureOptions. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -19087,9 +19087,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -19105,7 +19105,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:trendline. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -19121,7 +19121,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:trendlineType> /// <c:name> /// - /// + /// public partial class Trendline : OpenXmlCompositeElement { /// @@ -19192,9 +19192,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Trendline Name. /// Represents the following element tag in the schema: c:name. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TrendlineName? TrendlineName { get => GetElement(); @@ -19205,9 +19205,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TrendlineName? TrendlineName /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -19218,9 +19218,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Trendline Type. /// Represents the following element tag in the schema: c:trendlineType. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TrendlineType? TrendlineType { get => GetElement(); @@ -19231,9 +19231,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TrendlineType? TrendlineType /// Polynomial Trendline Order. /// Represents the following element tag in the schema: c:order. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder? PolynomialOrder { get => GetElement(); @@ -19244,9 +19244,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PolynomialOrder? PolynomialOrder /// Period. /// Represents the following element tag in the schema: c:period. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Period? Period { get => GetElement(); @@ -19257,9 +19257,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Period? Period /// Forward. /// Represents the following element tag in the schema: c:forward. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Forward? Forward { get => GetElement(); @@ -19270,9 +19270,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Forward? Forward /// Backward. /// Represents the following element tag in the schema: c:backward. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Backward? Backward { get => GetElement(); @@ -19283,9 +19283,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Backward? Backward /// Intercept. /// Represents the following element tag in the schema: c:intercept. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Intercept? Intercept { get => GetElement(); @@ -19296,9 +19296,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Intercept? Intercept /// Display R Squared Value. /// Represents the following element tag in the schema: c:dispRSqr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue? DisplayRSquaredValue { get => GetElement(); @@ -19309,9 +19309,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.DisplayRSquaredValue? DisplayRSquar /// Display Equation. /// Represents the following element tag in the schema: c:dispEq. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation? DisplayEquation { get => GetElement(); @@ -19322,9 +19322,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.DisplayEquation? DisplayEquation /// Trendline Label. /// Represents the following element tag in the schema: c:trendlineLbl. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel? TrendlineLabel { get => GetElement(); @@ -19335,9 +19335,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.TrendlineLabel? TrendlineLabel /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -19353,7 +19353,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:errBars. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -19366,7 +19366,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:plus> /// <c:minus> /// - /// + /// public partial class ErrorBars : OpenXmlCompositeElement { /// @@ -19431,9 +19431,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Error Bar Direction. /// Represents the following element tag in the schema: c:errDir. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection? ErrorDirection { get => GetElement(); @@ -19444,9 +19444,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ErrorDirection? ErrorDirection /// Error Bar Type. /// Represents the following element tag in the schema: c:errBarType. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType? ErrorBarType { get => GetElement(); @@ -19457,9 +19457,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ErrorBarType? ErrorBarType /// Error Bar Value Type. /// Represents the following element tag in the schema: c:errValType. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType? ErrorBarValueType { get => GetElement(); @@ -19470,9 +19470,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValueType? ErrorBarValueTyp /// No End Cap. /// Represents the following element tag in the schema: c:noEndCap. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NoEndCap? NoEndCap { get => GetElement(); @@ -19483,9 +19483,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NoEndCap? NoEndCap /// Plus. /// Represents the following element tag in the schema: c:plus. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Plus? Plus { get => GetElement(); @@ -19496,9 +19496,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Plus? Plus /// Minus. /// Represents the following element tag in the schema: c:minus. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Minus? Minus { get => GetElement(); @@ -19509,9 +19509,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Minus? Minus /// Error Bar Value. /// Represents the following element tag in the schema: c:val. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue? ErrorBarValue { get => GetElement(); @@ -19522,9 +19522,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ErrorBarValue? ErrorBarValue /// ChartShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapeProperties { get => GetElement(); @@ -19535,9 +19535,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ChartShapeProperties? ChartShapePro /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -19553,7 +19553,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:cat. /// - /// + /// /// The following table lists the possible child types: /// /// <c:multiLvlStrRef> @@ -19562,7 +19562,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:strLit> /// <c:strRef> /// - /// + /// public partial class CategoryAxisData : AxisDataSourceType { /// @@ -19622,7 +19622,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:xVal. /// - /// + /// /// The following table lists the possible child types: /// /// <c:multiLvlStrRef> @@ -19631,7 +19631,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:strLit> /// <c:strRef> /// - /// + /// public partial class XValues : AxisDataSourceType { /// @@ -19691,7 +19691,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <c:multiLvlStrRef> @@ -19700,7 +19700,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:strLit> /// <c:strRef> /// - /// + /// public abstract partial class AxisDataSourceType : OpenXmlCompositeElement { /// @@ -19748,9 +19748,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Multi Level String Reference. /// Represents the following element tag in the schema: c:multiLvlStrRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? MultiLevelStringReference { get => GetElement(); @@ -19761,9 +19761,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.MultiLevelStringReference? MultiLev /// Number Reference. /// Represents the following element tag in the schema: c:numRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberReference? NumberReference { get => GetElement(); @@ -19774,9 +19774,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberReference? NumberReference /// Number Literal. /// Represents the following element tag in the schema: c:numLit. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? NumberLiteral { get => GetElement(); @@ -19787,9 +19787,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral? NumberLiteral /// StringReference. /// Represents the following element tag in the schema: c:strRef. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference { get => GetElement(); @@ -19800,9 +19800,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringReference? StringReference /// String Literal. /// Represents the following element tag in the schema: c:strLit. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral { get => GetElement(); @@ -19815,12 +19815,12 @@ public DocumentFormat.OpenXml.Drawing.Charts.StringLiteral? StringLiteral /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class LineSerExtensionList : OpenXmlCompositeElement { /// @@ -19874,7 +19874,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:categoryFilterExceptions> @@ -19885,7 +19885,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:datapointuniqueidmap> /// <c16:uniqueId> /// - /// + /// public partial class LineSerExtension : OpenXmlCompositeElement { /// @@ -19968,12 +19968,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class ScatterSerExtensionList : OpenXmlCompositeElement { /// @@ -20027,7 +20027,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:categoryFilterExceptions> @@ -20038,7 +20038,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:datapointuniqueidmap> /// <c16:uniqueId> /// - /// + /// public partial class ScatterSerExtension : OpenXmlCompositeElement { /// @@ -20121,12 +20121,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class RadarSerExtensionList : OpenXmlCompositeElement { /// @@ -20180,7 +20180,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:categoryFilterExceptions> @@ -20191,7 +20191,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:datapointuniqueidmap> /// <c16:uniqueId> /// - /// + /// public partial class RadarSerExtension : OpenXmlCompositeElement { /// @@ -20274,12 +20274,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class BarSerExtensionList : OpenXmlCompositeElement { /// @@ -20333,7 +20333,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c14:invertSolidFillFmt> @@ -20345,7 +20345,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:datapointuniqueidmap> /// <c16:uniqueId> /// - /// + /// public partial class BarSerExtension : OpenXmlCompositeElement { /// @@ -20430,12 +20430,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class AreaSerExtensionList : OpenXmlCompositeElement { /// @@ -20489,7 +20489,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:categoryFilterExceptions> @@ -20500,7 +20500,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:datapointuniqueidmap> /// <c16:uniqueId> /// - /// + /// public partial class AreaSerExtension : OpenXmlCompositeElement { /// @@ -20583,12 +20583,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class PieSerExtensionList : OpenXmlCompositeElement { /// @@ -20642,7 +20642,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:categoryFilterExceptions> @@ -20653,7 +20653,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:datapointuniqueidmap> /// <c16:uniqueId> /// - /// + /// public partial class PieSerExtension : OpenXmlCompositeElement { /// @@ -20736,12 +20736,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class BubbleSerExtensionList : OpenXmlCompositeElement { /// @@ -20795,7 +20795,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c14:invertSolidFillFmt> @@ -20806,7 +20806,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:datapointuniqueidmap> /// <c16:uniqueId> /// - /// + /// public partial class BubbleSerExtension : OpenXmlCompositeElement { /// @@ -20889,12 +20889,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class SurfaceSerExtensionList : OpenXmlCompositeElement { /// @@ -20948,7 +20948,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c15:categoryFilterExceptions> @@ -20958,7 +20958,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c16:datapointuniqueidmap> /// <c16:uniqueId> /// - /// + /// public partial class SurfaceSerExtension : OpenXmlCompositeElement { /// @@ -21039,12 +21039,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2019 and above. /// When the object is serialized out as xml, it's qualified name is c:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <c16r3:dispNaAsBlank> /// - /// + /// public partial class DataDisplayOptions16 : OpenXmlCompositeElement { /// @@ -21094,9 +21094,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// BooleanFalse. /// Represents the following element tag in the schema: c16r3:dispNaAsBlank. /// - /// + /// /// xmlns:c16r3 = http://schemas.microsoft.com/office/drawing/2017/03/chart - /// + /// public DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? BooleanFalse { get => GetElement(); @@ -21112,12 +21112,12 @@ public DocumentFormat.OpenXml.Office2019.Drawing.Chart.BooleanFalse? BooleanFals /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:pivotFmts. /// - /// + /// /// The following table lists the possible child types: /// /// <c:pivotFmt> /// - /// + /// public partial class PivotFormats : OpenXmlCompositeElement { /// @@ -21171,7 +21171,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:view3D. /// - /// + /// /// The following table lists the possible child types: /// /// <c:rAngAx> @@ -21182,7 +21182,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:rotX> /// <c:rotY> /// - /// + /// public partial class View3D : OpenXmlCompositeElement { /// @@ -21243,9 +21243,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// X Rotation. /// Represents the following element tag in the schema: c:rotX. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.RotateX? RotateX { get => GetElement(); @@ -21256,9 +21256,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.RotateX? RotateX /// Height Percent. /// Represents the following element tag in the schema: c:hPercent. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.HeightPercent? HeightPercent { get => GetElement(); @@ -21269,9 +21269,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.HeightPercent? HeightPercent /// Y Rotation. /// Represents the following element tag in the schema: c:rotY. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.RotateY? RotateY { get => GetElement(); @@ -21282,9 +21282,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.RotateY? RotateY /// Depth Percent. /// Represents the following element tag in the schema: c:depthPercent. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.DepthPercent? DepthPercent { get => GetElement(); @@ -21295,9 +21295,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.DepthPercent? DepthPercent /// Right Angle Axes. /// Represents the following element tag in the schema: c:rAngAx. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes? RightAngleAxes { get => GetElement(); @@ -21308,9 +21308,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.RightAngleAxes? RightAngleAxes /// Perspective. /// Represents the following element tag in the schema: c:perspective. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Perspective? Perspective { get => GetElement(); @@ -21321,9 +21321,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Perspective? Perspective /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -21339,7 +21339,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:floor. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -21347,7 +21347,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:pictureOptions> /// <c:thickness> /// - /// + /// public partial class Floor : SurfaceType { /// @@ -21403,7 +21403,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:sideWall. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -21411,7 +21411,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:pictureOptions> /// <c:thickness> /// - /// + /// public partial class SideWall : SurfaceType { /// @@ -21467,7 +21467,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:backWall. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -21475,7 +21475,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:pictureOptions> /// <c:thickness> /// - /// + /// public partial class BackWall : SurfaceType { /// @@ -21531,7 +21531,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -21539,7 +21539,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <c:pictureOptions> /// <c:thickness> /// - /// + /// public abstract partial class SurfaceType : OpenXmlCompositeElement { /// @@ -21586,9 +21586,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Thickness. /// Represents the following element tag in the schema: c:thickness. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Thickness? Thickness { get => GetElement(); @@ -21599,9 +21599,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.Thickness? Thickness /// ShapeProperties. /// Represents the following element tag in the schema: c:spPr. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? ShapeProperties { get => GetElement(); @@ -21612,9 +21612,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.ShapeProperties? ShapeProperties /// Picture Options. /// Represents the following element tag in the schema: c:pictureOptions. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions { get => GetElement(); @@ -21625,9 +21625,9 @@ public DocumentFormat.OpenXml.Drawing.Charts.PictureOptions? PictureOptions /// Chart Extensibility. /// Represents the following element tag in the schema: c:extLst. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList { get => GetElement(); @@ -21640,7 +21640,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:plotArea. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -21668,7 +21668,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.ExtensionList? ExtensionList /// <c:surfaceChart> /// <c:valAx> /// - /// + /// public partial class PlotArea : OpenXmlCompositeElement { /// @@ -21769,9 +21769,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Layout. /// Represents the following element tag in the schema: c:layout. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout { get => GetElement(); @@ -21787,7 +21787,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:legend. /// - /// + /// /// The following table lists the possible child types: /// /// <c:spPr> @@ -21798,7 +21798,7 @@ public DocumentFormat.OpenXml.Drawing.Charts.Layout? Layout /// <c:legendEntry> /// <c:legendPos> /// - /// + /// public partial class Legend : OpenXmlCompositeElement { /// @@ -21859,9 +21859,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Legend Position. /// Represents the following element tag in the schema: c:legendPos. /// - /// + /// /// xmlns:c = http://schemas.openxmlformats.org/drawingml/2006/chart - /// + /// public DocumentFormat.OpenXml.Drawing.Charts.LegendPosition? LegendPosition { get => GetElement(); @@ -21913,12 +21913,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is c:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <c:ext> /// - /// + /// public partial class ChartExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chartDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chartDrawing.g.cs index afd40ce06..f8a09690e 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chartDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_chartDrawing.g.cs @@ -24,7 +24,7 @@ namespace DocumentFormat.OpenXml.Drawing.ChartDrawing /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:relSizeAnchor. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:cxnSp> @@ -36,7 +36,7 @@ namespace DocumentFormat.OpenXml.Drawing.ChartDrawing /// <cdr:sp> /// <cdr14:contentPart> /// - /// + /// public partial class RelativeAnchorSize : OpenXmlCompositeElement { /// @@ -108,9 +108,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Starting Anchor Point. /// Represents the following element tag in the schema: cdr:from. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? FromAnchor { get => GetElement(); @@ -121,9 +121,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? FromAnchor /// Ending Anchor Point. /// Represents the following element tag in the schema: cdr:to. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? ToAnchor { get => GetElement(); @@ -139,7 +139,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? ToAnchor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:absSizeAnchor. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:ext> @@ -151,7 +151,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.ToAnchor? ToAnchor /// <cdr:sp> /// <cdr14:contentPart> /// - /// + /// public partial class AbsoluteAnchorSize : OpenXmlCompositeElement { /// @@ -223,9 +223,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FromAnchor. /// Represents the following element tag in the schema: cdr:from. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? FromAnchor { get => GetElement(); @@ -236,9 +236,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.FromAnchor? FromAnchor /// Shape Extent. /// Represents the following element tag in the schema: cdr:ext. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? Extent { get => GetElement(); @@ -254,7 +254,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? Extent /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:sp. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:spPr> @@ -262,7 +262,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.Extent? Extent /// <cdr:txBody> /// <cdr:nvSpPr> /// - /// + /// public partial class Shape : OpenXmlCompositeElement { /// @@ -363,9 +363,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Shape Properties. /// Represents the following element tag in the schema: cdr:nvSpPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties? NonVisualShapeProperties { get => GetElement(); @@ -376,9 +376,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeProperties? Non /// Shape Properties. /// Represents the following element tag in the schema: cdr:spPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -389,9 +389,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? ShapePropert /// Shape Style. /// Represents the following element tag in the schema: cdr:style. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? Style { get => GetElement(); @@ -402,9 +402,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? Style /// Shape Text Body. /// Represents the following element tag in the schema: cdr:txBody. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? TextBody { get => GetElement(); @@ -420,7 +420,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? TextBody /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:grpSp. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:grpSpPr> @@ -432,7 +432,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.TextBody? TextBody /// <cdr:sp> /// <cdr14:contentPart> /// - /// + /// public partial class GroupShape : OpenXmlCompositeElement { /// @@ -498,9 +498,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Group Shape Properties. /// Represents the following element tag in the schema: cdr:nvGrpSpPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties? NonVisualGroupShapeProperties { get => GetElement(); @@ -511,9 +511,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeProperties /// Group Shape Properties. /// Represents the following element tag in the schema: cdr:grpSpPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties? GroupShapeProperties { get => GetElement(); @@ -529,14 +529,14 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.GroupShapeProperties? GroupSh /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:graphicFrame. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> /// <cdr:xfrm> /// <cdr:nvGraphicFramePr> /// - /// + /// public partial class GraphicFrame : OpenXmlCompositeElement { /// @@ -613,9 +613,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Graphic Frame Properties. /// Represents the following element tag in the schema: cdr:nvGraphicFramePr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperties? NonVisualGraphicFrameProperties { get => GetElement(); @@ -626,9 +626,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameProperti /// Graphic Frame Transform. /// Represents the following element tag in the schema: cdr:xfrm. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform? Transform { get => GetElement(); @@ -639,9 +639,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.Transform? Transform /// Graphical Object. /// Represents the following element tag in the schema: a:graphic. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Graphic? Graphic { get => GetElement(); @@ -657,14 +657,14 @@ public DocumentFormat.OpenXml.Drawing.Graphic? Graphic /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:cxnSp. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:spPr> /// <cdr:style> /// <cdr:nvCxnSpPr> /// - /// + /// public partial class ConnectionShape : OpenXmlCompositeElement { /// @@ -741,9 +741,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connector Non Visual Properties. /// Represents the following element tag in the schema: cdr:nvCxnSpPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawingProperties? NonVisualConnectorShapeDrawingProperties { get => GetElement(); @@ -754,9 +754,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectorShapeDrawin /// Shape Properties. /// Represents the following element tag in the schema: cdr:spPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -767,9 +767,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? ShapePropert /// Connection Shape Style. /// Represents the following element tag in the schema: cdr:style. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? Style { get => GetElement(); @@ -785,7 +785,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? Style /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:pic. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:blipFill> @@ -793,7 +793,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? Style /// <cdr:style> /// <cdr:nvPicPr> /// - /// + /// public partial class Picture : OpenXmlCompositeElement { /// @@ -872,9 +872,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Picture Properties. /// Represents the following element tag in the schema: cdr:nvPicPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties? NonVisualPictureProperties { get => GetElement(); @@ -885,9 +885,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureProperties? N /// Picture Fill. /// Represents the following element tag in the schema: cdr:blipFill. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill? BlipFill { get => GetElement(); @@ -898,9 +898,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.BlipFill? BlipFill /// ShapeProperties. /// Represents the following element tag in the schema: cdr:spPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -911,9 +911,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.ShapeProperties? ShapePropert /// Style. /// Represents the following element tag in the schema: cdr:style. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? Style { get => GetElement(); @@ -929,14 +929,14 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.Style? Style /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -1052,9 +1052,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -1065,9 +1065,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -1078,9 +1078,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -1096,13 +1096,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:cNvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:spLocks> /// - /// + /// public partial class NonVisualShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -1165,9 +1165,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Locks. /// Represents the following element tag in the schema: a:spLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks { get => GetElement(); @@ -1178,9 +1178,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -1196,13 +1196,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:nvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:cNvPr> /// <cdr:cNvSpPr> /// - /// + /// public partial class NonVisualShapeProperties : OpenXmlCompositeElement { /// @@ -1253,9 +1253,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Chart Non Visual Properties. /// Represents the following element tag in the schema: cdr:cNvPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -1266,9 +1266,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? N /// Non-Visual Shape Drawing Properties. /// Represents the following element tag in the schema: cdr:cNvSpPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperties? NonVisualShapeDrawingProperties { get => GetElement(); @@ -1284,7 +1284,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperti /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -1303,7 +1303,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualShapeDrawingProperti /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -1413,9 +1413,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -1431,7 +1431,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:style. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fontRef> @@ -1439,7 +1439,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class Style : OpenXmlCompositeElement { /// @@ -1494,9 +1494,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -1507,9 +1507,9 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// FillReference. /// Represents the following element tag in the schema: a:fillRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillReference? FillReference { get => GetElement(); @@ -1520,9 +1520,9 @@ public DocumentFormat.OpenXml.Drawing.FillReference? FillReference /// EffectReference. /// Represents the following element tag in the schema: a:effectRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference { get => GetElement(); @@ -1533,9 +1533,9 @@ public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference /// Font Reference. /// Represents the following element tag in the schema: a:fontRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontReference? FontReference { get => GetElement(); @@ -1551,14 +1551,14 @@ public DocumentFormat.OpenXml.Drawing.FontReference? FontReference /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:txBody. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TextBody : OpenXmlCompositeElement { /// @@ -1611,9 +1611,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -1624,9 +1624,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -1642,7 +1642,7 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:cNvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:stCxn> @@ -1650,7 +1650,7 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// <a:cxnSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualConnectionShapeProperties : OpenXmlCompositeElement { /// @@ -1705,9 +1705,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connection Shape Locks. /// Represents the following element tag in the schema: a:cxnSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks { get => GetElement(); @@ -1718,9 +1718,9 @@ public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks /// Connection Start. /// Represents the following element tag in the schema: a:stCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection { get => GetElement(); @@ -1731,9 +1731,9 @@ public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection /// Connection End. /// Represents the following element tag in the schema: a:endCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection { get => GetElement(); @@ -1744,9 +1744,9 @@ public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -1762,13 +1762,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:nvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:cNvCxnSpPr> /// <cdr:cNvPr> /// - /// + /// public partial class NonVisualConnectorShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -1819,9 +1819,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Chart Non Visual Properties. /// Represents the following element tag in the schema: cdr:cNvPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -1832,9 +1832,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? N /// Non-Visual Connection Shape Drawing Properties. /// Represents the following element tag in the schema: cdr:cNvCxnSpPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapeProperties? NonVisualConnectionShapeProperties { get => GetElement(); @@ -1850,13 +1850,13 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualConnectionShapePrope /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:cNvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:picLocks> /// - /// + /// public partial class NonVisualPictureDrawingProperties : OpenXmlCompositeElement { /// @@ -1919,9 +1919,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PictureLocks. /// Represents the following element tag in the schema: a:picLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks { get => GetElement(); @@ -1932,9 +1932,9 @@ public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks /// NonVisualPicturePropertiesExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? NonVisualPicturePropertiesExtensionList { get => GetElement(); @@ -1950,13 +1950,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:nvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:cNvPr> /// <cdr:cNvPicPr> /// - /// + /// public partial class NonVisualPictureProperties : OpenXmlCompositeElement { /// @@ -2007,9 +2007,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: cdr:cNvPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -2020,9 +2020,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? N /// Non-Visual Picture Drawing Properties. /// Represents the following element tag in the schema: cdr:cNvPicPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProperties? NonVisualPictureDrawingProperties { get => GetElement(); @@ -2038,7 +2038,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProper /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:blipFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blip> @@ -2046,7 +2046,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualPictureDrawingProper /// <a:stretch> /// <a:tile> /// - /// + /// public partial class BlipFill : OpenXmlCompositeElement { /// @@ -2130,9 +2130,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blip. /// Represents the following element tag in the schema: a:blip. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Blip? Blip { get => GetElement(); @@ -2143,9 +2143,9 @@ public DocumentFormat.OpenXml.Drawing.Blip? Blip /// Source Rectangle. /// Represents the following element tag in the schema: a:srcRect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle { get => GetElement(); @@ -2161,13 +2161,13 @@ public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:cNvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphicFrameLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGraphicFrameDrawingProperties : OpenXmlCompositeElement { /// @@ -2218,9 +2218,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Graphic Frame Locks. /// Represents the following element tag in the schema: a:graphicFrameLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks { get => GetElement(); @@ -2231,9 +2231,9 @@ public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -2249,13 +2249,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:nvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:cNvPr> /// <cdr:cNvGraphicFramePr> /// - /// + /// public partial class NonVisualGraphicFrameProperties : OpenXmlCompositeElement { /// @@ -2306,9 +2306,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Drawing Properties. /// Represents the following element tag in the schema: cdr:cNvPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -2319,9 +2319,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? N /// Non-Visual Graphic Frame Drawing Properties. /// Represents the following element tag in the schema: cdr:cNvGraphicFramePr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingProperties? NonVisualGraphicFrameDrawingProperties { get => GetElement(); @@ -2337,13 +2337,13 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGraphicFrameDrawingP /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform : OpenXmlCompositeElement { /// @@ -2428,9 +2428,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -2441,9 +2441,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -2459,13 +2459,13 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:cNvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGroupShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -2516,9 +2516,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GroupShapeLocks. /// Represents the following element tag in the schema: a:grpSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks { get => GetElement(); @@ -2529,9 +2529,9 @@ public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks /// NonVisualGroupDrawingShapePropsExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? NonVisualGroupDrawingShapePropsExtensionList { get => GetElement(); @@ -2623,13 +2623,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:from. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:x> /// <cdr:y> /// - /// + /// public partial class FromAnchor : MarkerType { /// @@ -2683,13 +2683,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:to. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:x> /// <cdr:y> /// - /// + /// public partial class ToAnchor : MarkerType { /// @@ -2743,13 +2743,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:x> /// <cdr:y> /// - /// + /// public abstract partial class MarkerType : OpenXmlCompositeElement { /// @@ -2794,9 +2794,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Relative X Coordinate. /// Represents the following element tag in the schema: cdr:x. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition? XPosition { get => GetElement(); @@ -2807,9 +2807,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.XPosition? XPosition /// Relative Y Coordinate. /// Represents the following element tag in the schema: cdr:y. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.YPosition? YPosition { get => GetElement(); @@ -2877,13 +2877,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:nvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <cdr:cNvPr> /// <cdr:cNvGrpSpPr> /// - /// + /// public partial class NonVisualGroupShapeProperties : OpenXmlCompositeElement { /// @@ -2934,9 +2934,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Chart Non Visual Properties. /// Represents the following element tag in the schema: cdr:cNvPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -2947,9 +2947,9 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualDrawingProperties? N /// Non-Visual Group Shape Drawing Properties. /// Represents the following element tag in the schema: cdr:cNvGrpSpPr. /// - /// + /// /// xmlns:cdr = http://schemas.openxmlformats.org/drawingml/2006/chartDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingProperties? NonVisualGroupShapeDrawingProperties { get => GetElement(); @@ -2965,7 +2965,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingPro /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is cdr:grpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -2980,7 +2980,7 @@ public DocumentFormat.OpenXml.Drawing.ChartDrawing.NonVisualGroupShapeDrawingPro /// <a:scene3d> /// <a:solidFill> /// - /// + /// public partial class GroupShapeProperties : OpenXmlCompositeElement { /// @@ -3076,9 +3076,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Grouped Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.g.cs index 24e3920d3..b60b1bb4a 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_diagram.g.cs @@ -24,7 +24,7 @@ namespace DocumentFormat.OpenXml.Drawing.Diagrams /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:colorsDef. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -33,7 +33,7 @@ namespace DocumentFormat.OpenXml.Drawing.Diagrams /// <dgm:title> /// <dgm:styleLbl> /// - /// + /// public partial class ColorsDefinition : OpenXmlPartRootElement { /// @@ -150,7 +150,7 @@ public DiagramColorsPart? DiagramColorsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:colorsDefHdr. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -158,7 +158,7 @@ public DiagramColorsPart? DiagramColorsPart /// <dgm:desc> /// <dgm:title> /// - /// + /// public partial class ColorsDefinitionHeader : OpenXmlCompositeElement { /// @@ -255,12 +255,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:colorsDefHdrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:colorsDefHdr> /// - /// + /// public partial class ColorsDefinitionHeaderList : OpenXmlCompositeElement { /// @@ -314,7 +314,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:dataModel. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:bg> @@ -323,7 +323,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:cxnLst> /// <dgm:ptLst> /// - /// + /// public partial class DataModelRoot : OpenXmlPartRootElement { /// @@ -380,9 +380,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Point List. /// Represents the following element tag in the schema: dgm:ptLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.PointList? PointList { get => GetElement(); @@ -393,9 +393,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.PointList? PointList /// Connection List. /// Represents the following element tag in the schema: dgm:cxnLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? ConnectionList { get => GetElement(); @@ -406,9 +406,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? ConnectionList /// Background Formatting. /// Represents the following element tag in the schema: dgm:bg. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Background? Background { get => GetElement(); @@ -419,9 +419,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Background? Background /// Whole E2O Formatting. /// Represents the following element tag in the schema: dgm:whole. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Whole? Whole { get => GetElement(); @@ -432,9 +432,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Whole? Whole /// DataModelExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? DataModelExtensionList { get => GetElement(); @@ -481,7 +481,7 @@ public DiagramDataPart? DiagramDataPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:layoutDef. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:catLst> @@ -493,7 +493,7 @@ public DiagramDataPart? DiagramDataPart /// <dgm:styleData> /// <dgm:clrData> /// - /// + /// public partial class LayoutDefinition : OpenXmlPartRootElement { /// @@ -626,7 +626,7 @@ public DiagramLayoutDefinitionPart? DiagramLayoutDefinitionPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:layoutDefHdr. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -634,7 +634,7 @@ public DiagramLayoutDefinitionPart? DiagramLayoutDefinitionPart /// <dgm:desc> /// <dgm:title> /// - /// + /// public partial class LayoutDefinitionHeader : OpenXmlCompositeElement { /// @@ -742,12 +742,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:layoutDefHdrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:layoutDefHdr> /// - /// + /// public partial class LayoutDefinitionHeaderList : OpenXmlCompositeElement { /// @@ -814,9 +814,9 @@ public RelationshipIds() : base() /// Explicit Relationship to Diagram Data Part /// Represents the following attribute in the schema: r:dm /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? DataPart { get => GetAttribute(); @@ -827,9 +827,9 @@ public StringValue? DataPart /// Explicit Relationship to Diagram Layout Definition Part /// Represents the following attribute in the schema: r:lo /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? LayoutPart { get => GetAttribute(); @@ -840,9 +840,9 @@ public StringValue? LayoutPart /// Explicit Relationship to Style Definition Part /// Represents the following attribute in the schema: r:qs /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? StylePart { get => GetAttribute(); @@ -853,9 +853,9 @@ public StringValue? StylePart /// Explicit Relationship to Diagram Colors Part /// Represents the following attribute in the schema: r:cs /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? ColorPart { get => GetAttribute(); @@ -899,7 +899,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:styleDef. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -909,7 +909,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:title> /// <dgm:styleLbl> /// - /// + /// public partial class StyleDefinition : OpenXmlPartRootElement { /// @@ -1027,7 +1027,7 @@ public DiagramStylePart? DiagramStylePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:styleDefHdr. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -1035,7 +1035,7 @@ public DiagramStylePart? DiagramStylePart /// <dgm:desc> /// <dgm:title> /// - /// + /// public partial class StyleDefinitionHeader : OpenXmlCompositeElement { /// @@ -1132,12 +1132,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:styleDefHdrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:styleDefHdr> /// - /// + /// public partial class StyleDefinitionHeaderList : OpenXmlCompositeElement { /// @@ -1245,7 +1245,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:fillClrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1255,7 +1255,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class FillColorList : ColorsType { /// @@ -1319,7 +1319,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:linClrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1329,7 +1329,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class LineColorList : ColorsType { /// @@ -1393,7 +1393,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:effectClrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1403,7 +1403,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class EffectColorList : ColorsType { /// @@ -1467,7 +1467,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:txLinClrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1477,7 +1477,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class TextLineColorList : ColorsType { /// @@ -1541,7 +1541,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:txFillClrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1551,7 +1551,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class TextFillColorList : ColorsType { /// @@ -1615,7 +1615,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:txEffectClrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1625,7 +1625,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class TextEffectColorList : ColorsType { /// @@ -1689,7 +1689,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1699,7 +1699,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public abstract partial class ColorsType : OpenXmlCompositeElement { /// @@ -1779,12 +1779,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -1944,12 +1944,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:catLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:cat> /// - /// + /// public partial class ColorTransformCategories : OpenXmlCompositeElement { /// @@ -2003,7 +2003,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:styleLbl. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -2014,7 +2014,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:txFillClrLst> /// <dgm:txEffectClrLst> /// - /// + /// public partial class ColorTransformStyleLabel : OpenXmlCompositeElement { /// @@ -2090,9 +2090,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Fill Color List. /// Represents the following element tag in the schema: dgm:fillClrLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList? FillColorList { get => GetElement(); @@ -2103,9 +2103,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.FillColorList? FillColorList /// Line Color List. /// Represents the following element tag in the schema: dgm:linClrLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList? LineColorList { get => GetElement(); @@ -2116,9 +2116,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.LineColorList? LineColorList /// Effect Color List. /// Represents the following element tag in the schema: dgm:effectClrLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList? EffectColorList { get => GetElement(); @@ -2129,9 +2129,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.EffectColorList? EffectColorList /// Text Line Color List. /// Represents the following element tag in the schema: dgm:txLinClrLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList? TextLineColorList { get => GetElement(); @@ -2142,9 +2142,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.TextLineColorList? TextLineColorL /// Text Fill Color List. /// Represents the following element tag in the schema: dgm:txFillClrLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList? TextFillColorList { get => GetElement(); @@ -2155,9 +2155,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.TextFillColorList? TextFillColorL /// Text Effect Color List. /// Represents the following element tag in the schema: dgm:txEffectClrLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList? TextEffectColorList { get => GetElement(); @@ -2168,9 +2168,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.TextEffectColorList? TextEffectCo /// ExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList { get => GetElement(); @@ -2186,7 +2186,7 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:pt. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -2194,7 +2194,7 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList /// <dgm:t> /// <dgm:prSet> /// - /// + /// public partial class Point : OpenXmlCompositeElement { /// @@ -2301,9 +2301,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Property Set. /// Represents the following element tag in the schema: dgm:prSet. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet? PropertySet { get => GetElement(); @@ -2314,9 +2314,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.PropertySet? PropertySet /// Shape Properties. /// Represents the following element tag in the schema: dgm:spPr. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties? ShapeProperties { get => GetElement(); @@ -2327,9 +2327,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ShapeProperties? ShapeProperties /// Text Body. /// Represents the following element tag in the schema: dgm:t. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.TextBody? TextBody { get => GetElement(); @@ -2340,9 +2340,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.TextBody? TextBody /// PtExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList? PtExtensionList { get => GetElement(); @@ -2358,12 +2358,12 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.PtExtensionList? PtExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:cxn. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> /// - /// + /// public partial class Connection : OpenXmlCompositeElement { /// @@ -2561,9 +2561,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList { get => GetElement(); @@ -2579,12 +2579,12 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:constr. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> /// - /// + /// public partial class Constraint : OpenXmlCompositeElement { /// @@ -2777,9 +2777,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList { get => GetElement(); @@ -2795,12 +2795,12 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:rule. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> /// - /// + /// public partial class Rule : OpenXmlCompositeElement { /// @@ -2937,9 +2937,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList { get => GetElement(); @@ -3009,12 +3009,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:adjLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:adj> /// - /// + /// public partial class AdjustList : OpenXmlCompositeElement { /// @@ -3160,13 +3160,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:alg. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> /// <dgm:param> /// - /// + /// public partial class Algorithm : OpenXmlCompositeElement { /// @@ -3249,13 +3249,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:shape. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> /// <dgm:adjLst> /// - /// + /// public partial class Shape : OpenXmlCompositeElement { /// @@ -3313,9 +3313,9 @@ public StringValue? Type /// Relationship to Image Part /// Represents the following attribute in the schema: r:blip /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Blip { get => GetAttribute(); @@ -3396,9 +3396,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Adjust List. /// Represents the following element tag in the schema: dgm:adjLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList? AdjustList { get => GetElement(); @@ -3409,9 +3409,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList? AdjustList /// ExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList { get => GetElement(); @@ -3427,12 +3427,12 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:presOf. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> /// - /// + /// public partial class PresentationOf : OpenXmlCompositeElement { /// @@ -3548,9 +3548,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList { get => GetElement(); @@ -3566,12 +3566,12 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:constrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:constr> /// - /// + /// public partial class Constraints : OpenXmlCompositeElement { /// @@ -3625,12 +3625,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:ruleLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:rule> /// - /// + /// public partial class RuleList : OpenXmlCompositeElement { /// @@ -3684,7 +3684,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:varLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:animLvl> @@ -3697,7 +3697,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:orgChart> /// <dgm:resizeHandles> /// - /// + /// public partial class VariableList : LayoutVariablePropertySetType { /// @@ -3758,7 +3758,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:presLayoutVars. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:animLvl> @@ -3771,7 +3771,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:orgChart> /// <dgm:resizeHandles> /// - /// + /// public partial class PresentationLayoutVariables : LayoutVariablePropertySetType { /// @@ -3832,7 +3832,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:animLvl> @@ -3845,7 +3845,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:orgChart> /// <dgm:resizeHandles> /// - /// + /// public abstract partial class LayoutVariablePropertySetType : OpenXmlCompositeElement { /// @@ -3897,9 +3897,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Show Organization Chart User Interface. /// Represents the following element tag in the schema: dgm:orgChart. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart? OrganizationChart { get => GetElement(); @@ -3910,9 +3910,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart? OrganizationCh /// Maximum Children. /// Represents the following element tag in the schema: dgm:chMax. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren? MaxNumberOfChildren { get => GetElement(); @@ -3923,9 +3923,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.MaxNumberOfChildren? MaxNumberOfC /// Preferred Number of Children. /// Represents the following element tag in the schema: dgm:chPref. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren? PreferredNumberOfChildren { get => GetElement(); @@ -3936,9 +3936,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.PreferredNumberOfChildren? Prefer /// Show Insert Bullet. /// Represents the following element tag in the schema: dgm:bulletEnabled. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled? BulletEnabled { get => GetElement(); @@ -3949,9 +3949,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.BulletEnabled? BulletEnabled /// Diagram Direction. /// Represents the following element tag in the schema: dgm:dir. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Direction? Direction { get => GetElement(); @@ -3962,9 +3962,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Direction? Direction /// Organization Chart Branch Style. /// Represents the following element tag in the schema: dgm:hierBranch. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch? HierarchyBranch { get => GetElement(); @@ -3975,9 +3975,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyBranch? HierarchyBranch /// One by One Animation String. /// Represents the following element tag in the schema: dgm:animOne. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne? AnimateOneByOne { get => GetElement(); @@ -3988,9 +3988,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.AnimateOneByOne? AnimateOneByOne /// Level Animation. /// Represents the following element tag in the schema: dgm:animLvl. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel? AnimationLevel { get => GetElement(); @@ -4001,9 +4001,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.AnimationLevel? AnimationLevel /// Shape Resize Style. /// Represents the following element tag in the schema: dgm:resizeHandles. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? ResizeHandles { get => GetElement(); @@ -4016,7 +4016,7 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? ResizeHandles /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:forEach. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -4029,7 +4029,7 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ResizeHandles? ResizeHandles /// <dgm:ruleLst> /// <dgm:shape> /// - /// + /// public partial class ForEach : OpenXmlCompositeElement { /// @@ -4189,7 +4189,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:layoutNode. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -4203,7 +4203,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:ruleLst> /// <dgm:shape> /// - /// + /// public partial class LayoutNode : OpenXmlCompositeElement { /// @@ -4324,13 +4324,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:choose. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:else> /// <dgm:if> /// - /// + /// public partial class Choose : OpenXmlCompositeElement { /// @@ -4399,7 +4399,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:if. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -4412,7 +4412,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:ruleLst> /// <dgm:shape> /// - /// + /// public partial class DiagramChooseIf : OpenXmlCompositeElement { /// @@ -4632,7 +4632,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:else. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -4645,7 +4645,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:ruleLst> /// <dgm:shape> /// - /// + /// public partial class DiagramChooseElse : OpenXmlCompositeElement { /// @@ -4728,7 +4728,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:dataModel. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:bg> @@ -4737,7 +4737,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:cxnLst> /// <dgm:ptLst> /// - /// + /// public partial class DataModel : OpenXmlCompositeElement { /// @@ -4794,9 +4794,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Point List. /// Represents the following element tag in the schema: dgm:ptLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.PointList? PointList { get => GetElement(); @@ -4807,9 +4807,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.PointList? PointList /// Connection List. /// Represents the following element tag in the schema: dgm:cxnLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? ConnectionList { get => GetElement(); @@ -4820,9 +4820,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList? ConnectionList /// Background Formatting. /// Represents the following element tag in the schema: dgm:bg. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Background? Background { get => GetElement(); @@ -4833,9 +4833,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Background? Background /// Whole E2O Formatting. /// Represents the following element tag in the schema: dgm:whole. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Whole? Whole { get => GetElement(); @@ -4846,9 +4846,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Whole? Whole /// DataModelExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.DataModelExtensionList? DataModelExtensionList { get => GetElement(); @@ -5018,12 +5018,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:catLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:cat> /// - /// + /// public partial class CategoryList : OpenXmlCompositeElement { /// @@ -5077,7 +5077,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:style. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fontRef> @@ -5085,7 +5085,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class Style : OpenXmlCompositeElement { /// @@ -5140,9 +5140,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -5153,9 +5153,9 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// FillReference. /// Represents the following element tag in the schema: a:fillRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillReference? FillReference { get => GetElement(); @@ -5166,9 +5166,9 @@ public DocumentFormat.OpenXml.Drawing.FillReference? FillReference /// EffectReference. /// Represents the following element tag in the schema: a:effectRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference { get => GetElement(); @@ -5179,9 +5179,9 @@ public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference /// Font Reference. /// Represents the following element tag in the schema: a:fontRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontReference? FontReference { get => GetElement(); @@ -5596,7 +5596,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:scene3d. /// - /// + /// /// The following table lists the possible child types: /// /// <a:backdrop> @@ -5604,7 +5604,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:lightRig> /// <a:extLst> /// - /// + /// public partial class Scene3D : OpenXmlCompositeElement { /// @@ -5659,9 +5659,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Camera. /// Represents the following element tag in the schema: a:camera. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Camera? Camera { get => GetElement(); @@ -5672,9 +5672,9 @@ public DocumentFormat.OpenXml.Drawing.Camera? Camera /// Light Rig. /// Represents the following element tag in the schema: a:lightRig. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LightRig? LightRig { get => GetElement(); @@ -5685,9 +5685,9 @@ public DocumentFormat.OpenXml.Drawing.LightRig? LightRig /// Backdrop Plane. /// Represents the following element tag in the schema: a:backdrop. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Backdrop? Backdrop { get => GetElement(); @@ -5698,9 +5698,9 @@ public DocumentFormat.OpenXml.Drawing.Backdrop? Backdrop /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -5716,7 +5716,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:sp3d. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bevelT> @@ -5725,7 +5725,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:contourClr> /// <a:extLst> /// - /// + /// public partial class Shape3D : OpenXmlCompositeElement { /// @@ -5839,9 +5839,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Top Bevel. /// Represents the following element tag in the schema: a:bevelT. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BevelTop? BevelTop { get => GetElement(); @@ -5852,9 +5852,9 @@ public DocumentFormat.OpenXml.Drawing.BevelTop? BevelTop /// Bottom Bevel. /// Represents the following element tag in the schema: a:bevelB. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BevelBottom? BevelBottom { get => GetElement(); @@ -5865,9 +5865,9 @@ public DocumentFormat.OpenXml.Drawing.BevelBottom? BevelBottom /// Extrusion Color. /// Represents the following element tag in the schema: a:extrusionClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtrusionColor? ExtrusionColor { get => GetElement(); @@ -5878,9 +5878,9 @@ public DocumentFormat.OpenXml.Drawing.ExtrusionColor? ExtrusionColor /// Contour Color. /// Represents the following element tag in the schema: a:contourClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ContourColor? ContourColor { get => GetElement(); @@ -5891,9 +5891,9 @@ public DocumentFormat.OpenXml.Drawing.ContourColor? ContourColor /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -5909,13 +5909,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:txPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:flatTx> /// <a:sp3d> /// - /// + /// public partial class TextProperties : OpenXmlCompositeElement { /// @@ -5972,9 +5972,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Apply 3D shape properties. /// Represents the following element tag in the schema: a:sp3d. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Shape3DType? Shape3DType { get => GetElement(); @@ -5985,9 +5985,9 @@ public DocumentFormat.OpenXml.Drawing.Shape3DType? Shape3DType /// No text in 3D scene. /// Represents the following element tag in the schema: a:flatTx. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FlatText? FlatText { get => GetElement(); @@ -6103,12 +6103,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:catLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:cat> /// - /// + /// public partial class StyleDisplayCategories : OpenXmlCompositeElement { /// @@ -6162,7 +6162,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:styleLbl. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:extLst> @@ -6171,7 +6171,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <dgm:style> /// <dgm:txPr> /// - /// + /// public partial class StyleLabel : OpenXmlCompositeElement { /// @@ -6243,9 +6243,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 3-D Scene. /// Represents the following element tag in the schema: dgm:scene3d. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D? Scene3D { get => GetElement(); @@ -6256,9 +6256,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Scene3D? Scene3D /// 3-D Shape Properties. /// Represents the following element tag in the schema: dgm:sp3d. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D? Shape3D { get => GetElement(); @@ -6269,9 +6269,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Shape3D? Shape3D /// Text Properties. /// Represents the following element tag in the schema: dgm:txPr. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties? TextProperties { get => GetElement(); @@ -6282,9 +6282,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.TextProperties? TextProperties /// Shape Style. /// Represents the following element tag in the schema: dgm:style. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Style? Style { get => GetElement(); @@ -6295,9 +6295,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Style? Style /// ExtensionList. /// Represents the following element tag in the schema: dgm:extLst. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList { get => GetElement(); @@ -6313,12 +6313,12 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:ptLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:pt> /// - /// + /// public partial class PointList : OpenXmlCompositeElement { /// @@ -6372,12 +6372,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:cxnLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:cxn> /// - /// + /// public partial class ConnectionList : OpenXmlCompositeElement { /// @@ -6431,7 +6431,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:bg. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -6443,7 +6443,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class Background : OpenXmlCompositeElement { /// @@ -6523,14 +6523,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:whole. /// - /// + /// /// The following table lists the possible child types: /// /// <a:effectDag> /// <a:effectLst> /// <a:ln> /// - /// + /// public partial class Whole : OpenXmlCompositeElement { /// @@ -6589,9 +6589,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Outline. /// Represents the following element tag in the schema: a:ln. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Outline? Outline { get => GetElement(); @@ -6607,12 +6607,12 @@ public DocumentFormat.OpenXml.Drawing.Outline? Outline /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class DataModelExtensionList : OpenXmlCompositeElement { /// @@ -6666,13 +6666,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:prSet. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:style> /// <dgm:presLayoutVars> /// - /// + /// public partial class PropertySet : OpenXmlCompositeElement { /// @@ -7039,9 +7039,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Presentation Layout Variables. /// Represents the following element tag in the schema: dgm:presLayoutVars. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables? PresentationLayoutVariables { get => GetElement(); @@ -7052,9 +7052,9 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables? Pres /// Shape Style. /// Represents the following element tag in the schema: dgm:style. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.Style? Style { get => GetElement(); @@ -7070,7 +7070,7 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Style? Style /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -7089,7 +7089,7 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.Style? Style /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -7199,9 +7199,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -7217,14 +7217,14 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:t. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TextBody : OpenXmlCompositeElement { /// @@ -7277,9 +7277,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -7290,9 +7290,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -7308,12 +7308,12 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class PtExtensionList : OpenXmlCompositeElement { /// @@ -7367,13 +7367,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm1612:lstStyle> /// <dgm1611:autoBuNodeInfoLst> /// - /// + /// public partial class DiagramDefinitionExtension : OpenXmlCompositeElement { /// @@ -7446,12 +7446,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:sampData. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:dataModel> /// - /// + /// public partial class SampleData : SampleDataType { /// @@ -7504,12 +7504,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:styleData. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:dataModel> /// - /// + /// public partial class StyleData : SampleDataType { /// @@ -7562,12 +7562,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:clrData. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:dataModel> /// - /// + /// public partial class ColorData : SampleDataType { /// @@ -7620,12 +7620,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:dataModel> /// - /// + /// public abstract partial class SampleDataType : OpenXmlCompositeElement { /// @@ -7681,9 +7681,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Data Model. /// Represents the following element tag in the schema: dgm:dataModel. /// - /// + /// /// xmlns:dgm = http://schemas.openxmlformats.org/drawingml/2006/diagram - /// + /// public DocumentFormat.OpenXml.Drawing.Diagrams.DataModel? DataModel { get => GetElement(); @@ -7696,12 +7696,12 @@ public DocumentFormat.OpenXml.Drawing.Diagrams.DataModel? DataModel /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is dgm:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm:ext> /// - /// + /// public partial class DiagramDefinitionExtensionList : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_lockedCanvas.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_lockedCanvas.g.cs index 61aab1609..70daf00eb 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_lockedCanvas.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_lockedCanvas.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Drawing.LockedCanvas /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is lc:lockedCanvas. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpPr> @@ -37,7 +37,7 @@ namespace DocumentFormat.OpenXml.Drawing.LockedCanvas /// <a:txSp> /// <a14:contentPart> /// - /// + /// public partial class LockedCanvas : OpenXmlCompositeElement { /// @@ -107,9 +107,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Group Shape. /// Represents the following element tag in the schema: a:nvGrpSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? NonVisualGroupShapeProperties { get => GetElement(); @@ -120,9 +120,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? NonVisualGr /// Visual Group Shape Properties. /// Represents the following element tag in the schema: a:grpSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? VisualGroupShapeProperties { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_main.g.cs index 097d2de77..c1161b102 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_main.g.cs @@ -39,14 +39,14 @@ namespace DocumentFormat.OpenXml.Drawing /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:audioCd. /// - /// + /// /// The following table lists the possible child types: /// /// <a:st> /// <a:end> /// <a:extLst> /// - /// + /// public partial class AudioFromCD : OpenXmlCompositeElement { /// @@ -99,9 +99,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Audio Start Time. /// Represents the following element tag in the schema: a:st. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.StartTime? StartTime { get => GetElement(); @@ -112,9 +112,9 @@ public DocumentFormat.OpenXml.Drawing.StartTime? StartTime /// Audio End Time. /// Represents the following element tag in the schema: a:end. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EndTime? EndTime { get => GetElement(); @@ -125,9 +125,9 @@ public DocumentFormat.OpenXml.Drawing.EndTime? EndTime /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -204,9 +204,9 @@ protected EmbeddedWavAudioFileType() : base() /// Embedded Audio File Relationship ID /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -251,12 +251,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:audioFile. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class AudioFromFile : OpenXmlCompositeElement { /// @@ -294,9 +294,9 @@ public AudioFromFile(string outerXml) : base(outerXml) /// Linked Relationship ID /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); @@ -323,9 +323,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -341,12 +341,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:videoFile. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class VideoFromFile : OpenXmlCompositeElement { /// @@ -384,9 +384,9 @@ public VideoFromFile(string outerXml) : base(outerXml) /// Linked Relationship ID /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); @@ -413,9 +413,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -431,12 +431,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:quickTimeFile. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class QuickTimeFromFile : OpenXmlCompositeElement { /// @@ -474,9 +474,9 @@ public QuickTimeFromFile(string outerXml) : base(outerXml) /// Linked Relationship ID /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); @@ -503,9 +503,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -1415,7 +1415,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:scrgbClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hueOff> @@ -1447,7 +1447,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:alphaMod> /// <a:hueMod> /// - /// + /// public partial class RgbColorModelPercentage : OpenXmlCompositeElement { /// @@ -1604,7 +1604,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:srgbClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hueOff> @@ -1636,7 +1636,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:alphaMod> /// <a:hueMod> /// - /// + /// public partial class RgbColorModelHex : OpenXmlCompositeElement { /// @@ -1684,9 +1684,9 @@ public HexBinaryValue? Val /// legacySpreadsheetColorIndex, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: a14:legacySpreadsheetColorIndex /// - /// + /// /// xmlns:a14=http://schemas.microsoft.com/office/drawing/2010/main - /// + /// public Int32Value? LegacySpreadsheetColorIndex { get => GetAttribute(); @@ -1784,7 +1784,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:hslClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hueOff> @@ -1816,7 +1816,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:alphaMod> /// <a:hueMod> /// - /// + /// public partial class HslColor : OpenXmlCompositeElement { /// @@ -1974,7 +1974,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:sysClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hueOff> @@ -2006,7 +2006,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:alphaMod> /// <a:hueMod> /// - /// + /// public partial class SystemColor : OpenXmlCompositeElement { /// @@ -2150,7 +2150,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:schemeClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hueOff> @@ -2182,7 +2182,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:alphaMod> /// <a:hueMod> /// - /// + /// public partial class SchemeColor : OpenXmlCompositeElement { /// @@ -2312,7 +2312,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:prstClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hueOff> @@ -2344,7 +2344,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:alphaMod> /// <a:hueMod> /// - /// + /// public partial class PresetColor : OpenXmlCompositeElement { /// @@ -2474,7 +2474,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:sp3d. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bevelT> @@ -2483,7 +2483,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:contourClr> /// <a:extLst> /// - /// + /// public partial class Shape3DType : OpenXmlCompositeElement { /// @@ -2597,9 +2597,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Top Bevel. /// Represents the following element tag in the schema: a:bevelT. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BevelTop? BevelTop { get => GetElement(); @@ -2610,9 +2610,9 @@ public DocumentFormat.OpenXml.Drawing.BevelTop? BevelTop /// Bottom Bevel. /// Represents the following element tag in the schema: a:bevelB. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BevelBottom? BevelBottom { get => GetElement(); @@ -2623,9 +2623,9 @@ public DocumentFormat.OpenXml.Drawing.BevelBottom? BevelBottom /// Extrusion Color. /// Represents the following element tag in the schema: a:extrusionClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtrusionColor? ExtrusionColor { get => GetElement(); @@ -2636,9 +2636,9 @@ public DocumentFormat.OpenXml.Drawing.ExtrusionColor? ExtrusionColor /// Contour Color. /// Represents the following element tag in the schema: a:contourClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ContourColor? ContourColor { get => GetElement(); @@ -2649,9 +2649,9 @@ public DocumentFormat.OpenXml.Drawing.ContourColor? ContourColor /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -2756,12 +2756,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:path. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fillToRect> /// - /// + /// public partial class PathGradientFill : OpenXmlCompositeElement { /// @@ -2825,9 +2825,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Fill To Rectangle. /// Represents the following element tag in the schema: a:fillToRect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillToRectangle? FillToRectangle { get => GetElement(); @@ -2946,12 +2946,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:stretch. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fillRect> /// - /// + /// public partial class Stretch : OpenXmlCompositeElement { /// @@ -3000,9 +3000,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Fill Rectangle. /// Represents the following element tag in the schema: a:fillRect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillRectangle? FillRectangle { get => GetElement(); @@ -3042,7 +3042,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:solidFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -3052,7 +3052,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class SolidFill : OpenXmlCompositeElement { /// @@ -3117,9 +3117,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -3130,9 +3130,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -3143,9 +3143,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -3156,9 +3156,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -3169,9 +3169,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -3182,9 +3182,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -3200,7 +3200,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:gradFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:gsLst> @@ -3208,7 +3208,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// <a:path> /// <a:tileRect> /// - /// + /// public partial class GradientFill : OpenXmlCompositeElement { /// @@ -3295,9 +3295,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Gradient Stop List. /// Represents the following element tag in the schema: a:gsLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GradientStopList? GradientStopList { get => GetElement(); @@ -3313,7 +3313,7 @@ public DocumentFormat.OpenXml.Drawing.GradientStopList? GradientStopList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:blipFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blip> @@ -3321,7 +3321,7 @@ public DocumentFormat.OpenXml.Drawing.GradientStopList? GradientStopList /// <a:stretch> /// <a:tile> /// - /// + /// public partial class BlipFill : OpenXmlCompositeElement { /// @@ -3405,9 +3405,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blip. /// Represents the following element tag in the schema: a:blip. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Blip? Blip { get => GetElement(); @@ -3418,9 +3418,9 @@ public DocumentFormat.OpenXml.Drawing.Blip? Blip /// Source Rectangle. /// Represents the following element tag in the schema: a:srcRect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle { get => GetElement(); @@ -3436,13 +3436,13 @@ public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:pattFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fgClr> /// <a:bgClr> /// - /// + /// public partial class PatternFill : OpenXmlCompositeElement { /// @@ -3508,9 +3508,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Foreground color. /// Represents the following element tag in the schema: a:fgClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ForegroundColor? ForegroundColor { get => GetElement(); @@ -3521,9 +3521,9 @@ public DocumentFormat.OpenXml.Drawing.ForegroundColor? ForegroundColor /// Background color. /// Represents the following element tag in the schema: a:bgClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BackgroundColor? BackgroundColor { get => GetElement(); @@ -3563,7 +3563,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cont. /// - /// + /// /// The following table lists the possible child types: /// /// <a:alphaBiLevel> @@ -3597,7 +3597,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:tint> /// <a:xfrm> /// - /// + /// public partial class EffectContainer : EffectContainerType { /// @@ -3682,7 +3682,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:effectDag. /// - /// + /// /// The following table lists the possible child types: /// /// <a:alphaBiLevel> @@ -3716,7 +3716,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:tint> /// <a:xfrm> /// - /// + /// public partial class EffectDag : EffectContainerType { /// @@ -3801,7 +3801,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:alphaBiLevel> @@ -3835,7 +3835,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:tint> /// <a:xfrm> /// - /// + /// public abstract partial class EffectContainerType : OpenXmlCompositeElement { /// @@ -4066,7 +4066,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:alphaInv. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -4076,7 +4076,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class AlphaInverse : OpenXmlCompositeElement { /// @@ -4141,9 +4141,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -4154,9 +4154,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -4167,9 +4167,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -4180,9 +4180,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -4193,9 +4193,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -4206,9 +4206,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -4224,12 +4224,12 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:alphaMod. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cont> /// - /// + /// public partial class AlphaModulationEffect : OpenXmlCompositeElement { /// @@ -4278,9 +4278,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// EffectContainer. /// Represents the following element tag in the schema: a:cont. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectContainer? EffectContainer { get => GetElement(); @@ -4454,12 +4454,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:blend. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cont> /// - /// + /// public partial class Blend : OpenXmlCompositeElement { /// @@ -4524,9 +4524,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Effect to blend. /// Represents the following element tag in the schema: a:cont. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectContainer? EffectContainer { get => GetElement(); @@ -4592,13 +4592,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:clrChange. /// - /// + /// /// The following table lists the possible child types: /// /// <a:clrFrom> /// <a:clrTo> /// - /// + /// public partial class ColorChange : OpenXmlCompositeElement { /// @@ -4661,9 +4661,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Change Color From. /// Represents the following element tag in the schema: a:clrFrom. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ColorFrom? ColorFrom { get => GetElement(); @@ -4674,9 +4674,9 @@ public DocumentFormat.OpenXml.Drawing.ColorFrom? ColorFrom /// Change Color To. /// Represents the following element tag in the schema: a:clrTo. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ColorTo? ColorTo { get => GetElement(); @@ -4692,7 +4692,7 @@ public DocumentFormat.OpenXml.Drawing.ColorTo? ColorTo /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:clrRepl. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -4702,7 +4702,7 @@ public DocumentFormat.OpenXml.Drawing.ColorTo? ColorTo /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ColorReplacement : OpenXmlCompositeElement { /// @@ -4767,9 +4767,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -4780,9 +4780,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -4793,9 +4793,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -4806,9 +4806,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -4819,9 +4819,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -4832,9 +4832,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -4850,7 +4850,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:duotone. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -4860,7 +4860,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Duotone : OpenXmlCompositeElement { /// @@ -4930,7 +4930,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -4940,7 +4940,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class Fill : OpenXmlCompositeElement { /// @@ -5005,9 +5005,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NoFill. /// Represents the following element tag in the schema: a:noFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NoFill? NoFill { get => GetElement(); @@ -5018,9 +5018,9 @@ public DocumentFormat.OpenXml.Drawing.NoFill? NoFill /// SolidFill. /// Represents the following element tag in the schema: a:solidFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill { get => GetElement(); @@ -5031,9 +5031,9 @@ public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill /// GradientFill. /// Represents the following element tag in the schema: a:gradFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill { get => GetElement(); @@ -5044,9 +5044,9 @@ public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill /// BlipFill. /// Represents the following element tag in the schema: a:blipFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill { get => GetElement(); @@ -5057,9 +5057,9 @@ public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill /// Pattern Fill. /// Represents the following element tag in the schema: a:pattFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill { get => GetElement(); @@ -5070,9 +5070,9 @@ public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill /// Group Fill. /// Represents the following element tag in the schema: a:grpFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill { get => GetElement(); @@ -5088,7 +5088,7 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fillOverlay. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -5098,7 +5098,7 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class FillOverlay : OpenXmlCompositeElement { /// @@ -5179,9 +5179,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NoFill. /// Represents the following element tag in the schema: a:noFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NoFill? NoFill { get => GetElement(); @@ -5192,9 +5192,9 @@ public DocumentFormat.OpenXml.Drawing.NoFill? NoFill /// SolidFill. /// Represents the following element tag in the schema: a:solidFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill { get => GetElement(); @@ -5205,9 +5205,9 @@ public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill /// GradientFill. /// Represents the following element tag in the schema: a:gradFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill { get => GetElement(); @@ -5218,9 +5218,9 @@ public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill /// BlipFill. /// Represents the following element tag in the schema: a:blipFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill { get => GetElement(); @@ -5231,9 +5231,9 @@ public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill /// Pattern Fill. /// Represents the following element tag in the schema: a:pattFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill { get => GetElement(); @@ -5244,9 +5244,9 @@ public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill /// Group Fill. /// Represents the following element tag in the schema: a:grpFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill { get => GetElement(); @@ -5262,7 +5262,7 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:glow. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -5272,7 +5272,7 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Glow : OpenXmlCompositeElement { /// @@ -5352,9 +5352,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -5365,9 +5365,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -5378,9 +5378,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -5391,9 +5391,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -5404,9 +5404,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -5417,9 +5417,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -5526,7 +5526,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:innerShdw. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -5536,7 +5536,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class InnerShadow : OpenXmlCompositeElement { /// @@ -5644,9 +5644,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -5657,9 +5657,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -5670,9 +5670,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -5683,9 +5683,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -5696,9 +5696,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -5709,9 +5709,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -5781,7 +5781,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:outerShdw. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -5791,7 +5791,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class OuterShadow : OpenXmlCompositeElement { /// @@ -5974,9 +5974,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -5987,9 +5987,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -6000,9 +6000,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -6013,9 +6013,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -6026,9 +6026,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -6039,9 +6039,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -6057,7 +6057,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:prstShdw. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -6067,7 +6067,7 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class PresetShadow : OpenXmlCompositeElement { /// @@ -6176,9 +6176,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -6189,9 +6189,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -6202,9 +6202,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -6215,9 +6215,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -6228,9 +6228,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -6241,9 +6241,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -6714,7 +6714,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:effectLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blur> @@ -6726,7 +6726,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:reflection> /// <a:softEdge> /// - /// + /// public partial class EffectList : OpenXmlCompositeElement { /// @@ -6789,9 +6789,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blur Effect. /// Represents the following element tag in the schema: a:blur. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Blur? Blur { get => GetElement(); @@ -6802,9 +6802,9 @@ public DocumentFormat.OpenXml.Drawing.Blur? Blur /// FillOverlay. /// Represents the following element tag in the schema: a:fillOverlay. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillOverlay? FillOverlay { get => GetElement(); @@ -6815,9 +6815,9 @@ public DocumentFormat.OpenXml.Drawing.FillOverlay? FillOverlay /// Glow. /// Represents the following element tag in the schema: a:glow. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Glow? Glow { get => GetElement(); @@ -6828,9 +6828,9 @@ public DocumentFormat.OpenXml.Drawing.Glow? Glow /// InnerShadow. /// Represents the following element tag in the schema: a:innerShdw. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.InnerShadow? InnerShadow { get => GetElement(); @@ -6841,9 +6841,9 @@ public DocumentFormat.OpenXml.Drawing.InnerShadow? InnerShadow /// OuterShadow. /// Represents the following element tag in the schema: a:outerShdw. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.OuterShadow? OuterShadow { get => GetElement(); @@ -6854,9 +6854,9 @@ public DocumentFormat.OpenXml.Drawing.OuterShadow? OuterShadow /// PresetShadow. /// Represents the following element tag in the schema: a:prstShdw. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetShadow? PresetShadow { get => GetElement(); @@ -6867,9 +6867,9 @@ public DocumentFormat.OpenXml.Drawing.PresetShadow? PresetShadow /// Reflection. /// Represents the following element tag in the schema: a:reflection. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Reflection? Reflection { get => GetElement(); @@ -6880,9 +6880,9 @@ public DocumentFormat.OpenXml.Drawing.Reflection? Reflection /// SoftEdge. /// Represents the following element tag in the schema: a:softEdge. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SoftEdge? SoftEdge { get => GetElement(); @@ -6898,7 +6898,7 @@ public DocumentFormat.OpenXml.Drawing.SoftEdge? SoftEdge /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:custGeom. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ahLst> @@ -6908,7 +6908,7 @@ public DocumentFormat.OpenXml.Drawing.SoftEdge? SoftEdge /// <a:rect> /// <a:pathLst> /// - /// + /// public partial class CustomGeometry : OpenXmlCompositeElement { /// @@ -6967,9 +6967,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Adjust Value List. /// Represents the following element tag in the schema: a:avLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.AdjustValueList? AdjustValueList { get => GetElement(); @@ -6980,9 +6980,9 @@ public DocumentFormat.OpenXml.Drawing.AdjustValueList? AdjustValueList /// List of Shape Guides. /// Represents the following element tag in the schema: a:gdLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeGuideList? ShapeGuideList { get => GetElement(); @@ -6993,9 +6993,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeGuideList? ShapeGuideList /// List of Shape Adjust Handles. /// Represents the following element tag in the schema: a:ahLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.AdjustHandleList? AdjustHandleList { get => GetElement(); @@ -7006,9 +7006,9 @@ public DocumentFormat.OpenXml.Drawing.AdjustHandleList? AdjustHandleList /// List of Shape Connection Sites. /// Represents the following element tag in the schema: a:cxnLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ConnectionSiteList? ConnectionSiteList { get => GetElement(); @@ -7019,9 +7019,9 @@ public DocumentFormat.OpenXml.Drawing.ConnectionSiteList? ConnectionSiteList /// Shape Text Rectangle. /// Represents the following element tag in the schema: a:rect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Rectangle? Rectangle { get => GetElement(); @@ -7032,9 +7032,9 @@ public DocumentFormat.OpenXml.Drawing.Rectangle? Rectangle /// List of Shape Paths. /// Represents the following element tag in the schema: a:pathLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PathList? PathList { get => GetElement(); @@ -7050,12 +7050,12 @@ public DocumentFormat.OpenXml.Drawing.PathList? PathList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:prstGeom. /// - /// + /// /// The following table lists the possible child types: /// /// <a:avLst> /// - /// + /// public partial class PresetGeometry : OpenXmlCompositeElement { /// @@ -7120,9 +7120,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// List of Shape Adjust Values. /// Represents the following element tag in the schema: a:avLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.AdjustValueList? AdjustValueList { get => GetElement(); @@ -7138,12 +7138,12 @@ public DocumentFormat.OpenXml.Drawing.AdjustValueList? AdjustValueList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:prstTxWarp. /// - /// + /// /// The following table lists the possible child types: /// /// <a:avLst> /// - /// + /// public partial class PresetTextWarp : OpenXmlCompositeElement { /// @@ -7208,9 +7208,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Adjust Value List. /// Represents the following element tag in the schema: a:avLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.AdjustValueList? AdjustValueList { get => GetElement(); @@ -7352,12 +7352,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:custDash. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ds> /// - /// + /// public partial class CustomDash : OpenXmlCompositeElement { /// @@ -7411,7 +7411,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -7421,7 +7421,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class FillProperties : OpenXmlCompositeElement { /// @@ -7486,9 +7486,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NoFill. /// Represents the following element tag in the schema: a:noFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NoFill? NoFill { get => GetElement(); @@ -7499,9 +7499,9 @@ public DocumentFormat.OpenXml.Drawing.NoFill? NoFill /// SolidFill. /// Represents the following element tag in the schema: a:solidFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill { get => GetElement(); @@ -7512,9 +7512,9 @@ public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill /// GradientFill. /// Represents the following element tag in the schema: a:gradFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill { get => GetElement(); @@ -7525,9 +7525,9 @@ public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill /// BlipFill. /// Represents the following element tag in the schema: a:blipFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill { get => GetElement(); @@ -7538,9 +7538,9 @@ public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill /// Pattern Fill. /// Represents the following element tag in the schema: a:pattFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill { get => GetElement(); @@ -7551,9 +7551,9 @@ public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill /// Group Fill. /// Represents the following element tag in the schema: a:grpFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill { get => GetElement(); @@ -7569,7 +7569,7 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fillRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -7579,7 +7579,7 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class FillReference : StyleMatrixReferenceType { /// @@ -7643,7 +7643,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:effectRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -7653,7 +7653,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class EffectReference : StyleMatrixReferenceType { /// @@ -7717,7 +7717,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -7727,7 +7727,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class LineReference : StyleMatrixReferenceType { /// @@ -7791,7 +7791,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -7801,7 +7801,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public abstract partial class StyleMatrixReferenceType : OpenXmlCompositeElement { /// @@ -7865,9 +7865,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -7878,9 +7878,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -7891,9 +7891,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -7904,9 +7904,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -7917,9 +7917,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -7930,9 +7930,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -7945,13 +7945,13 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:effect. /// - /// + /// /// The following table lists the possible child types: /// /// <a:effectDag> /// <a:effectLst> /// - /// + /// public partial class EffectPropertiesType : OpenXmlCompositeElement { /// @@ -8008,9 +8008,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Effect Container. /// Represents the following element tag in the schema: a:effectLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectList? EffectList { get => GetElement(); @@ -8021,9 +8021,9 @@ public DocumentFormat.OpenXml.Drawing.EffectList? EffectList /// Effect Container. /// Represents the following element tag in the schema: a:effectDag. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectDag? EffectDag { get => GetElement(); @@ -8039,7 +8039,7 @@ public DocumentFormat.OpenXml.Drawing.EffectDag? EffectDag /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:font. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -8048,7 +8048,7 @@ public DocumentFormat.OpenXml.Drawing.EffectDag? EffectDag /// <a:ea> /// <a:cs> /// - /// + /// public partial class Fonts : FontCollectionType { /// @@ -8105,7 +8105,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:majorFont. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -8114,7 +8114,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:ea> /// <a:cs> /// - /// + /// public partial class MajorFont : FontCollectionType { /// @@ -8171,7 +8171,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:minorFont. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -8180,7 +8180,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:ea> /// <a:cs> /// - /// + /// public partial class MinorFont : FontCollectionType { /// @@ -8237,7 +8237,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -8246,7 +8246,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:ea> /// <a:cs> /// - /// + /// public abstract partial class FontCollectionType : OpenXmlCompositeElement { /// @@ -8294,9 +8294,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Latin Font. /// Represents the following element tag in the schema: a:latin. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LatinFont? LatinFont { get => GetElement(); @@ -8307,9 +8307,9 @@ public DocumentFormat.OpenXml.Drawing.LatinFont? LatinFont /// East Asian Font. /// Represents the following element tag in the schema: a:ea. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EastAsianFont? EastAsianFont { get => GetElement(); @@ -8320,9 +8320,9 @@ public DocumentFormat.OpenXml.Drawing.EastAsianFont? EastAsianFont /// Complex Script Font. /// Represents the following element tag in the schema: a:cs. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ComplexScriptFont? ComplexScriptFont { get => GetElement(); @@ -8335,7 +8335,7 @@ public DocumentFormat.OpenXml.Drawing.ComplexScriptFont? ComplexScriptFont /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fontRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -8345,7 +8345,7 @@ public DocumentFormat.OpenXml.Drawing.ComplexScriptFont? ComplexScriptFont /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class FontReference : OpenXmlCompositeElement { /// @@ -8426,9 +8426,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -8439,9 +8439,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -8452,9 +8452,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -8465,9 +8465,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -8478,9 +8478,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -8491,9 +8491,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -8634,7 +8634,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:buClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -8644,7 +8644,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class BulletColor : ColorType { /// @@ -8708,7 +8708,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extrusionClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -8718,7 +8718,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ExtrusionColor : ColorType { /// @@ -8782,7 +8782,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:contourClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -8792,7 +8792,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ContourColor : ColorType { /// @@ -8856,7 +8856,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:clrFrom. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -8866,7 +8866,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ColorFrom : ColorType { /// @@ -8930,7 +8930,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:clrTo. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -8940,7 +8940,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ColorTo : ColorType { /// @@ -9004,7 +9004,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fgClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -9014,7 +9014,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ForegroundColor : ColorType { /// @@ -9078,7 +9078,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:bgClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -9088,7 +9088,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class BackgroundColor : ColorType { /// @@ -9152,7 +9152,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:highlight. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -9162,7 +9162,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Highlight : ColorType { /// @@ -9226,7 +9226,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -9236,7 +9236,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public abstract partial class ColorType : OpenXmlCompositeElement { /// @@ -9285,9 +9285,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -9298,9 +9298,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -9311,9 +9311,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -9324,9 +9324,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -9337,9 +9337,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -9350,9 +9350,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -9798,12 +9798,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:buBlip. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blip> /// - /// + /// public partial class PictureBullet : OpenXmlCompositeElement { /// @@ -9852,9 +9852,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blip. /// Represents the following element tag in the schema: a:blip. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Blip? Blip { get => GetElement(); @@ -9894,7 +9894,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:uLn. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -9910,7 +9910,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class Underline : LinePropertiesType { /// @@ -9992,7 +9992,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ln. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -10008,7 +10008,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class Outline : LinePropertiesType { /// @@ -10090,7 +10090,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnL. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -10106,7 +10106,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class LeftBorderLineProperties : LinePropertiesType { /// @@ -10188,7 +10188,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnR. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -10204,7 +10204,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class RightBorderLineProperties : LinePropertiesType { /// @@ -10286,7 +10286,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnT. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -10302,7 +10302,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class TopBorderLineProperties : LinePropertiesType { /// @@ -10384,7 +10384,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnB. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -10400,7 +10400,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class BottomBorderLineProperties : LinePropertiesType { /// @@ -10482,7 +10482,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnTlToBr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -10498,7 +10498,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class TopLeftToBottomRightBorderLineProperties : LinePropertiesType { /// @@ -10580,7 +10580,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnBlToTr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -10596,7 +10596,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public partial class BottomLeftToTopRightBorderLineProperties : LinePropertiesType { /// @@ -10678,7 +10678,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custDash> @@ -10694,7 +10694,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:prstDash> /// <a:solidFill> /// - /// + /// public abstract partial class LinePropertiesType : OpenXmlCompositeElement { /// @@ -10832,7 +10832,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:uFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -10842,7 +10842,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class UnderlineFill : OpenXmlCompositeElement { /// @@ -10904,9 +10904,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NoFill. /// Represents the following element tag in the schema: a:noFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NoFill? NoFill { get => GetElement(); @@ -10917,9 +10917,9 @@ public DocumentFormat.OpenXml.Drawing.NoFill? NoFill /// SolidFill. /// Represents the following element tag in the schema: a:solidFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill { get => GetElement(); @@ -10930,9 +10930,9 @@ public DocumentFormat.OpenXml.Drawing.SolidFill? SolidFill /// GradientFill. /// Represents the following element tag in the schema: a:gradFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill { get => GetElement(); @@ -10943,9 +10943,9 @@ public DocumentFormat.OpenXml.Drawing.GradientFill? GradientFill /// BlipFill. /// Represents the following element tag in the schema: a:blipFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill { get => GetElement(); @@ -10956,9 +10956,9 @@ public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill /// Pattern Fill. /// Represents the following element tag in the schema: a:pattFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill { get => GetElement(); @@ -10969,9 +10969,9 @@ public DocumentFormat.OpenXml.Drawing.PatternFill? PatternFill /// Group Fill. /// Represents the following element tag in the schema: a:grpFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill { get => GetElement(); @@ -10987,13 +10987,13 @@ public DocumentFormat.OpenXml.Drawing.GroupFill? GroupFill /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:r. /// - /// + /// /// The following table lists the possible child types: /// /// <a:rPr> /// <a:t> /// - /// + /// public partial class Run : OpenXmlCompositeElement { /// @@ -11044,9 +11044,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text Character Properties. /// Represents the following element tag in the schema: a:rPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RunProperties? RunProperties { get => GetElement(); @@ -11057,9 +11057,9 @@ public DocumentFormat.OpenXml.Drawing.RunProperties? RunProperties /// Text String. /// Represents the following element tag in the schema: a:t. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Text? Text { get => GetElement(); @@ -11075,12 +11075,12 @@ public DocumentFormat.OpenXml.Drawing.Text? Text /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:br. /// - /// + /// /// The following table lists the possible child types: /// /// <a:rPr> /// - /// + /// public partial class Break : OpenXmlCompositeElement { /// @@ -11129,9 +11129,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text Run Properties. /// Represents the following element tag in the schema: a:rPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RunProperties? RunProperties { get => GetElement(); @@ -11147,14 +11147,14 @@ public DocumentFormat.OpenXml.Drawing.RunProperties? RunProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fld. /// - /// + /// /// The following table lists the possible child types: /// /// <a:rPr> /// <a:pPr> /// <a:t> /// - /// + /// public partial class Field : OpenXmlCompositeElement { /// @@ -11234,9 +11234,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text Character Properties. /// Represents the following element tag in the schema: a:rPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RunProperties? RunProperties { get => GetElement(); @@ -11247,9 +11247,9 @@ public DocumentFormat.OpenXml.Drawing.RunProperties? RunProperties /// Text Paragraph Properties. /// Represents the following element tag in the schema: a:pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ParagraphProperties? ParagraphProperties { get => GetElement(); @@ -11260,9 +11260,9 @@ public DocumentFormat.OpenXml.Drawing.ParagraphProperties? ParagraphProperties /// Text. /// Represents the following element tag in the schema: a:t. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Text? Text { get => GetElement(); @@ -11278,12 +11278,12 @@ public DocumentFormat.OpenXml.Drawing.Text? Text /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:graphic. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphicData> /// - /// + /// public partial class Graphic : OpenXmlCompositeElement { /// @@ -11332,9 +11332,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Graphic Object Data. /// Represents the following element tag in the schema: a:graphicData. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GraphicData? GraphicData { get => GetElement(); @@ -11350,7 +11350,7 @@ public DocumentFormat.OpenXml.Drawing.GraphicData? GraphicData /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:blip. /// - /// + /// /// The following table lists the possible child types: /// /// <a:alphaBiLevel> @@ -11372,7 +11372,7 @@ public DocumentFormat.OpenXml.Drawing.GraphicData? GraphicData /// <a:lum> /// <a:tint> /// - /// + /// public partial class Blip : OpenXmlCompositeElement { /// @@ -11410,9 +11410,9 @@ public Blip(string outerXml) : base(outerXml) /// Embedded Picture Reference /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -11423,9 +11423,9 @@ public StringValue? Embed /// Linked Picture Reference /// Represents the following attribute in the schema: r:link /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Link { get => GetAttribute(); @@ -11508,7 +11508,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:theme. /// - /// + /// /// The following table lists the possible child types: /// /// <a:themeElements> @@ -11517,7 +11517,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:objectDefaults> /// <a:extLst> /// - /// + /// public partial class Theme : OpenXmlPartRootElement { /// @@ -11565,9 +11565,9 @@ public StringValue? Name /// id, this property is only available in Office 2013 and later. /// Represents the following attribute in the schema: thm15:id /// - /// + /// /// xmlns:thm15=http://schemas.microsoft.com/office/thememl/2012/main - /// + /// public StringValue? ThemeId { get => GetAttribute(); @@ -11604,9 +11604,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ThemeElements. /// Represents the following element tag in the schema: a:themeElements. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ThemeElements? ThemeElements { get => GetElement(); @@ -11617,9 +11617,9 @@ public DocumentFormat.OpenXml.Drawing.ThemeElements? ThemeElements /// ObjectDefaults. /// Represents the following element tag in the schema: a:objectDefaults. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ObjectDefaults? ObjectDefaults { get => GetElement(); @@ -11630,9 +11630,9 @@ public DocumentFormat.OpenXml.Drawing.ObjectDefaults? ObjectDefaults /// ExtraColorSchemeList. /// Represents the following element tag in the schema: a:extraClrSchemeLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList? ExtraColorSchemeList { get => GetElement(); @@ -11643,9 +11643,9 @@ public DocumentFormat.OpenXml.Drawing.ExtraColorSchemeList? ExtraColorSchemeList /// CustomColorList. /// Represents the following element tag in the schema: a:custClrLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.CustomColorList? CustomColorList { get => GetElement(); @@ -11656,9 +11656,9 @@ public DocumentFormat.OpenXml.Drawing.CustomColorList? CustomColorList /// OfficeStyleSheetExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.OfficeStyleSheetExtensionList? OfficeStyleSheetExtensionList { get => GetElement(); @@ -11705,14 +11705,14 @@ public ThemePart? ThemePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:themeOverride. /// - /// + /// /// The following table lists the possible child types: /// /// <a:clrScheme> /// <a:fontScheme> /// <a:fmtScheme> /// - /// + /// public partial class ThemeOverride : OpenXmlPartRootElement { /// @@ -11765,9 +11765,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Color Scheme. /// Represents the following element tag in the schema: a:clrScheme. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ColorScheme? ColorScheme { get => GetElement(); @@ -11778,9 +11778,9 @@ public DocumentFormat.OpenXml.Drawing.ColorScheme? ColorScheme /// FontScheme. /// Represents the following element tag in the schema: a:fontScheme. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontScheme? FontScheme { get => GetElement(); @@ -11791,9 +11791,9 @@ public DocumentFormat.OpenXml.Drawing.FontScheme? FontScheme /// FormatScheme. /// Represents the following element tag in the schema: a:fmtScheme. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FormatScheme? FormatScheme { get => GetElement(); @@ -11908,14 +11908,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tbl. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tblGrid> /// <a:tblPr> /// <a:tr> /// - /// + /// public partial class Table : OpenXmlCompositeElement { /// @@ -11968,9 +11968,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Properties. /// Represents the following element tag in the schema: a:tblPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TableProperties? TableProperties { get => GetElement(); @@ -11981,9 +11981,9 @@ public DocumentFormat.OpenXml.Drawing.TableProperties? TableProperties /// Table Grid. /// Represents the following element tag in the schema: a:tblGrid. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TableGrid? TableGrid { get => GetElement(); @@ -11999,12 +11999,12 @@ public DocumentFormat.OpenXml.Drawing.TableGrid? TableGrid /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tblStyleLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tblStyle> /// - /// + /// public partial class TableStyleList : OpenXmlPartRootElement { /// @@ -12105,12 +12105,12 @@ public TableStylesPart? TableStylesPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -12264,7 +12264,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:custClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -12274,7 +12274,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class CustomColor : OpenXmlCompositeElement { /// @@ -12351,9 +12351,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -12364,9 +12364,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -12377,9 +12377,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -12390,9 +12390,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -12403,9 +12403,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -12416,9 +12416,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -12487,7 +12487,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:scene3d. /// - /// + /// /// The following table lists the possible child types: /// /// <a:backdrop> @@ -12495,7 +12495,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:lightRig> /// <a:extLst> /// - /// + /// public partial class Scene3DType : OpenXmlCompositeElement { /// @@ -12550,9 +12550,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Camera. /// Represents the following element tag in the schema: a:camera. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Camera? Camera { get => GetElement(); @@ -12563,9 +12563,9 @@ public DocumentFormat.OpenXml.Drawing.Camera? Camera /// Light Rig. /// Represents the following element tag in the schema: a:lightRig. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LightRig? LightRig { get => GetElement(); @@ -12576,9 +12576,9 @@ public DocumentFormat.OpenXml.Drawing.LightRig? LightRig /// Backdrop Plane. /// Represents the following element tag in the schema: a:backdrop. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Backdrop? Backdrop { get => GetElement(); @@ -12589,9 +12589,9 @@ public DocumentFormat.OpenXml.Drawing.Backdrop? Backdrop /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -12607,7 +12607,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:effectStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:effectDag> @@ -12615,7 +12615,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:scene3d> /// <a:sp3d> /// - /// + /// public partial class EffectStyle : OpenXmlCompositeElement { /// @@ -12681,7 +12681,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fillStyleLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -12691,7 +12691,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class FillStyleList : OpenXmlCompositeElement { /// @@ -12761,12 +12761,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnStyleLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// - /// + /// public partial class LineStyleList : OpenXmlCompositeElement { /// @@ -12820,12 +12820,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:effectStyleLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:effectStyle> /// - /// + /// public partial class EffectStyleList : OpenXmlCompositeElement { /// @@ -12879,7 +12879,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:bgFillStyleLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -12889,7 +12889,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class BackgroundFillStyleList : OpenXmlCompositeElement { /// @@ -12959,7 +12959,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:clrScheme. /// - /// + /// /// The following table lists the possible child types: /// /// <a:dk1> @@ -12976,7 +12976,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:folHlink> /// <a:extLst> /// - /// + /// public partial class ColorScheme : OpenXmlCompositeElement { /// @@ -13064,9 +13064,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Dark 1. /// Represents the following element tag in the schema: a:dk1. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Dark1Color? Dark1Color { get => GetElement(); @@ -13077,9 +13077,9 @@ public DocumentFormat.OpenXml.Drawing.Dark1Color? Dark1Color /// Light 1. /// Represents the following element tag in the schema: a:lt1. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Light1Color? Light1Color { get => GetElement(); @@ -13090,9 +13090,9 @@ public DocumentFormat.OpenXml.Drawing.Light1Color? Light1Color /// Dark 2. /// Represents the following element tag in the schema: a:dk2. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Dark2Color? Dark2Color { get => GetElement(); @@ -13103,9 +13103,9 @@ public DocumentFormat.OpenXml.Drawing.Dark2Color? Dark2Color /// Light 2. /// Represents the following element tag in the schema: a:lt2. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Light2Color? Light2Color { get => GetElement(); @@ -13116,9 +13116,9 @@ public DocumentFormat.OpenXml.Drawing.Light2Color? Light2Color /// Accent 1. /// Represents the following element tag in the schema: a:accent1. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Accent1Color? Accent1Color { get => GetElement(); @@ -13129,9 +13129,9 @@ public DocumentFormat.OpenXml.Drawing.Accent1Color? Accent1Color /// Accent 2. /// Represents the following element tag in the schema: a:accent2. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Accent2Color? Accent2Color { get => GetElement(); @@ -13142,9 +13142,9 @@ public DocumentFormat.OpenXml.Drawing.Accent2Color? Accent2Color /// Accent 3. /// Represents the following element tag in the schema: a:accent3. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Accent3Color? Accent3Color { get => GetElement(); @@ -13155,9 +13155,9 @@ public DocumentFormat.OpenXml.Drawing.Accent3Color? Accent3Color /// Accent 4. /// Represents the following element tag in the schema: a:accent4. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Accent4Color? Accent4Color { get => GetElement(); @@ -13168,9 +13168,9 @@ public DocumentFormat.OpenXml.Drawing.Accent4Color? Accent4Color /// Accent 5. /// Represents the following element tag in the schema: a:accent5. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Accent5Color? Accent5Color { get => GetElement(); @@ -13181,9 +13181,9 @@ public DocumentFormat.OpenXml.Drawing.Accent5Color? Accent5Color /// Accent 6. /// Represents the following element tag in the schema: a:accent6. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Accent6Color? Accent6Color { get => GetElement(); @@ -13194,9 +13194,9 @@ public DocumentFormat.OpenXml.Drawing.Accent6Color? Accent6Color /// Hyperlink. /// Represents the following element tag in the schema: a:hlink. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Hyperlink? Hyperlink { get => GetElement(); @@ -13207,9 +13207,9 @@ public DocumentFormat.OpenXml.Drawing.Hyperlink? Hyperlink /// Followed Hyperlink. /// Represents the following element tag in the schema: a:folHlink. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor? FollowedHyperlinkColor { get => GetElement(); @@ -13220,9 +13220,9 @@ public DocumentFormat.OpenXml.Drawing.FollowedHyperlinkColor? FollowedHyperlinkC /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -13238,14 +13238,14 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fontScheme. /// - /// + /// /// The following table lists the possible child types: /// /// <a:majorFont> /// <a:minorFont> /// <a:extLst> /// - /// + /// public partial class FontScheme : OpenXmlCompositeElement { /// @@ -13313,9 +13313,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Major Font. /// Represents the following element tag in the schema: a:majorFont. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.MajorFont? MajorFont { get => GetElement(); @@ -13326,9 +13326,9 @@ public DocumentFormat.OpenXml.Drawing.MajorFont? MajorFont /// Minor fonts. /// Represents the following element tag in the schema: a:minorFont. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.MinorFont? MinorFont { get => GetElement(); @@ -13339,9 +13339,9 @@ public DocumentFormat.OpenXml.Drawing.MinorFont? MinorFont /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -13357,7 +13357,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:fmtScheme. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bgFillStyleLst> @@ -13365,7 +13365,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:fillStyleLst> /// <a:lnStyleLst> /// - /// + /// public partial class FormatScheme : OpenXmlCompositeElement { /// @@ -13432,9 +13432,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Fill Style List. /// Represents the following element tag in the schema: a:fillStyleLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillStyleList? FillStyleList { get => GetElement(); @@ -13445,9 +13445,9 @@ public DocumentFormat.OpenXml.Drawing.FillStyleList? FillStyleList /// Line Style List. /// Represents the following element tag in the schema: a:lnStyleLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineStyleList? LineStyleList { get => GetElement(); @@ -13458,9 +13458,9 @@ public DocumentFormat.OpenXml.Drawing.LineStyleList? LineStyleList /// Effect Style List. /// Represents the following element tag in the schema: a:effectStyleLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectStyleList? EffectStyleList { get => GetElement(); @@ -13471,9 +13471,9 @@ public DocumentFormat.OpenXml.Drawing.EffectStyleList? EffectStyleList /// Background Fill Style List. /// Represents the following element tag in the schema: a:bgFillStyleLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? BackgroundFillStyleList { get => GetElement(); @@ -13489,7 +13489,7 @@ public DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? BackgroundFillSty /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:dk1. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -13498,7 +13498,7 @@ public DocumentFormat.OpenXml.Drawing.BackgroundFillStyleList? BackgroundFillSty /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Dark1Color : Color2Type { /// @@ -13555,7 +13555,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lt1. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -13564,7 +13564,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Light1Color : Color2Type { /// @@ -13621,7 +13621,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:dk2. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -13630,7 +13630,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Dark2Color : Color2Type { /// @@ -13687,7 +13687,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lt2. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -13696,7 +13696,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Light2Color : Color2Type { /// @@ -13753,7 +13753,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:accent1. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -13762,7 +13762,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Accent1Color : Color2Type { /// @@ -13819,7 +13819,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:accent2. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -13828,7 +13828,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Accent2Color : Color2Type { /// @@ -13885,7 +13885,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:accent3. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -13894,7 +13894,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Accent3Color : Color2Type { /// @@ -13951,7 +13951,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:accent4. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -13960,7 +13960,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Accent4Color : Color2Type { /// @@ -14017,7 +14017,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:accent5. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -14026,7 +14026,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Accent5Color : Color2Type { /// @@ -14083,7 +14083,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:accent6. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -14092,7 +14092,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Accent6Color : Color2Type { /// @@ -14149,7 +14149,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:hlink. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -14158,7 +14158,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class Hyperlink : Color2Type { /// @@ -14215,7 +14215,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:folHlink. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -14224,7 +14224,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class FollowedHyperlinkColor : Color2Type { /// @@ -14281,7 +14281,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -14290,7 +14290,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public abstract partial class Color2Type : OpenXmlCompositeElement { /// @@ -14338,9 +14338,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -14351,9 +14351,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -14364,9 +14364,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -14377,9 +14377,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -14390,9 +14390,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -14700,12 +14700,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:spLocks. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class ShapeLocks : OpenXmlCompositeElement { /// @@ -14876,9 +14876,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -14894,12 +14894,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cxnSpLocks. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class ConnectionShapeLocks : OpenXmlCompositeElement { /// @@ -15059,9 +15059,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ConnectorLockingExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ConnectorLockingExtensionList? ConnectorLockingExtensionList { get => GetElement(); @@ -15174,12 +15174,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:graphicFrameLocks. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class GraphicFrameLocks : OpenXmlCompositeElement { /// @@ -15295,9 +15295,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -15313,7 +15313,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:graphicData. /// - /// + /// /// The following table lists the possible child types: /// /// <a:themeOverride> @@ -15666,7 +15666,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <xdr14:contentPart> /// <xvml:ClientData> /// - /// + /// public partial class GraphicData : OpenXmlCompositeElement { /// @@ -16307,14 +16307,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:txBody. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TextBody : OpenXmlCompositeElement { /// @@ -16367,9 +16367,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -16380,9 +16380,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -16422,13 +16422,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform2D : OpenXmlCompositeElement { /// @@ -16513,9 +16513,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -16526,9 +16526,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -16544,14 +16544,14 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -16666,9 +16666,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -16679,9 +16679,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -16692,9 +16692,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -16710,13 +16710,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cNvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:spLocks> /// - /// + /// public partial class NonVisualShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -16779,9 +16779,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Locks. /// Represents the following element tag in the schema: a:spLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks { get => GetElement(); @@ -16792,9 +16792,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -16810,13 +16810,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:nvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cNvPr> /// <a:cNvSpPr> /// - /// + /// public partial class NonVisualShapeProperties : OpenXmlCompositeElement { /// @@ -16867,9 +16867,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: a:cNvPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -16880,9 +16880,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawi /// Non-Visual Shape Drawing Properties. /// Represents the following element tag in the schema: a:cNvSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? NonVisualShapeDrawingProperties { get => GetElement(); @@ -16898,7 +16898,7 @@ public DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? NonVisual /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -16917,7 +16917,7 @@ public DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties? NonVisual /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -17027,9 +17027,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -17045,7 +17045,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:txSp. /// - /// + /// /// The following table lists the possible child types: /// /// <a:useSpRect> @@ -17053,7 +17053,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <a:txBody> /// <a:xfrm> /// - /// + /// public partial class TextShape : OpenXmlCompositeElement { /// @@ -17111,9 +17111,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Text Body. /// Represents the following element tag in the schema: a:txBody. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TextBody? TextBody { get => GetElement(); @@ -17129,7 +17129,7 @@ public DocumentFormat.OpenXml.Drawing.TextBody? TextBody /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:style. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fontRef> @@ -17137,7 +17137,7 @@ public DocumentFormat.OpenXml.Drawing.TextBody? TextBody /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class ShapeStyle : OpenXmlCompositeElement { /// @@ -17192,9 +17192,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -17205,9 +17205,9 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// FillReference. /// Represents the following element tag in the schema: a:fillRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillReference? FillReference { get => GetElement(); @@ -17218,9 +17218,9 @@ public DocumentFormat.OpenXml.Drawing.FillReference? FillReference /// EffectReference. /// Represents the following element tag in the schema: a:effectRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference { get => GetElement(); @@ -17231,9 +17231,9 @@ public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference /// Font Reference. /// Represents the following element tag in the schema: a:fontRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontReference? FontReference { get => GetElement(); @@ -17249,7 +17249,7 @@ public DocumentFormat.OpenXml.Drawing.FontReference? FontReference /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cNvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:stCxn> @@ -17257,7 +17257,7 @@ public DocumentFormat.OpenXml.Drawing.FontReference? FontReference /// <a:cxnSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualConnectorShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -17312,9 +17312,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connection Shape Locks. /// Represents the following element tag in the schema: a:cxnSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks { get => GetElement(); @@ -17325,9 +17325,9 @@ public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks /// Connection Start. /// Represents the following element tag in the schema: a:stCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection { get => GetElement(); @@ -17338,9 +17338,9 @@ public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection /// Connection End. /// Represents the following element tag in the schema: a:endCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection { get => GetElement(); @@ -17351,9 +17351,9 @@ public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -17369,13 +17369,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:nvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cNvCxnSpPr> /// <a:cNvPr> /// - /// + /// public partial class NonVisualConnectionShapeProperties : OpenXmlCompositeElement { /// @@ -17426,9 +17426,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Drawing Properties. /// Represents the following element tag in the schema: a:cNvPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -17439,9 +17439,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawi /// Non-Visual Connector Shape Drawing Properties. /// Represents the following element tag in the schema: a:cNvCxnSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties? NonVisualConnectorShapeDrawingProperties { get => GetElement(); @@ -17457,13 +17457,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualConnectorShapeDrawingProperties? /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cNvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:picLocks> /// - /// + /// public partial class NonVisualPictureDrawingProperties : OpenXmlCompositeElement { /// @@ -17526,9 +17526,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PictureLocks. /// Represents the following element tag in the schema: a:picLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks { get => GetElement(); @@ -17539,9 +17539,9 @@ public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks /// NonVisualPicturePropertiesExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? NonVisualPicturePropertiesExtensionList { get => GetElement(); @@ -17557,13 +17557,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:nvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cNvPr> /// <a:cNvPicPr> /// - /// + /// public partial class NonVisualPictureProperties : OpenXmlCompositeElement { /// @@ -17614,9 +17614,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: a:cNvPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -17627,9 +17627,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawi /// Non-Visual Picture Drawing Properties. /// Represents the following element tag in the schema: a:cNvPicPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties? NonVisualPictureDrawingProperties { get => GetElement(); @@ -17645,13 +17645,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualPictureDrawingProperties? NonVisu /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cNvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphicFrameLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGraphicFrameDrawingProperties : OpenXmlCompositeElement { /// @@ -17702,9 +17702,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Graphic Frame Locks. /// Represents the following element tag in the schema: a:graphicFrameLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks { get => GetElement(); @@ -17715,9 +17715,9 @@ public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -17733,13 +17733,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:nvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cNvPr> /// <a:cNvGraphicFramePr> /// - /// + /// public partial class NonVisualGraphicFrameProperties : OpenXmlCompositeElement { /// @@ -17790,9 +17790,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: a:cNvPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -17803,9 +17803,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawi /// Non-Visual Graphic Frame Drawing Properties. /// Represents the following element tag in the schema: a:cNvGraphicFramePr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties? NonVisualGraphicFrameDrawingProperties { get => GetElement(); @@ -17821,13 +17821,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameDrawingProperties? No /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cNvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGroupShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -17878,9 +17878,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GroupShapeLocks. /// Represents the following element tag in the schema: a:grpSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks { get => GetElement(); @@ -17891,9 +17891,9 @@ public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks /// NonVisualGroupDrawingShapePropsExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? NonVisualGroupDrawingShapePropsExtensionList { get => GetElement(); @@ -17979,12 +17979,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:camera. /// - /// + /// /// The following table lists the possible child types: /// /// <a:rot> /// - /// + /// public partial class Camera : OpenXmlCompositeElement { /// @@ -18077,9 +18077,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Rotation. /// Represents the following element tag in the schema: a:rot. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Rotation? Rotation { get => GetElement(); @@ -18095,12 +18095,12 @@ public DocumentFormat.OpenXml.Drawing.Rotation? Rotation /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lightRig. /// - /// + /// /// The following table lists the possible child types: /// /// <a:rot> /// - /// + /// public partial class LightRig : OpenXmlCompositeElement { /// @@ -18180,9 +18180,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Rotation. /// Represents the following element tag in the schema: a:rot. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Rotation? Rotation { get => GetElement(); @@ -18198,7 +18198,7 @@ public DocumentFormat.OpenXml.Drawing.Rotation? Rotation /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:backdrop. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -18206,7 +18206,7 @@ public DocumentFormat.OpenXml.Drawing.Rotation? Rotation /// <a:norm> /// <a:up> /// - /// + /// public partial class Backdrop : OpenXmlCompositeElement { /// @@ -18261,9 +18261,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Anchor Point. /// Represents the following element tag in the schema: a:anchor. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Anchor? Anchor { get => GetElement(); @@ -18274,9 +18274,9 @@ public DocumentFormat.OpenXml.Drawing.Anchor? Anchor /// Normal. /// Represents the following element tag in the schema: a:norm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Normal? Normal { get => GetElement(); @@ -18287,9 +18287,9 @@ public DocumentFormat.OpenXml.Drawing.Normal? Normal /// Up Vector. /// Represents the following element tag in the schema: a:up. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.UpVector? UpVector { get => GetElement(); @@ -18300,9 +18300,9 @@ public DocumentFormat.OpenXml.Drawing.UpVector? UpVector /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -18798,7 +18798,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:gs. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -18808,7 +18808,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class GradientStop : OpenXmlCompositeElement { /// @@ -18889,9 +18889,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -18902,9 +18902,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -18915,9 +18915,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -18928,9 +18928,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -18941,9 +18941,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -18954,9 +18954,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -18972,12 +18972,12 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:gsLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:gs> /// - /// + /// public partial class GradientStopList : OpenXmlCompositeElement { /// @@ -19192,12 +19192,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ahXY. /// - /// + /// /// The following table lists the possible child types: /// /// <a:pos> /// - /// + /// public partial class AdjustHandleXY : OpenXmlCompositeElement { /// @@ -19347,9 +19347,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Position. /// Represents the following element tag in the schema: a:pos. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Position? Position { get => GetElement(); @@ -19365,12 +19365,12 @@ public DocumentFormat.OpenXml.Drawing.Position? Position /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ahPolar. /// - /// + /// /// The following table lists the possible child types: /// /// <a:pos> /// - /// + /// public partial class AdjustHandlePolar : OpenXmlCompositeElement { /// @@ -19520,9 +19520,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Position Coordinate. /// Represents the following element tag in the schema: a:pos. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Position? Position { get => GetElement(); @@ -19538,12 +19538,12 @@ public DocumentFormat.OpenXml.Drawing.Position? Position /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cxn. /// - /// + /// /// The following table lists the possible child types: /// /// <a:pos> /// - /// + /// public partial class ConnectionSite : OpenXmlCompositeElement { /// @@ -19612,9 +19612,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Position. /// Represents the following element tag in the schema: a:pos. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Position? Position { get => GetElement(); @@ -19654,12 +19654,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:moveTo. /// - /// + /// /// The following table lists the possible child types: /// /// <a:pt> /// - /// + /// public partial class MoveTo : OpenXmlCompositeElement { /// @@ -19708,9 +19708,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Move end point. /// Represents the following element tag in the schema: a:pt. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Point? Point { get => GetElement(); @@ -19726,12 +19726,12 @@ public DocumentFormat.OpenXml.Drawing.Point? Point /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnTo. /// - /// + /// /// The following table lists the possible child types: /// /// <a:pt> /// - /// + /// public partial class LineTo : OpenXmlCompositeElement { /// @@ -19780,9 +19780,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Line end point. /// Represents the following element tag in the schema: a:pt. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Point? Point { get => GetElement(); @@ -19899,12 +19899,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:quadBezTo. /// - /// + /// /// The following table lists the possible child types: /// /// <a:pt> /// - /// + /// public partial class QuadraticBezierCurveTo : OpenXmlCompositeElement { /// @@ -19958,12 +19958,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cubicBezTo. /// - /// + /// /// The following table lists the possible child types: /// /// <a:pt> /// - /// + /// public partial class CubicBezierCurveTo : OpenXmlCompositeElement { /// @@ -20017,7 +20017,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:path. /// - /// + /// /// The following table lists the possible child types: /// /// <a:arcTo> @@ -20027,7 +20027,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:moveTo> /// <a:quadBezTo> /// - /// + /// public partial class Path : OpenXmlCompositeElement { /// @@ -20156,12 +20156,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:avLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:gd> /// - /// + /// public partial class AdjustValueList : GeometryGuideListType { /// @@ -20214,12 +20214,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:gdLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:gd> /// - /// + /// public partial class ShapeGuideList : GeometryGuideListType { /// @@ -20272,12 +20272,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:gd> /// - /// + /// public abstract partial class GeometryGuideListType : OpenXmlCompositeElement { /// @@ -20323,13 +20323,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ahLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ahPolar> /// <a:ahXY> /// - /// + /// public partial class AdjustHandleList : OpenXmlCompositeElement { /// @@ -20385,12 +20385,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cxnLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cxn> /// - /// + /// public partial class ConnectionSiteList : OpenXmlCompositeElement { /// @@ -20545,12 +20545,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:pathLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:path> /// - /// + /// public partial class PathList : OpenXmlCompositeElement { /// @@ -20661,7 +20661,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> @@ -20669,7 +20669,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:ext> /// <a:chExt> /// - /// + /// public partial class TransformGroup : OpenXmlCompositeElement { /// @@ -20758,9 +20758,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -20771,9 +20771,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -20784,9 +20784,9 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// Child Offset. /// Represents the following element tag in the schema: a:chOff. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ChildOffset? ChildOffset { get => GetElement(); @@ -20797,9 +20797,9 @@ public DocumentFormat.OpenXml.Drawing.ChildOffset? ChildOffset /// Child Extents. /// Represents the following element tag in the schema: a:chExt. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ChildExtents? ChildExtents { get => GetElement(); @@ -20815,7 +20815,7 @@ public DocumentFormat.OpenXml.Drawing.ChildExtents? ChildExtents /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:bodyPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:flatTx> @@ -20827,7 +20827,7 @@ public DocumentFormat.OpenXml.Drawing.ChildExtents? ChildExtents /// <a:normAutofit> /// <a:spAutoFit> /// - /// + /// public partial class BodyProperties : OpenXmlCompositeElement { /// @@ -21133,9 +21133,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Preset Text Shape. /// Represents the following element tag in the schema: a:prstTxWarp. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetTextWarp? PresetTextWarp { get => GetElement(); @@ -21151,7 +21151,7 @@ public DocumentFormat.OpenXml.Drawing.PresetTextWarp? PresetTextWarp /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lstStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -21166,7 +21166,7 @@ public DocumentFormat.OpenXml.Drawing.PresetTextWarp? PresetTextWarp /// <a:lvl8pPr> /// <a:lvl9pPr> /// - /// + /// public partial class ListStyle : OpenXmlCompositeElement { /// @@ -21235,9 +21235,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Default Paragraph Style. /// Represents the following element tag in the schema: a:defPPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? DefaultParagraphProperties { get => GetElement(); @@ -21248,9 +21248,9 @@ public DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? DefaultParagra /// List Level 1 Text Style. /// Represents the following element tag in the schema: a:lvl1pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? Level1ParagraphProperties { get => GetElement(); @@ -21261,9 +21261,9 @@ public DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? Level1Paragraph /// List Level 2 Text Style. /// Represents the following element tag in the schema: a:lvl2pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? Level2ParagraphProperties { get => GetElement(); @@ -21274,9 +21274,9 @@ public DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? Level2Paragraph /// List Level 3 Text Style. /// Represents the following element tag in the schema: a:lvl3pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? Level3ParagraphProperties { get => GetElement(); @@ -21287,9 +21287,9 @@ public DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? Level3Paragraph /// List Level 4 Text Style. /// Represents the following element tag in the schema: a:lvl4pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? Level4ParagraphProperties { get => GetElement(); @@ -21300,9 +21300,9 @@ public DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? Level4Paragraph /// List Level 5 Text Style. /// Represents the following element tag in the schema: a:lvl5pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? Level5ParagraphProperties { get => GetElement(); @@ -21313,9 +21313,9 @@ public DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? Level5Paragraph /// List Level 6 Text Style. /// Represents the following element tag in the schema: a:lvl6pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? Level6ParagraphProperties { get => GetElement(); @@ -21326,9 +21326,9 @@ public DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? Level6Paragraph /// List Level 7 Text Style. /// Represents the following element tag in the schema: a:lvl7pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? Level7ParagraphProperties { get => GetElement(); @@ -21339,9 +21339,9 @@ public DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? Level7Paragraph /// List Level 8 Text Style. /// Represents the following element tag in the schema: a:lvl8pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? Level8ParagraphProperties { get => GetElement(); @@ -21352,9 +21352,9 @@ public DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? Level8Paragraph /// List Level 9 Text Style. /// Represents the following element tag in the schema: a:lvl9pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? Level9ParagraphProperties { get => GetElement(); @@ -21365,9 +21365,9 @@ public DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? Level9Paragraph /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -21383,7 +21383,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:spDef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -21392,7 +21392,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:bodyPr> /// <a:lstStyle> /// - /// + /// public partial class ShapeDefault : DefaultShapeDefinitionType { /// @@ -21449,7 +21449,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnDef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -21458,7 +21458,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:bodyPr> /// <a:lstStyle> /// - /// + /// public partial class LineDefault : DefaultShapeDefinitionType { /// @@ -21515,7 +21515,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:txDef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -21524,7 +21524,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:bodyPr> /// <a:lstStyle> /// - /// + /// public partial class TextDefault : DefaultShapeDefinitionType { /// @@ -21581,7 +21581,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -21590,7 +21590,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:bodyPr> /// <a:lstStyle> /// - /// + /// public abstract partial class DefaultShapeDefinitionType : OpenXmlCompositeElement { /// @@ -21638,9 +21638,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Visual Properties. /// Represents the following element tag in the schema: a:spPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -21651,9 +21651,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeProperties? ShapeProperties /// BodyProperties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -21664,9 +21664,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// ListStyle. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -21677,9 +21677,9 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// ShapeStyle. /// Represents the following element tag in the schema: a:style. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeStyle? ShapeStyle { get => GetElement(); @@ -21690,9 +21690,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeStyle? ShapeStyle /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -21705,12 +21705,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:overrideClrMapping. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class OverrideColorMapping : ColorMappingType { /// @@ -21763,12 +21763,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:clrMap. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class ColorMap : ColorMappingType { /// @@ -21821,12 +21821,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public abstract partial class ColorMappingType : OpenXmlCompositeElement { /// @@ -22051,9 +22051,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -22066,13 +22066,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extraClrScheme. /// - /// + /// /// The following table lists the possible child types: /// /// <a:clrMap> /// <a:clrScheme> /// - /// + /// public partial class ExtraColorScheme : OpenXmlCompositeElement { /// @@ -22123,9 +22123,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ColorScheme. /// Represents the following element tag in the schema: a:clrScheme. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ColorScheme? ColorScheme { get => GetElement(); @@ -22136,9 +22136,9 @@ public DocumentFormat.OpenXml.Drawing.ColorScheme? ColorScheme /// ColorMap. /// Represents the following element tag in the schema: a:clrMap. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ColorMap? ColorMap { get => GetElement(); @@ -22154,7 +22154,7 @@ public DocumentFormat.OpenXml.Drawing.ColorMap? ColorMap /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:themeElements. /// - /// + /// /// The following table lists the possible child types: /// /// <a:clrScheme> @@ -22162,7 +22162,7 @@ public DocumentFormat.OpenXml.Drawing.ColorMap? ColorMap /// <a:extLst> /// <a:fmtScheme> /// - /// + /// public partial class ThemeElements : OpenXmlCompositeElement { /// @@ -22217,9 +22217,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ColorScheme. /// Represents the following element tag in the schema: a:clrScheme. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ColorScheme? ColorScheme { get => GetElement(); @@ -22230,9 +22230,9 @@ public DocumentFormat.OpenXml.Drawing.ColorScheme? ColorScheme /// Font Scheme. /// Represents the following element tag in the schema: a:fontScheme. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontScheme? FontScheme { get => GetElement(); @@ -22243,9 +22243,9 @@ public DocumentFormat.OpenXml.Drawing.FontScheme? FontScheme /// Format Scheme. /// Represents the following element tag in the schema: a:fmtScheme. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FormatScheme? FormatScheme { get => GetElement(); @@ -22256,9 +22256,9 @@ public DocumentFormat.OpenXml.Drawing.FormatScheme? FormatScheme /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -22274,14 +22274,14 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cell3D. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bevel> /// <a:lightRig> /// <a:extLst> /// - /// + /// public partial class Cell3DProperties : OpenXmlCompositeElement { /// @@ -22349,9 +22349,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Bevel. /// Represents the following element tag in the schema: a:bevel. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Bevel? Bevel { get => GetElement(); @@ -22362,9 +22362,9 @@ public DocumentFormat.OpenXml.Drawing.Bevel? Bevel /// Light Rig. /// Represents the following element tag in the schema: a:lightRig. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LightRig? LightRig { get => GetElement(); @@ -22375,9 +22375,9 @@ public DocumentFormat.OpenXml.Drawing.LightRig? LightRig /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -22393,7 +22393,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tcPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -22411,7 +22411,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:pattFill> /// <a:solidFill> /// - /// + /// public partial class TableCellProperties : OpenXmlCompositeElement { /// @@ -22590,9 +22590,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Left Border Line Properties. /// Represents the following element tag in the schema: a:lnL. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties? LeftBorderLineProperties { get => GetElement(); @@ -22603,9 +22603,9 @@ public DocumentFormat.OpenXml.Drawing.LeftBorderLineProperties? LeftBorderLinePr /// Right Border Line Properties. /// Represents the following element tag in the schema: a:lnR. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RightBorderLineProperties? RightBorderLineProperties { get => GetElement(); @@ -22616,9 +22616,9 @@ public DocumentFormat.OpenXml.Drawing.RightBorderLineProperties? RightBorderLine /// Top Border Line Properties. /// Represents the following element tag in the schema: a:lnT. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TopBorderLineProperties? TopBorderLineProperties { get => GetElement(); @@ -22629,9 +22629,9 @@ public DocumentFormat.OpenXml.Drawing.TopBorderLineProperties? TopBorderLineProp /// Bottom Border Line Properties. /// Represents the following element tag in the schema: a:lnB. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties? BottomBorderLineProperties { get => GetElement(); @@ -22642,9 +22642,9 @@ public DocumentFormat.OpenXml.Drawing.BottomBorderLineProperties? BottomBorderLi /// Top-Left to Bottom-Right Border Line Properties. /// Represents the following element tag in the schema: a:lnTlToBr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties? TopLeftToBottomRightBorderLineProperties { get => GetElement(); @@ -22655,9 +22655,9 @@ public DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorderLineProperties? /// Bottom-Left to Top-Right Border Line Properties. /// Represents the following element tag in the schema: a:lnBlToTr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties? BottomLeftToTopRightBorderLineProperties { get => GetElement(); @@ -22668,9 +22668,9 @@ public DocumentFormat.OpenXml.Drawing.BottomLeftToTopRightBorderLineProperties? /// Cell 3-D. /// Represents the following element tag in the schema: a:cell3D. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Cell3DProperties? Cell3DProperties { get => GetElement(); @@ -22686,14 +22686,14 @@ public DocumentFormat.OpenXml.Drawing.Cell3DProperties? Cell3DProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tc. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:tcPr> /// <a:txBody> /// - /// + /// public partial class TableCell : OpenXmlCompositeElement { /// @@ -22793,9 +22793,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text Body. /// Represents the following element tag in the schema: a:txBody. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TextBody? TextBody { get => GetElement(); @@ -22806,9 +22806,9 @@ public DocumentFormat.OpenXml.Drawing.TextBody? TextBody /// Table Cell Properties. /// Represents the following element tag in the schema: a:tcPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TableCellProperties? TableCellProperties { get => GetElement(); @@ -22819,9 +22819,9 @@ public DocumentFormat.OpenXml.Drawing.TableCellProperties? TableCellProperties /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -22837,7 +22837,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tableStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -22856,7 +22856,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:neCell> /// <a:nwCell> /// - /// + /// public partial class TableStyle : TableStyleType { /// @@ -22924,7 +22924,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tblStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -22943,7 +22943,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:neCell> /// <a:nwCell> /// - /// + /// public partial class TableStyleEntry : TableStyleType { /// @@ -23011,7 +23011,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -23030,7 +23030,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:neCell> /// <a:nwCell> /// - /// + /// public abstract partial class TableStyleType : OpenXmlCompositeElement { /// @@ -23118,9 +23118,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Background. /// Represents the following element tag in the schema: a:tblBg. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TableBackground? TableBackground { get => GetElement(); @@ -23131,9 +23131,9 @@ public DocumentFormat.OpenXml.Drawing.TableBackground? TableBackground /// Whole Table. /// Represents the following element tag in the schema: a:wholeTbl. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.WholeTable? WholeTable { get => GetElement(); @@ -23144,9 +23144,9 @@ public DocumentFormat.OpenXml.Drawing.WholeTable? WholeTable /// Band 1 Horizontal. /// Represents the following element tag in the schema: a:band1H. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Band1Horizontal? Band1Horizontal { get => GetElement(); @@ -23157,9 +23157,9 @@ public DocumentFormat.OpenXml.Drawing.Band1Horizontal? Band1Horizontal /// Band 2 Horizontal. /// Represents the following element tag in the schema: a:band2H. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Band2Horizontal? Band2Horizontal { get => GetElement(); @@ -23170,9 +23170,9 @@ public DocumentFormat.OpenXml.Drawing.Band2Horizontal? Band2Horizontal /// Band 1 Vertical. /// Represents the following element tag in the schema: a:band1V. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Band1Vertical? Band1Vertical { get => GetElement(); @@ -23183,9 +23183,9 @@ public DocumentFormat.OpenXml.Drawing.Band1Vertical? Band1Vertical /// Band 2 Vertical. /// Represents the following element tag in the schema: a:band2V. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Band2Vertical? Band2Vertical { get => GetElement(); @@ -23196,9 +23196,9 @@ public DocumentFormat.OpenXml.Drawing.Band2Vertical? Band2Vertical /// Last Column. /// Represents the following element tag in the schema: a:lastCol. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LastColumn? LastColumn { get => GetElement(); @@ -23209,9 +23209,9 @@ public DocumentFormat.OpenXml.Drawing.LastColumn? LastColumn /// First Column. /// Represents the following element tag in the schema: a:firstCol. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FirstColumn? FirstColumn { get => GetElement(); @@ -23222,9 +23222,9 @@ public DocumentFormat.OpenXml.Drawing.FirstColumn? FirstColumn /// Last Row. /// Represents the following element tag in the schema: a:lastRow. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LastRow? LastRow { get => GetElement(); @@ -23235,9 +23235,9 @@ public DocumentFormat.OpenXml.Drawing.LastRow? LastRow /// Southeast Cell. /// Represents the following element tag in the schema: a:seCell. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SoutheastCell? SoutheastCell { get => GetElement(); @@ -23248,9 +23248,9 @@ public DocumentFormat.OpenXml.Drawing.SoutheastCell? SoutheastCell /// Southwest Cell. /// Represents the following element tag in the schema: a:swCell. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SouthwestCell? SouthwestCell { get => GetElement(); @@ -23261,9 +23261,9 @@ public DocumentFormat.OpenXml.Drawing.SouthwestCell? SouthwestCell /// First Row. /// Represents the following element tag in the schema: a:firstRow. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FirstRow? FirstRow { get => GetElement(); @@ -23274,9 +23274,9 @@ public DocumentFormat.OpenXml.Drawing.FirstRow? FirstRow /// Northeast Cell. /// Represents the following element tag in the schema: a:neCell. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NortheastCell? NortheastCell { get => GetElement(); @@ -23287,9 +23287,9 @@ public DocumentFormat.OpenXml.Drawing.NortheastCell? NortheastCell /// Northwest Cell. /// Represents the following element tag in the schema: a:nwCell. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NorthwestCell? NorthwestCell { get => GetElement(); @@ -23300,9 +23300,9 @@ public DocumentFormat.OpenXml.Drawing.NorthwestCell? NorthwestCell /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -23353,12 +23353,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:gridCol. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class GridColumn : OpenXmlCompositeElement { /// @@ -23423,9 +23423,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -23441,7 +23441,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tblPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -23456,7 +23456,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:tableStyle> /// <a:tableStyleId> /// - /// + /// public partial class TableProperties : OpenXmlCompositeElement { /// @@ -23623,12 +23623,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tblGrid. /// - /// + /// /// The following table lists the possible child types: /// /// <a:gridCol> /// - /// + /// public partial class TableGrid : OpenXmlCompositeElement { /// @@ -23682,13 +23682,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:tc> /// - /// + /// public partial class TableRow : OpenXmlCompositeElement { /// @@ -23760,13 +23760,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:left. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public partial class LeftBorder : ThemeableLineStyleType { /// @@ -23820,13 +23820,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:right. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public partial class RightBorder : ThemeableLineStyleType { /// @@ -23880,13 +23880,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:top. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public partial class TopBorder : ThemeableLineStyleType { /// @@ -23940,13 +23940,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:bottom. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public partial class BottomBorder : ThemeableLineStyleType { /// @@ -24000,13 +24000,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:insideH. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public partial class InsideHorizontalBorder : ThemeableLineStyleType { /// @@ -24060,13 +24060,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:insideV. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public partial class InsideVerticalBorder : ThemeableLineStyleType { /// @@ -24120,13 +24120,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tl2br. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public partial class TopLeftToBottomRightBorder : ThemeableLineStyleType { /// @@ -24180,13 +24180,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tr2bl. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public partial class TopRightToBottomLeftBorder : ThemeableLineStyleType { /// @@ -24240,13 +24240,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ln> /// <a:lnRef> /// - /// + /// public abstract partial class ThemeableLineStyleType : OpenXmlCompositeElement { /// @@ -24291,9 +24291,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Outline. /// Represents the following element tag in the schema: a:ln. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Outline? Outline { get => GetElement(); @@ -24304,9 +24304,9 @@ public DocumentFormat.OpenXml.Drawing.Outline? Outline /// Line Reference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -24319,7 +24319,7 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tcBdr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -24332,7 +24332,7 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// <a:tl2br> /// <a:tr2bl> /// - /// + /// public partial class TableCellBorders : OpenXmlCompositeElement { /// @@ -24397,9 +24397,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Left Border. /// Represents the following element tag in the schema: a:left. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LeftBorder? LeftBorder { get => GetElement(); @@ -24410,9 +24410,9 @@ public DocumentFormat.OpenXml.Drawing.LeftBorder? LeftBorder /// Right Border. /// Represents the following element tag in the schema: a:right. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RightBorder? RightBorder { get => GetElement(); @@ -24423,9 +24423,9 @@ public DocumentFormat.OpenXml.Drawing.RightBorder? RightBorder /// Top Border. /// Represents the following element tag in the schema: a:top. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TopBorder? TopBorder { get => GetElement(); @@ -24436,9 +24436,9 @@ public DocumentFormat.OpenXml.Drawing.TopBorder? TopBorder /// Bottom Border. /// Represents the following element tag in the schema: a:bottom. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BottomBorder? BottomBorder { get => GetElement(); @@ -24449,9 +24449,9 @@ public DocumentFormat.OpenXml.Drawing.BottomBorder? BottomBorder /// Inside Horizontal Border. /// Represents the following element tag in the schema: a:insideH. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder? InsideHorizontalBorder { get => GetElement(); @@ -24462,9 +24462,9 @@ public DocumentFormat.OpenXml.Drawing.InsideHorizontalBorder? InsideHorizontalBo /// Inside Vertical Border. /// Represents the following element tag in the schema: a:insideV. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.InsideVerticalBorder? InsideVerticalBorder { get => GetElement(); @@ -24475,9 +24475,9 @@ public DocumentFormat.OpenXml.Drawing.InsideVerticalBorder? InsideVerticalBorder /// Top Left to Bottom Right Border. /// Represents the following element tag in the schema: a:tl2br. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder? TopLeftToBottomRightBorder { get => GetElement(); @@ -24488,9 +24488,9 @@ public DocumentFormat.OpenXml.Drawing.TopLeftToBottomRightBorder? TopLeftToBotto /// Top Right to Bottom Left Border. /// Represents the following element tag in the schema: a:tr2bl. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder? TopRightToBottomLeftBorder { get => GetElement(); @@ -24501,9 +24501,9 @@ public DocumentFormat.OpenXml.Drawing.TopRightToBottomLeftBorder? TopRightToBott /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -24519,7 +24519,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tcTxStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:font> @@ -24532,7 +24532,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class TableCellTextStyle : OpenXmlCompositeElement { /// @@ -24643,7 +24643,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tcStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cell3D> @@ -24651,7 +24651,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:fillRef> /// <a:tcBdr> /// - /// + /// public partial class TableCellStyle : OpenXmlCompositeElement { /// @@ -24712,9 +24712,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Cell Borders. /// Represents the following element tag in the schema: a:tcBdr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TableCellBorders? TableCellBorders { get => GetElement(); @@ -24730,7 +24730,7 @@ public DocumentFormat.OpenXml.Drawing.TableCellBorders? TableCellBorders /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tblBg. /// - /// + /// /// The following table lists the possible child types: /// /// <a:effect> @@ -24738,7 +24738,7 @@ public DocumentFormat.OpenXml.Drawing.TableCellBorders? TableCellBorders /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class TableBackground : OpenXmlCompositeElement { /// @@ -24810,13 +24810,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:wholeTbl. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class WholeTable : TablePartStyleType { /// @@ -24870,13 +24870,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:band1H. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class Band1Horizontal : TablePartStyleType { /// @@ -24930,13 +24930,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:band2H. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class Band2Horizontal : TablePartStyleType { /// @@ -24990,13 +24990,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:band1V. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class Band1Vertical : TablePartStyleType { /// @@ -25050,13 +25050,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:band2V. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class Band2Vertical : TablePartStyleType { /// @@ -25110,13 +25110,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lastCol. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class LastColumn : TablePartStyleType { /// @@ -25170,13 +25170,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:firstCol. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class FirstColumn : TablePartStyleType { /// @@ -25230,13 +25230,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lastRow. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class LastRow : TablePartStyleType { /// @@ -25290,13 +25290,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:seCell. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class SoutheastCell : TablePartStyleType { /// @@ -25350,13 +25350,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:swCell. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class SouthwestCell : TablePartStyleType { /// @@ -25410,13 +25410,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:firstRow. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class FirstRow : TablePartStyleType { /// @@ -25470,13 +25470,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:neCell. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class NortheastCell : TablePartStyleType { /// @@ -25530,13 +25530,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:nwCell. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public partial class NorthwestCell : TablePartStyleType { /// @@ -25590,13 +25590,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tcStyle> /// <a:tcTxStyle> /// - /// + /// public abstract partial class TablePartStyleType : OpenXmlCompositeElement { /// @@ -25641,9 +25641,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Cell Text Style. /// Represents the following element tag in the schema: a:tcTxStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TableCellTextStyle? TableCellTextStyle { get => GetElement(); @@ -25654,9 +25654,9 @@ public DocumentFormat.OpenXml.Drawing.TableCellTextStyle? TableCellTextStyle /// Table Cell Style. /// Represents the following element tag in the schema: a:tcStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TableCellStyle? TableCellStyle { get => GetElement(); @@ -25669,7 +25669,7 @@ public DocumentFormat.OpenXml.Drawing.TableCellStyle? TableCellStyle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -25690,7 +25690,7 @@ public DocumentFormat.OpenXml.Drawing.TableCellStyle? TableCellStyle /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class ParagraphProperties : TextParagraphPropertiesType { /// @@ -25783,7 +25783,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:defPPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -25804,7 +25804,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class DefaultParagraphProperties : TextParagraphPropertiesType { /// @@ -25897,7 +25897,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl1pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -25918,7 +25918,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level1ParagraphProperties : TextParagraphPropertiesType { /// @@ -26011,7 +26011,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl2pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26032,7 +26032,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level2ParagraphProperties : TextParagraphPropertiesType { /// @@ -26125,7 +26125,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl3pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26146,7 +26146,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level3ParagraphProperties : TextParagraphPropertiesType { /// @@ -26239,7 +26239,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl4pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26260,7 +26260,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level4ParagraphProperties : TextParagraphPropertiesType { /// @@ -26353,7 +26353,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl5pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26374,7 +26374,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level5ParagraphProperties : TextParagraphPropertiesType { /// @@ -26467,7 +26467,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl6pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26488,7 +26488,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level6ParagraphProperties : TextParagraphPropertiesType { /// @@ -26581,7 +26581,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl7pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26602,7 +26602,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level7ParagraphProperties : TextParagraphPropertiesType { /// @@ -26695,7 +26695,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl8pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26716,7 +26716,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level8ParagraphProperties : TextParagraphPropertiesType { /// @@ -26809,7 +26809,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lvl9pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26830,7 +26830,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public partial class Level9ParagraphProperties : TextParagraphPropertiesType { /// @@ -26923,7 +26923,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:buClr> @@ -26944,7 +26944,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:spcAft> /// <a:tabLst> /// - /// + /// public abstract partial class TextParagraphPropertiesType : OpenXmlCompositeElement { /// @@ -27144,9 +27144,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Line Spacing. /// Represents the following element tag in the schema: a:lnSpc. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineSpacing? LineSpacing { get => GetElement(); @@ -27157,9 +27157,9 @@ public DocumentFormat.OpenXml.Drawing.LineSpacing? LineSpacing /// Space Before. /// Represents the following element tag in the schema: a:spcBef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SpaceBefore? SpaceBefore { get => GetElement(); @@ -27170,9 +27170,9 @@ public DocumentFormat.OpenXml.Drawing.SpaceBefore? SpaceBefore /// Space After. /// Represents the following element tag in the schema: a:spcAft. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SpaceAfter? SpaceAfter { get => GetElement(); @@ -27185,7 +27185,7 @@ public DocumentFormat.OpenXml.Drawing.SpaceAfter? SpaceAfter /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:endParaRPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -27211,7 +27211,7 @@ public DocumentFormat.OpenXml.Drawing.SpaceAfter? SpaceAfter /// <a:uFill> /// <a:uLnTx> /// - /// + /// public partial class EndParagraphRunProperties : TextCharacterPropertiesType { /// @@ -27309,7 +27309,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -27335,7 +27335,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:uFill> /// <a:uLnTx> /// - /// + /// public partial class RunProperties : TextCharacterPropertiesType { /// @@ -27433,7 +27433,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:defRPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -27459,7 +27459,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:uFill> /// <a:uLnTx> /// - /// + /// public partial class DefaultRunProperties : TextCharacterPropertiesType { /// @@ -27557,7 +27557,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -27583,7 +27583,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:uFill> /// <a:uLnTx> /// - /// + /// public abstract partial class TextCharacterPropertiesType : OpenXmlCompositeElement { /// @@ -27876,9 +27876,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Outline. /// Represents the following element tag in the schema: a:ln. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Outline? Outline { get => GetElement(); @@ -27891,7 +27891,7 @@ public DocumentFormat.OpenXml.Drawing.Outline? Outline /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:p. /// - /// + /// /// The following table lists the possible child types: /// /// <a:r> @@ -27901,7 +27901,7 @@ public DocumentFormat.OpenXml.Drawing.Outline? Outline /// <a:pPr> /// <a14:m> /// - /// + /// public partial class Paragraph : OpenXmlCompositeElement { /// @@ -27966,9 +27966,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text Paragraph Properties. /// Represents the following element tag in the schema: a:pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ParagraphProperties? ParagraphProperties { get => GetElement(); @@ -28114,13 +28114,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:lnSpc. /// - /// + /// /// The following table lists the possible child types: /// /// <a:spcPct> /// <a:spcPts> /// - /// + /// public partial class LineSpacing : TextSpacingType { /// @@ -28174,13 +28174,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:spcBef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:spcPct> /// <a:spcPts> /// - /// + /// public partial class SpaceBefore : TextSpacingType { /// @@ -28234,13 +28234,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:spcAft. /// - /// + /// /// The following table lists the possible child types: /// /// <a:spcPct> /// <a:spcPts> /// - /// + /// public partial class SpaceAfter : TextSpacingType { /// @@ -28294,13 +28294,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:spcPct> /// <a:spcPts> /// - /// + /// public abstract partial class TextSpacingType : OpenXmlCompositeElement { /// @@ -28345,9 +28345,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Spacing Percent. /// Represents the following element tag in the schema: a:spcPct. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SpacingPercent? SpacingPercent { get => GetElement(); @@ -28358,9 +28358,9 @@ public DocumentFormat.OpenXml.Drawing.SpacingPercent? SpacingPercent /// Spacing Points. /// Represents the following element tag in the schema: a:spcPts. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SpacingPoints? SpacingPoints { get => GetElement(); @@ -28373,12 +28373,12 @@ public DocumentFormat.OpenXml.Drawing.SpacingPoints? SpacingPoints /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:tabLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:tab> /// - /// + /// public partial class TabStopList : OpenXmlCompositeElement { /// @@ -28469,7 +28469,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:hiddenEffects> @@ -28479,7 +28479,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a14:hiddenSp3d> /// <a14:shadowObscured> /// - /// + /// public partial class ShapePropertiesExtension : OpenXmlCompositeElement { /// @@ -28560,12 +28560,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:isCanvas> /// - /// + /// public partial class GvmlGroupShapeExtension : OpenXmlCompositeElement { /// @@ -28636,12 +28636,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class ShapePropertiesExtensionList : OpenXmlCompositeElement { /// @@ -28695,13 +28695,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:nvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:cNvPr> /// <a:cNvGrpSpPr> /// - /// + /// public partial class NonVisualGroupShapeProperties : OpenXmlCompositeElement { /// @@ -28752,9 +28752,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: a:cNvPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -28765,9 +28765,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingProperties? NonVisualDrawi /// Non-Visual Group Shape Drawing Properties. /// Represents the following element tag in the schema: a:cNvGrpSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? NonVisualGroupShapeDrawingProperties { get => GetElement(); @@ -28783,7 +28783,7 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? NonV /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:grpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -28798,7 +28798,7 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeDrawingProperties? NonV /// <a:scene3d> /// <a:solidFill> /// - /// + /// public partial class VisualGroupShapeProperties : OpenXmlCompositeElement { /// @@ -28894,9 +28894,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Grouped Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup { get => GetElement(); @@ -28912,7 +28912,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:sp. /// - /// + /// /// The following table lists the possible child types: /// /// <a:nvSpPr> @@ -28921,7 +28921,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// <a:spPr> /// <a:style> /// - /// + /// public partial class Shape : OpenXmlCompositeElement { /// @@ -28978,9 +28978,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Shape. /// Represents the following element tag in the schema: a:nvSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties? NonVisualShapeProperties { get => GetElement(); @@ -28991,9 +28991,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualShapeProperties? NonVisualShapePr /// Visual Properties. /// Represents the following element tag in the schema: a:spPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -29004,9 +29004,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeProperties? ShapeProperties /// Text Shape. /// Represents the following element tag in the schema: a:txSp. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TextShape? TextShape { get => GetElement(); @@ -29017,9 +29017,9 @@ public DocumentFormat.OpenXml.Drawing.TextShape? TextShape /// Style. /// Represents the following element tag in the schema: a:style. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeStyle? ShapeStyle { get => GetElement(); @@ -29030,9 +29030,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeStyle? ShapeStyle /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -29048,7 +29048,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:cxnSp. /// - /// + /// /// The following table lists the possible child types: /// /// <a:nvCxnSpPr> @@ -29056,7 +29056,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:spPr> /// <a:style> /// - /// + /// public partial class ConnectionShape : OpenXmlCompositeElement { /// @@ -29111,9 +29111,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Connection Shape. /// Represents the following element tag in the schema: a:nvCxnSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties? NonVisualConnectionShapeProperties { get => GetElement(); @@ -29124,9 +29124,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualConnectionShapeProperties? NonVis /// Visual Properties. /// Represents the following element tag in the schema: a:spPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -29137,9 +29137,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeProperties? ShapeProperties /// Shape Style. /// Represents the following element tag in the schema: a:style. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeStyle? ShapeStyle { get => GetElement(); @@ -29150,9 +29150,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeStyle? ShapeStyle /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -29168,7 +29168,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:pic. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -29177,7 +29177,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:spPr> /// <a:style> /// - /// + /// public partial class Picture : OpenXmlCompositeElement { /// @@ -29234,9 +29234,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Picture. /// Represents the following element tag in the schema: a:nvPicPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties? NonVisualPictureProperties { get => GetElement(); @@ -29247,9 +29247,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualPictureProperties? NonVisualPictu /// Picture Fill. /// Represents the following element tag in the schema: a:blipFill. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill { get => GetElement(); @@ -29260,9 +29260,9 @@ public DocumentFormat.OpenXml.Drawing.BlipFill? BlipFill /// Shape Properties. /// Represents the following element tag in the schema: a:spPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeProperties? ShapeProperties { get => GetElement(); @@ -29273,9 +29273,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeProperties? ShapeProperties /// ShapeStyle. /// Represents the following element tag in the schema: a:style. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeStyle? ShapeStyle { get => GetElement(); @@ -29286,9 +29286,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeStyle? ShapeStyle /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -29304,7 +29304,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:graphicFrame. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> @@ -29312,7 +29312,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:extLst> /// <a:xfrm> /// - /// + /// public partial class GraphicFrame : OpenXmlCompositeElement { /// @@ -29367,9 +29367,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Graphic Frame. /// Represents the following element tag in the schema: a:nvGraphicFramePr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties? NonVisualGraphicFrameProperties { get => GetElement(); @@ -29380,9 +29380,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGraphicFrameProperties? NonVisual /// Graphic. /// Represents the following element tag in the schema: a:graphic. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Graphic? Graphic { get => GetElement(); @@ -29393,9 +29393,9 @@ public DocumentFormat.OpenXml.Drawing.Graphic? Graphic /// Transform2D. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -29406,9 +29406,9 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -29424,7 +29424,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:grpSp. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpPr> @@ -29438,7 +29438,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:txSp> /// <a14:contentPart> /// - /// + /// public partial class GroupShape : OpenXmlCompositeElement { /// @@ -29508,9 +29508,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Group Shape. /// Represents the following element tag in the schema: a:nvGrpSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? NonVisualGroupShapeProperties { get => GetElement(); @@ -29521,9 +29521,9 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupShapeProperties? NonVisualGr /// Visual Group Shape Properties. /// Represents the following element tag in the schema: a:grpSpPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? VisualGroupShapeProperties { get => GetElement(); @@ -29539,12 +29539,12 @@ public DocumentFormat.OpenXml.Drawing.VisualGroupShapeProperties? VisualGroupSha /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class GvmlGroupShapeExtensionList : OpenXmlCompositeElement { /// @@ -29598,12 +29598,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a15:nonVisualGroupProps> /// - /// + /// public partial class NonVisualGroupDrawingShapePropsExtension : OpenXmlCompositeElement { /// @@ -29674,12 +29674,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <thm15:themeFamily> /// - /// + /// public partial class OfficeStyleSheetExtension : OpenXmlCompositeElement { /// @@ -29750,12 +29750,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> /// - /// + /// public partial class ConnectorLockingExtension : OpenXmlCompositeElement { /// @@ -29826,12 +29826,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:grpSpLocks. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class GroupShapeLocks : OpenXmlCompositeElement { /// @@ -29958,9 +29958,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -29976,12 +29976,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class NonVisualGroupDrawingShapePropsExtensionList : OpenXmlCompositeElement { /// @@ -30035,7 +30035,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:objectDefaults. /// - /// + /// /// The following table lists the possible child types: /// /// <a:spDef> @@ -30043,7 +30043,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:txDef> /// <a:extLst> /// - /// + /// public partial class ObjectDefaults : OpenXmlCompositeElement { /// @@ -30098,9 +30098,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Default. /// Represents the following element tag in the schema: a:spDef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeDefault? ShapeDefault { get => GetElement(); @@ -30111,9 +30111,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeDefault? ShapeDefault /// Line Default. /// Represents the following element tag in the schema: a:lnDef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineDefault? LineDefault { get => GetElement(); @@ -30124,9 +30124,9 @@ public DocumentFormat.OpenXml.Drawing.LineDefault? LineDefault /// Text Default. /// Represents the following element tag in the schema: a:txDef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TextDefault? TextDefault { get => GetElement(); @@ -30137,9 +30137,9 @@ public DocumentFormat.OpenXml.Drawing.TextDefault? TextDefault /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -30155,12 +30155,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extraClrSchemeLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extraClrScheme> /// - /// + /// public partial class ExtraColorSchemeList : OpenXmlCompositeElement { /// @@ -30214,12 +30214,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:custClrLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:custClr> /// - /// + /// public partial class CustomColorList : OpenXmlCompositeElement { /// @@ -30273,12 +30273,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class OfficeStyleSheetExtensionList : OpenXmlCompositeElement { /// @@ -30332,13 +30332,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:hlinkClick. /// - /// + /// /// The following table lists the possible child types: /// /// <a:snd> /// <a:extLst> /// - /// + /// public partial class HyperlinkOnClick : HyperlinkType { /// @@ -30394,13 +30394,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:hlinkMouseOver. /// - /// + /// /// The following table lists the possible child types: /// /// <a:snd> /// <a:extLst> /// - /// + /// public partial class HyperlinkOnMouseOver : HyperlinkType { /// @@ -30456,13 +30456,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:hlinkHover. /// - /// + /// /// The following table lists the possible child types: /// /// <a:snd> /// <a:extLst> /// - /// + /// public partial class HyperlinkOnHover : HyperlinkType { /// @@ -30517,13 +30517,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:snd> /// <a:extLst> /// - /// + /// public abstract partial class HyperlinkType : OpenXmlCompositeElement { /// @@ -30561,9 +30561,9 @@ protected HyperlinkType(string outerXml) : base(outerXml) /// relationship identifier to find target URI /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -30660,9 +30660,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Sound to play.. /// Represents the following element tag in the schema: a:snd. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkSound? HyperlinkSound { get => GetElement(); @@ -30673,9 +30673,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkSound? HyperlinkSound /// Future extensions.. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkExtensionList? HyperlinkExtensionList { get => GetElement(); @@ -30724,12 +30724,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class NonVisualDrawingPropertiesExtensionList : OpenXmlCompositeElement { /// @@ -30783,12 +30783,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class ConnectorLockingExtensionList : OpenXmlCompositeElement { /// @@ -30842,13 +30842,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm14:recolorImg> /// <dsp:dataModelExt> /// - /// + /// public partial class DataModelExtension : OpenXmlCompositeElement { /// @@ -30921,12 +30921,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <dgm14:cNvPr> /// - /// + /// public partial class PtExtension : OpenXmlCompositeElement { /// @@ -30997,12 +30997,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <ahyp:hlinkClr> /// - /// + /// public partial class HyperlinkExtension : OpenXmlCompositeElement { /// @@ -31073,12 +31073,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class HyperlinkExtensionList : OpenXmlCompositeElement { /// @@ -31132,12 +31132,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <ask:lineSketchStyleProps> /// - /// + /// public partial class LinePropertiesExtension : OpenXmlCompositeElement { /// @@ -31319,12 +31319,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class LinePropertiesExtensionList : OpenXmlCompositeElement { /// @@ -31378,7 +31378,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:compatExt> @@ -31389,7 +31389,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <adec:decorative> /// <asl:scriptLink> /// - /// + /// public partial class NonVisualDrawingPropertiesExtension : OpenXmlCompositeElement { /// @@ -31472,12 +31472,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:picLocks. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class PictureLocks : OpenXmlCompositeElement { /// @@ -31648,9 +31648,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -31666,12 +31666,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class NonVisualPicturePropertiesExtensionList : OpenXmlCompositeElement { /// @@ -31725,7 +31725,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:cameraTool> @@ -31734,7 +31734,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <aif:imageFormula> /// <alf:liveFeedProps> /// - /// + /// public partial class NonVisualPicturePropertiesExtension : OpenXmlCompositeElement { /// @@ -31813,12 +31813,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <a:ext> /// - /// + /// public partial class BlipExtensionList : OpenXmlCompositeElement { /// @@ -31872,7 +31872,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is a:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:imgProps> @@ -31883,7 +31883,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <woe:oembed> /// <wp15:webVideoPr> /// - /// + /// public partial class BlipExtension : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_picture.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_picture.g.cs index 7cb9a44a4..ae9743fc9 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_picture.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_picture.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.Drawing.Pictures /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is pic:pic. /// - /// + /// /// The following table lists the possible child types: /// /// <pic:blipFill> @@ -32,7 +32,7 @@ namespace DocumentFormat.OpenXml.Drawing.Pictures /// <pic14:style> /// <pic:nvPicPr> /// - /// + /// public partial class Picture : OpenXmlCompositeElement { /// @@ -89,9 +89,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Picture Properties. /// Represents the following element tag in the schema: pic:nvPicPr. /// - /// + /// /// xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture - /// + /// public DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties? NonVisualPictureProperties { get => GetElement(); @@ -102,9 +102,9 @@ public DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureProperties? NonVi /// Picture Fill. /// Represents the following element tag in the schema: pic:blipFill. /// - /// + /// /// xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture - /// + /// public DocumentFormat.OpenXml.Drawing.Pictures.BlipFill? BlipFill { get => GetElement(); @@ -115,9 +115,9 @@ public DocumentFormat.OpenXml.Drawing.Pictures.BlipFill? BlipFill /// Shape Properties. /// Represents the following element tag in the schema: pic:spPr. /// - /// + /// /// xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture - /// + /// public DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties? ShapeProperties { get => GetElement(); @@ -128,9 +128,9 @@ public DocumentFormat.OpenXml.Drawing.Pictures.ShapeProperties? ShapeProperties /// ShapeStyle, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: pic14:style. /// - /// + /// /// xmlns:pic14 = http://schemas.microsoft.com/office/drawing/2010/picture - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle? ShapeStyle { get => GetElement(); @@ -141,9 +141,9 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Pictures.ShapeStyle? ShapeStyle /// OfficeArtExtensionList, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: pic14:extLst. /// - /// + /// /// xmlns:pic14 = http://schemas.microsoft.com/office/drawing/2010/picture - /// + /// public DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -159,14 +159,14 @@ public DocumentFormat.OpenXml.Office2010.Drawing.Pictures.OfficeArtExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is pic:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -282,9 +282,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -295,9 +295,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -308,9 +308,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -326,13 +326,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is pic:cNvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:picLocks> /// - /// + /// public partial class NonVisualPictureDrawingProperties : OpenXmlCompositeElement { /// @@ -395,9 +395,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PictureLocks. /// Represents the following element tag in the schema: a:picLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks { get => GetElement(); @@ -408,9 +408,9 @@ public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks /// NonVisualPicturePropertiesExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? NonVisualPicturePropertiesExtensionList { get => GetElement(); @@ -426,13 +426,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is pic:nvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <pic:cNvPr> /// <pic:cNvPicPr> /// - /// + /// public partial class NonVisualPictureProperties : OpenXmlCompositeElement { /// @@ -483,9 +483,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Drawing Properties. /// Represents the following element tag in the schema: pic:cNvPr. /// - /// + /// /// xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture - /// + /// public DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -496,9 +496,9 @@ public DocumentFormat.OpenXml.Drawing.Pictures.NonVisualDrawingProperties? NonVi /// Non-Visual Picture Drawing Properties. /// Represents the following element tag in the schema: pic:cNvPicPr. /// - /// + /// /// xmlns:pic = http://schemas.openxmlformats.org/drawingml/2006/picture - /// + /// public DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties? NonVisualPictureDrawingProperties { get => GetElement(); @@ -514,7 +514,7 @@ public DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is pic:blipFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blip> @@ -522,7 +522,7 @@ public DocumentFormat.OpenXml.Drawing.Pictures.NonVisualPictureDrawingProperties /// <a:stretch> /// <a:tile> /// - /// + /// public partial class BlipFill : OpenXmlCompositeElement { /// @@ -606,9 +606,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blip. /// Represents the following element tag in the schema: a:blip. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Blip? Blip { get => GetElement(); @@ -619,9 +619,9 @@ public DocumentFormat.OpenXml.Drawing.Blip? Blip /// Source Rectangle. /// Represents the following element tag in the schema: a:srcRect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle { get => GetElement(); @@ -637,7 +637,7 @@ public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is pic:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -656,7 +656,7 @@ public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -766,9 +766,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_spreadsheetDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_spreadsheetDrawing.g.cs index 2d94c5937..19bc69de6 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_spreadsheetDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_spreadsheetDrawing.g.cs @@ -24,7 +24,7 @@ namespace DocumentFormat.OpenXml.Drawing.Spreadsheet /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:twoCellAnchor. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:clientData> @@ -37,7 +37,7 @@ namespace DocumentFormat.OpenXml.Drawing.Spreadsheet /// <xdr:sp> /// <xdr:contentPart> /// - /// + /// public partial class TwoCellAnchor : OpenXmlCompositeElement { /// @@ -126,9 +126,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Starting Anchor Point. /// Represents the following element tag in the schema: xdr:from. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? FromMarker { get => GetElement(); @@ -139,9 +139,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? FromMarker /// Ending Anchor Point. /// Represents the following element tag in the schema: xdr:to. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? ToMarker { get => GetElement(); @@ -157,7 +157,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? ToMarker /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:oneCellAnchor. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:ext> @@ -170,7 +170,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ToMarker? ToMarker /// <xdr:sp> /// <xdr:contentPart> /// - /// + /// public partial class OneCellAnchor : OpenXmlCompositeElement { /// @@ -244,9 +244,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FromMarker. /// Represents the following element tag in the schema: xdr:from. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? FromMarker { get => GetElement(); @@ -257,9 +257,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.FromMarker? FromMarker /// Extent. /// Represents the following element tag in the schema: xdr:ext. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? Extent { get => GetElement(); @@ -275,7 +275,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? Extent /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:absoluteAnchor. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:pos> @@ -288,7 +288,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? Extent /// <xdr:sp> /// <xdr:contentPart> /// - /// + /// public partial class AbsoluteAnchor : OpenXmlCompositeElement { /// @@ -362,9 +362,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Position. /// Represents the following element tag in the schema: xdr:pos. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.Position? Position { get => GetElement(); @@ -375,9 +375,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.Position? Position /// Shape Extent. /// Represents the following element tag in the schema: xdr:ext. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? Extent { get => GetElement(); @@ -393,7 +393,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? Extent /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:sp. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:spPr> @@ -401,7 +401,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.Extent? Extent /// <xdr:txBody> /// <xdr:nvSpPr> /// - /// + /// public partial class Shape : OpenXmlCompositeElement { /// @@ -502,9 +502,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Shape. /// Represents the following element tag in the schema: xdr:nvSpPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties? NonVisualShapeProperties { get => GetElement(); @@ -515,9 +515,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeProperties? NonV /// Shape Properties. /// Represents the following element tag in the schema: xdr:spPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? ShapeProperties { get => GetElement(); @@ -528,9 +528,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? ShapeProperti /// ShapeStyle. /// Represents the following element tag in the schema: xdr:style. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? ShapeStyle { get => GetElement(); @@ -541,9 +541,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? ShapeStyle /// Shape Text Body. /// Represents the following element tag in the schema: xdr:txBody. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? TextBody { get => GetElement(); @@ -559,7 +559,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? TextBody /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:grpSp. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:grpSpPr> @@ -571,7 +571,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.TextBody? TextBody /// <xdr:sp> /// <xdr14:contentPart> /// - /// + /// public partial class GroupShape : OpenXmlCompositeElement { /// @@ -637,9 +637,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Group Shape. /// Represents the following element tag in the schema: xdr:nvGrpSpPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties? NonVisualGroupShapeProperties { get => GetElement(); @@ -650,9 +650,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeProperties? /// Group Shape Properties. /// Represents the following element tag in the schema: xdr:grpSpPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties? GroupShapeProperties { get => GetElement(); @@ -668,14 +668,14 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.GroupShapeProperties? GroupSha /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:graphicFrame. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> /// <xdr:xfrm> /// <xdr:nvGraphicFramePr> /// - /// + /// public partial class GraphicFrame : OpenXmlCompositeElement { /// @@ -752,9 +752,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Graphic Frame. /// Represents the following element tag in the schema: xdr:nvGraphicFramePr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameProperties? NonVisualGraphicFrameProperties { get => GetElement(); @@ -765,9 +765,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFramePropertie /// 2D Transform for Graphic Frames. /// Represents the following element tag in the schema: xdr:xfrm. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform? Transform { get => GetElement(); @@ -778,9 +778,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.Transform? Transform /// Graphic. /// Represents the following element tag in the schema: a:graphic. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Graphic? Graphic { get => GetElement(); @@ -796,14 +796,14 @@ public DocumentFormat.OpenXml.Drawing.Graphic? Graphic /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:cxnSp. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:spPr> /// <xdr:style> /// <xdr:nvCxnSpPr> /// - /// + /// public partial class ConnectionShape : OpenXmlCompositeElement { /// @@ -880,9 +880,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Connection Shape. /// Represents the following element tag in the schema: xdr:nvCxnSpPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProperties? NonVisualConnectionShapeProperties { get => GetElement(); @@ -893,9 +893,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectionShapeProper /// Connector Shape Properties. /// Represents the following element tag in the schema: xdr:spPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? ShapeProperties { get => GetElement(); @@ -906,9 +906,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? ShapeProperti /// ShapeStyle. /// Represents the following element tag in the schema: xdr:style. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? ShapeStyle { get => GetElement(); @@ -924,7 +924,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? ShapeStyle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:pic. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:blipFill> @@ -932,7 +932,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? ShapeStyle /// <xdr:style> /// <xdr:nvPicPr> /// - /// + /// public partial class Picture : OpenXmlCompositeElement { /// @@ -1010,9 +1010,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Picture. /// Represents the following element tag in the schema: xdr:nvPicPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties? NonVisualPictureProperties { get => GetElement(); @@ -1023,9 +1023,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureProperties? No /// Picture Fill. /// Represents the following element tag in the schema: xdr:blipFill. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill? BlipFill { get => GetElement(); @@ -1036,9 +1036,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.BlipFill? BlipFill /// ShapeProperties. /// Represents the following element tag in the schema: xdr:spPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? ShapeProperties { get => GetElement(); @@ -1049,9 +1049,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeProperties? ShapeProperti /// Shape Style. /// Represents the following element tag in the schema: xdr:style. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? ShapeStyle { get => GetElement(); @@ -1067,7 +1067,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? ShapeStyle /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is xdr:contentPart. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr14:extLst> @@ -1075,7 +1075,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ShapeStyle? ShapeStyle /// <xdr14:nvPr> /// <xdr14:nvContentPartPr> /// - /// + /// public partial class ContentPart : OpenXmlCompositeElement { /// @@ -1113,9 +1113,9 @@ public ContentPart(string outerXml) : base(outerXml) /// id, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -1163,9 +1163,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExcelNonVisualContentPartShapeProperties. /// Represents the following element tag in the schema: xdr14:nvContentPartPr. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPartShapeProperties? ExcelNonVisualContentPartShapeProperties { get => GetElement(); @@ -1176,9 +1176,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.ExcelNonVisualContentPart /// ApplicationNonVisualDrawingProperties. /// Represents the following element tag in the schema: xdr14:nvPr. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -1189,9 +1189,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawi /// Transform2D. /// Represents the following element tag in the schema: xdr14:xfrm. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -1202,9 +1202,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.Transform2D? Transform2D /// OfficeArtExtensionList. /// Represents the following element tag in the schema: xdr14:extLst. /// - /// + /// /// xmlns:xdr14 = http://schemas.microsoft.com/office/excel/2010/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? OfficeArtExtensionList { get => GetElement(); @@ -1220,14 +1220,14 @@ public DocumentFormat.OpenXml.Office2010.Excel.Drawing.OfficeArtExtensionList? O /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:wsDr. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:absoluteAnchor> /// <xdr:oneCellAnchor> /// <xdr:twoCellAnchor> /// - /// + /// public partial class WorksheetDrawing : OpenXmlPartRootElement { /// @@ -1322,13 +1322,13 @@ public DrawingsPart? DrawingsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:nvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:cNvSpPr> /// <xdr:cNvPr> /// - /// + /// public partial class NonVisualShapeProperties : OpenXmlCompositeElement { /// @@ -1379,9 +1379,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Drawing Properties. /// Represents the following element tag in the schema: xdr:cNvPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -1392,9 +1392,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? No /// Connection Non-Visual Shape Properties. /// Represents the following element tag in the schema: xdr:cNvSpPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingProperties? NonVisualShapeDrawingProperties { get => GetElement(); @@ -1410,7 +1410,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingPropertie /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -1429,7 +1429,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualShapeDrawingPropertie /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -1539,9 +1539,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -1557,7 +1557,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:style. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fontRef> @@ -1565,7 +1565,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class ShapeStyle : OpenXmlCompositeElement { /// @@ -1620,9 +1620,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -1633,9 +1633,9 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// FillReference. /// Represents the following element tag in the schema: a:fillRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillReference? FillReference { get => GetElement(); @@ -1646,9 +1646,9 @@ public DocumentFormat.OpenXml.Drawing.FillReference? FillReference /// EffectReference. /// Represents the following element tag in the schema: a:effectRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference { get => GetElement(); @@ -1659,9 +1659,9 @@ public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference /// Font Reference. /// Represents the following element tag in the schema: a:fontRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontReference? FontReference { get => GetElement(); @@ -1677,14 +1677,14 @@ public DocumentFormat.OpenXml.Drawing.FontReference? FontReference /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:txBody. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TextBody : OpenXmlCompositeElement { /// @@ -1737,9 +1737,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -1750,9 +1750,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -1768,13 +1768,13 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:nvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:cNvCxnSpPr> /// <xdr:cNvPr> /// - /// + /// public partial class NonVisualConnectionShapeProperties : OpenXmlCompositeElement { /// @@ -1825,9 +1825,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connection Non-Visual Properties. /// Represents the following element tag in the schema: xdr:cNvPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -1838,9 +1838,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? No /// Non-Visual Connector Shape Drawing Properties. /// Represents the following element tag in the schema: xdr:cNvCxnSpPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawingProperties? NonVisualConnectorShapeDrawingProperties { get => GetElement(); @@ -1856,13 +1856,13 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualConnectorShapeDrawing /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:nvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:cNvPicPr> /// <xdr:cNvPr> /// - /// + /// public partial class NonVisualPictureProperties : OpenXmlCompositeElement { /// @@ -1913,9 +1913,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: xdr:cNvPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -1926,9 +1926,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? No /// Non-Visual Picture Drawing Properties. /// Represents the following element tag in the schema: xdr:cNvPicPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingProperties? NonVisualPictureDrawingProperties { get => GetElement(); @@ -1944,7 +1944,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingPropert /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:blipFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blip> @@ -1952,7 +1952,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualPictureDrawingPropert /// <a:stretch> /// <a:tile> /// - /// + /// public partial class BlipFill : OpenXmlCompositeElement { /// @@ -2025,9 +2025,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blip. /// Represents the following element tag in the schema: a:blip. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Blip? Blip { get => GetElement(); @@ -2038,9 +2038,9 @@ public DocumentFormat.OpenXml.Drawing.Blip? Blip /// Source Rectangle. /// Represents the following element tag in the schema: a:srcRect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle { get => GetElement(); @@ -2056,13 +2056,13 @@ public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:nvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:cNvGraphicFramePr> /// <xdr:cNvPr> /// - /// + /// public partial class NonVisualGraphicFrameProperties : OpenXmlCompositeElement { /// @@ -2113,9 +2113,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connection Non-Visual Properties. /// Represents the following element tag in the schema: xdr:cNvPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -2126,9 +2126,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? No /// Non-Visual Graphic Frame Drawing Properties. /// Represents the following element tag in the schema: xdr:cNvGraphicFramePr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingProperties? NonVisualGraphicFrameDrawingProperties { get => GetElement(); @@ -2144,13 +2144,13 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGraphicFrameDrawingPr /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform : OpenXmlCompositeElement { /// @@ -2235,9 +2235,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -2248,9 +2248,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -2418,7 +2418,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:from. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:colOff> @@ -2426,7 +2426,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xdr:col> /// <xdr:row> /// - /// + /// public partial class FromMarker : MarkerType { /// @@ -2482,7 +2482,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:to. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:colOff> @@ -2490,7 +2490,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xdr:col> /// <xdr:row> /// - /// + /// public partial class ToMarker : MarkerType { /// @@ -2546,7 +2546,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:colOff> @@ -2554,7 +2554,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xdr:col> /// <xdr:row> /// - /// + /// public abstract partial class MarkerType : OpenXmlCompositeElement { /// @@ -2601,9 +2601,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Column). /// Represents the following element tag in the schema: xdr:col. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? ColumnId { get => GetElement(); @@ -2614,9 +2614,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? ColumnId /// Column Offset. /// Represents the following element tag in the schema: xdr:colOff. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? ColumnOffset { get => GetElement(); @@ -2627,9 +2627,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? ColumnOffset /// Row. /// Represents the following element tag in the schema: xdr:row. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? RowId { get => GetElement(); @@ -2640,9 +2640,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? RowId /// Row Offset. /// Represents the following element tag in the schema: xdr:rowOff. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? RowOffset { get => GetElement(); @@ -2812,14 +2812,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -2935,9 +2935,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// HyperlinkOnClick. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -2948,9 +2948,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// HyperlinkOnHover. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -2961,9 +2961,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// NonVisualDrawingPropertiesExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -2979,13 +2979,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:cNvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:spLocks> /// - /// + /// public partial class NonVisualShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -3048,9 +3048,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Locks. /// Represents the following element tag in the schema: a:spLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks { get => GetElement(); @@ -3061,9 +3061,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -3079,7 +3079,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:cNvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:stCxn> @@ -3087,7 +3087,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <a:cxnSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualConnectorShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -3142,9 +3142,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connection Shape Locks. /// Represents the following element tag in the schema: a:cxnSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks { get => GetElement(); @@ -3155,9 +3155,9 @@ public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks /// Connection Start. /// Represents the following element tag in the schema: a:stCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection { get => GetElement(); @@ -3168,9 +3168,9 @@ public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection /// Connection End. /// Represents the following element tag in the schema: a:endCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection { get => GetElement(); @@ -3181,9 +3181,9 @@ public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -3199,13 +3199,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:cNvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:picLocks> /// - /// + /// public partial class NonVisualPictureDrawingProperties : OpenXmlCompositeElement { /// @@ -3268,9 +3268,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PictureLocks. /// Represents the following element tag in the schema: a:picLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks { get => GetElement(); @@ -3281,9 +3281,9 @@ public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks /// NonVisualPicturePropertiesExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? NonVisualPicturePropertiesExtensionList { get => GetElement(); @@ -3299,13 +3299,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:cNvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphicFrameLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGraphicFrameDrawingProperties : OpenXmlCompositeElement { /// @@ -3356,9 +3356,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Graphic Frame Locks. /// Represents the following element tag in the schema: a:graphicFrameLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks { get => GetElement(); @@ -3369,9 +3369,9 @@ public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -3387,13 +3387,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:cNvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGroupShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -3444,9 +3444,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GroupShapeLocks. /// Represents the following element tag in the schema: a:grpSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks { get => GetElement(); @@ -3457,9 +3457,9 @@ public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks /// NonVisualGroupDrawingShapePropsExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? NonVisualGroupDrawingShapePropsExtensionList { get => GetElement(); @@ -3475,13 +3475,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionLi /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:nvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:cNvGrpSpPr> /// <xdr:cNvPr> /// - /// + /// public partial class NonVisualGroupShapeProperties : OpenXmlCompositeElement { /// @@ -3532,9 +3532,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connection Non-Visual Properties. /// Represents the following element tag in the schema: xdr:cNvPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -3545,9 +3545,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualDrawingProperties? No /// Non-Visual Group Shape Drawing Properties. /// Represents the following element tag in the schema: xdr:cNvGrpSpPr. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProperties? NonVisualGroupShapeDrawingProperties { get => GetElement(); @@ -3563,7 +3563,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProp /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is xdr:grpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -3578,7 +3578,7 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.NonVisualGroupShapeDrawingProp /// <a:scene3d> /// <a:solidFill> /// - /// + /// public partial class GroupShapeProperties : OpenXmlCompositeElement { /// @@ -3674,9 +3674,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Grouped Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_wordprocessingDrawing.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_wordprocessingDrawing.g.cs index 7a4137ee8..cc1a839ef 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_wordprocessingDrawing.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_drawingml_2006_wordprocessingDrawing.g.cs @@ -48,12 +48,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:wrapSquare. /// - /// + /// /// The following table lists the possible child types: /// /// <wp:effectExtent> /// - /// + /// public partial class WrapSquare : OpenXmlCompositeElement { /// @@ -162,9 +162,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Object Extents Including Effects. /// Represents the following element tag in the schema: wp:effectExtent. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? EffectExtent { get => GetElement(); @@ -180,12 +180,12 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? EffectExtent /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:wrapTight. /// - /// + /// /// The following table lists the possible child types: /// /// <wp:wrapPolygon> /// - /// + /// public partial class WrapTight : OpenXmlCompositeElement { /// @@ -272,9 +272,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Tight Wrapping Extents Polygon. /// Represents the following element tag in the schema: wp:wrapPolygon. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? WrapPolygon { get => GetElement(); @@ -290,12 +290,12 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? WrapPolygon /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:wrapThrough. /// - /// + /// /// The following table lists the possible child types: /// /// <wp:wrapPolygon> /// - /// + /// public partial class WrapThrough : OpenXmlCompositeElement { /// @@ -382,9 +382,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Wrapping Polygon. /// Represents the following element tag in the schema: wp:wrapPolygon. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? WrapPolygon { get => GetElement(); @@ -400,12 +400,12 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.WrapPolygon? WrapPolygon /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:wrapTopAndBottom. /// - /// + /// /// The following table lists the possible child types: /// /// <wp:effectExtent> /// - /// + /// public partial class WrapTopBottom : OpenXmlCompositeElement { /// @@ -477,9 +477,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Wrapping Boundaries. /// Represents the following element tag in the schema: wp:effectExtent. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? EffectExtent { get => GetElement(); @@ -495,7 +495,7 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? EffectExtent /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:inline. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> @@ -504,7 +504,7 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? EffectExtent /// <wp:extent> /// <wp:effectExtent> /// - /// + /// public partial class Inline : OpenXmlCompositeElement { /// @@ -582,9 +582,9 @@ public UInt32Value? DistanceFromRight /// anchorId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: wp14:anchorId /// - /// + /// /// xmlns:wp14=http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing - /// + /// public HexBinaryValue? AnchorId { get => GetAttribute(); @@ -595,9 +595,9 @@ public HexBinaryValue? AnchorId /// editId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: wp14:editId /// - /// + /// /// xmlns:wp14=http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing - /// + /// public HexBinaryValue? EditId { get => GetAttribute(); @@ -642,9 +642,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Drawing Object Size. /// Represents the following element tag in the schema: wp:extent. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? Extent { get => GetElement(); @@ -655,9 +655,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? Extent /// Inline Wrapping Extent. /// Represents the following element tag in the schema: wp:effectExtent. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? EffectExtent { get => GetElement(); @@ -668,9 +668,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? EffectExtent /// Drawing Object Non-Visual Properties. /// Represents the following element tag in the schema: wp:docPr. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties? DocProperties { get => GetElement(); @@ -681,9 +681,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.DocProperties? DocPropertie /// Common DrawingML Non-Visual Properties. /// Represents the following element tag in the schema: wp:cNvGraphicFramePr. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawingProperties? NonVisualGraphicFrameDrawingProperties { get => GetElement(); @@ -694,9 +694,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.NonVisualGraphicFrameDrawin /// Graphic. /// Represents the following element tag in the schema: a:graphic. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Graphic? Graphic { get => GetElement(); @@ -712,7 +712,7 @@ public DocumentFormat.OpenXml.Drawing.Graphic? Graphic /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:anchor. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> @@ -731,7 +731,7 @@ public DocumentFormat.OpenXml.Drawing.Graphic? Graphic /// <wp14:sizeRelH> /// <wp14:sizeRelV> /// - /// + /// public partial class Anchor : OpenXmlCompositeElement { /// @@ -879,9 +879,9 @@ public BooleanValue? AllowOverlap /// editId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: wp14:editId /// - /// + /// /// xmlns:wp14=http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing - /// + /// public HexBinaryValue? EditId { get => GetAttribute(); @@ -892,9 +892,9 @@ public HexBinaryValue? EditId /// anchorId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: wp14:anchorId /// - /// + /// /// xmlns:wp14=http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing - /// + /// public HexBinaryValue? AnchorId { get => GetAttribute(); @@ -990,9 +990,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Simple Positioning Coordinates. /// Represents the following element tag in the schema: wp:simplePos. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition? SimplePosition { get => GetElement(); @@ -1003,9 +1003,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.SimplePosition? SimplePosit /// Horizontal Positioning. /// Represents the following element tag in the schema: wp:positionH. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition? HorizontalPosition { get => GetElement(); @@ -1016,9 +1016,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalPosition? Horizon /// Vertical Positioning. /// Represents the following element tag in the schema: wp:positionV. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition? VerticalPosition { get => GetElement(); @@ -1029,9 +1029,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalPosition? VerticalP /// Inline Drawing Object Extents. /// Represents the following element tag in the schema: wp:extent. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? Extent { get => GetElement(); @@ -1042,9 +1042,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.Extent? Extent /// EffectExtent. /// Represents the following element tag in the schema: wp:effectExtent. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.EffectExtent? EffectExtent { get => GetElement(); @@ -1268,13 +1268,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:wrapPolygon. /// - /// + /// /// The following table lists the possible child types: /// /// <wp:start> /// <wp:lineTo> /// - /// + /// public partial class WrapPolygon : OpenXmlCompositeElement { /// @@ -1337,9 +1337,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Wrapping Polygon Start. /// Represents the following element tag in the schema: wp:start. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint? StartPoint { get => GetElement(); @@ -1355,14 +1355,14 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.StartPoint? StartPoint /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:positionH. /// - /// + /// /// The following table lists the possible child types: /// /// <wp14:pctPosHOffset> /// <wp:align> /// <wp:posOffset> /// - /// + /// public partial class HorizontalPosition : OpenXmlCompositeElement { /// @@ -1434,9 +1434,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Relative Horizontal Alignment. /// Represents the following element tag in the schema: wp:align. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment? HorizontalAlignment { get => GetElement(); @@ -1447,9 +1447,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.HorizontalAlignment? Horizo /// Absolute Position Offset. /// Represents the following element tag in the schema: wp:posOffset. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? PositionOffset { get => GetElement(); @@ -1460,9 +1460,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? PositionOff /// PercentagePositionHeightOffset, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: wp14:pctPosHOffset. /// - /// + /// /// xmlns:wp14 = http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOffset? PercentagePositionHeightOffset { get => GetElement(); @@ -1478,14 +1478,14 @@ public DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionHeightOf /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:positionV. /// - /// + /// /// The following table lists the possible child types: /// /// <wp14:pctPosVOffset> /// <wp:align> /// <wp:posOffset> /// - /// + /// public partial class VerticalPosition : OpenXmlCompositeElement { /// @@ -1557,9 +1557,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Relative Vertical Alignment. /// Represents the following element tag in the schema: wp:align. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment? VerticalAlignment { get => GetElement(); @@ -1570,9 +1570,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.VerticalAlignment? Vertical /// PositionOffset. /// Represents the following element tag in the schema: wp:posOffset. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? PositionOffset { get => GetElement(); @@ -1583,9 +1583,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset? PositionOff /// PercentagePositionVerticalOffset, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: wp14:pctPosVOffset. /// - /// + /// /// xmlns:wp14 = http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Drawing.PercentagePositionVerticalOffset? PercentagePositionVerticalOffset { get => GetElement(); @@ -1656,14 +1656,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:docPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class DocProperties : OpenXmlCompositeElement { /// @@ -1779,9 +1779,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -1792,9 +1792,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -1805,9 +1805,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -1823,13 +1823,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is wp:cNvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphicFrameLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGraphicFrameDrawingProperties : OpenXmlCompositeElement { /// @@ -1880,9 +1880,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Graphic Frame Locks. /// Represents the following element tag in the schema: a:graphicFrameLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks { get => GetElement(); @@ -1893,9 +1893,9 @@ public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_bibliography.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_bibliography.g.cs index 8044fe227..b073285e3 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_bibliography.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_bibliography.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Bibliography /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Sources. /// - /// + /// /// The following table lists the possible child types: /// /// <b:Source> /// - /// + /// public partial class Sources : OpenXmlPartRootElement { /// @@ -123,14 +123,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Person. /// - /// + /// /// The following table lists the possible child types: /// /// <b:Last> /// <b:First> /// <b:Middle> /// - /// + /// public partial class Person : OpenXmlCompositeElement { /// @@ -2240,12 +2240,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:NameList. /// - /// + /// /// The following table lists the possible child types: /// /// <b:Person> /// - /// + /// public partial class NameList : OpenXmlCompositeElement { /// @@ -2299,12 +2299,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Artist. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Artist : NameType { /// @@ -2357,12 +2357,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:BookAuthor. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class BookAuthor : NameType { /// @@ -2415,12 +2415,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Compiler. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Compiler : NameType { /// @@ -2473,12 +2473,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Composer. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Composer : NameType { /// @@ -2531,12 +2531,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Conductor. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Conductor : NameType { /// @@ -2589,12 +2589,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Counsel. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Counsel : NameType { /// @@ -2647,12 +2647,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Director. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Director : NameType { /// @@ -2705,12 +2705,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Editor. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Editor : NameType { /// @@ -2763,12 +2763,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Interviewee. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Interviewee : NameType { /// @@ -2821,12 +2821,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Interviewer. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Interviewer : NameType { /// @@ -2879,12 +2879,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Inventor. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Inventor : NameType { /// @@ -2937,12 +2937,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:ProducerName. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class ProducerName : NameType { /// @@ -2995,12 +2995,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Translator. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Translator : NameType { /// @@ -3053,12 +3053,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Writer. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public partial class Writer : NameType { /// @@ -3111,12 +3111,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// - /// + /// public abstract partial class NameType : OpenXmlCompositeElement { /// @@ -3160,9 +3160,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Name List. /// Represents the following element tag in the schema: b:NameList. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.NameList? NameList { get => GetElement(); @@ -3175,13 +3175,13 @@ public DocumentFormat.OpenXml.Bibliography.NameList? NameList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Author. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// <b:Corporate> /// - /// + /// public partial class Author : NameOrCorporateType { /// @@ -3238,13 +3238,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Performer. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// <b:Corporate> /// - /// + /// public partial class Performer : NameOrCorporateType { /// @@ -3301,13 +3301,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <b:NameList> /// <b:Corporate> /// - /// + /// public abstract partial class NameOrCorporateType : OpenXmlCompositeElement { /// @@ -3352,9 +3352,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NameList. /// Represents the following element tag in the schema: b:NameList. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.NameList? NameList { get => GetElement(); @@ -3365,9 +3365,9 @@ public DocumentFormat.OpenXml.Bibliography.NameList? NameList /// Corporate Author. /// Represents the following element tag in the schema: b:Corporate. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Corporate? Corporate { get => GetElement(); @@ -3380,7 +3380,7 @@ public DocumentFormat.OpenXml.Bibliography.Corporate? Corporate /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Author. /// - /// + /// /// The following table lists the possible child types: /// /// <b:Author> @@ -3400,7 +3400,7 @@ public DocumentFormat.OpenXml.Bibliography.Corporate? Corporate /// <b:Translator> /// <b:Writer> /// - /// + /// public partial class AuthorList : OpenXmlCompositeElement { /// @@ -3482,9 +3482,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Artist. /// Represents the following element tag in the schema: b:Artist. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Artist? Artist { get => GetElement(); @@ -3495,9 +3495,9 @@ public DocumentFormat.OpenXml.Bibliography.Artist? Artist /// Author. /// Represents the following element tag in the schema: b:Author. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Author? Author { get => GetElement(); @@ -3508,9 +3508,9 @@ public DocumentFormat.OpenXml.Bibliography.Author? Author /// Book Author. /// Represents the following element tag in the schema: b:BookAuthor. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.BookAuthor? BookAuthor { get => GetElement(); @@ -3521,9 +3521,9 @@ public DocumentFormat.OpenXml.Bibliography.BookAuthor? BookAuthor /// Compiler. /// Represents the following element tag in the schema: b:Compiler. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Compiler? Compiler { get => GetElement(); @@ -3534,9 +3534,9 @@ public DocumentFormat.OpenXml.Bibliography.Compiler? Compiler /// Composer. /// Represents the following element tag in the schema: b:Composer. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Composer? Composer { get => GetElement(); @@ -3547,9 +3547,9 @@ public DocumentFormat.OpenXml.Bibliography.Composer? Composer /// Conductor. /// Represents the following element tag in the schema: b:Conductor. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Conductor? Conductor { get => GetElement(); @@ -3560,9 +3560,9 @@ public DocumentFormat.OpenXml.Bibliography.Conductor? Conductor /// Counsel. /// Represents the following element tag in the schema: b:Counsel. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Counsel? Counsel { get => GetElement(); @@ -3573,9 +3573,9 @@ public DocumentFormat.OpenXml.Bibliography.Counsel? Counsel /// Director. /// Represents the following element tag in the schema: b:Director. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Director? Director { get => GetElement(); @@ -3586,9 +3586,9 @@ public DocumentFormat.OpenXml.Bibliography.Director? Director /// Editor. /// Represents the following element tag in the schema: b:Editor. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Editor? Editor { get => GetElement(); @@ -3599,9 +3599,9 @@ public DocumentFormat.OpenXml.Bibliography.Editor? Editor /// Interviewee. /// Represents the following element tag in the schema: b:Interviewee. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Interviewee? Interviewee { get => GetElement(); @@ -3612,9 +3612,9 @@ public DocumentFormat.OpenXml.Bibliography.Interviewee? Interviewee /// Interviewer. /// Represents the following element tag in the schema: b:Interviewer. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Interviewer? Interviewer { get => GetElement(); @@ -3625,9 +3625,9 @@ public DocumentFormat.OpenXml.Bibliography.Interviewer? Interviewer /// Inventor. /// Represents the following element tag in the schema: b:Inventor. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Inventor? Inventor { get => GetElement(); @@ -3638,9 +3638,9 @@ public DocumentFormat.OpenXml.Bibliography.Inventor? Inventor /// Performer. /// Represents the following element tag in the schema: b:Performer. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Performer? Performer { get => GetElement(); @@ -3651,9 +3651,9 @@ public DocumentFormat.OpenXml.Bibliography.Performer? Performer /// Producer Name. /// Represents the following element tag in the schema: b:ProducerName. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.ProducerName? ProducerName { get => GetElement(); @@ -3664,9 +3664,9 @@ public DocumentFormat.OpenXml.Bibliography.ProducerName? ProducerName /// Translator. /// Represents the following element tag in the schema: b:Translator. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Translator? Translator { get => GetElement(); @@ -3677,9 +3677,9 @@ public DocumentFormat.OpenXml.Bibliography.Translator? Translator /// Writer. /// Represents the following element tag in the schema: b:Writer. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Writer? Writer { get => GetElement(); @@ -3733,7 +3733,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is b:Source. /// - /// + /// /// The following table lists the possible child types: /// /// <b:Author> @@ -3789,7 +3789,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <b:Year> /// <b:YearAccessed> /// - /// + /// public partial class Source : OpenXmlCompositeElement { /// @@ -3943,9 +3943,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Abbreviated Case Number. /// Represents the following element tag in the schema: b:AbbreviatedCaseNumber. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber? AbbreviatedCaseNumber { get => GetElement(); @@ -3956,9 +3956,9 @@ public DocumentFormat.OpenXml.Bibliography.AbbreviatedCaseNumber? AbbreviatedCas /// Album Title. /// Represents the following element tag in the schema: b:AlbumTitle. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.AlbumTitle? AlbumTitle { get => GetElement(); @@ -3969,9 +3969,9 @@ public DocumentFormat.OpenXml.Bibliography.AlbumTitle? AlbumTitle /// Contributors List. /// Represents the following element tag in the schema: b:Author. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.AuthorList? AuthorList { get => GetElement(); @@ -3982,9 +3982,9 @@ public DocumentFormat.OpenXml.Bibliography.AuthorList? AuthorList /// Book Title. /// Represents the following element tag in the schema: b:BookTitle. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.BookTitle? BookTitle { get => GetElement(); @@ -3995,9 +3995,9 @@ public DocumentFormat.OpenXml.Bibliography.BookTitle? BookTitle /// Broadcaster. /// Represents the following element tag in the schema: b:Broadcaster. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Broadcaster? Broadcaster { get => GetElement(); @@ -4008,9 +4008,9 @@ public DocumentFormat.OpenXml.Bibliography.Broadcaster? Broadcaster /// Broadcast Title. /// Represents the following element tag in the schema: b:BroadcastTitle. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.BroadcastTitle? BroadcastTitle { get => GetElement(); @@ -4021,9 +4021,9 @@ public DocumentFormat.OpenXml.Bibliography.BroadcastTitle? BroadcastTitle /// Case Number. /// Represents the following element tag in the schema: b:CaseNumber. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.CaseNumber? CaseNumber { get => GetElement(); @@ -4034,9 +4034,9 @@ public DocumentFormat.OpenXml.Bibliography.CaseNumber? CaseNumber /// Chapter Number. /// Represents the following element tag in the schema: b:ChapterNumber. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.ChapterNumber? ChapterNumber { get => GetElement(); @@ -4047,9 +4047,9 @@ public DocumentFormat.OpenXml.Bibliography.ChapterNumber? ChapterNumber /// City. /// Represents the following element tag in the schema: b:City. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.City? City { get => GetElement(); @@ -4060,9 +4060,9 @@ public DocumentFormat.OpenXml.Bibliography.City? City /// Comments. /// Represents the following element tag in the schema: b:Comments. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Comments? Comments { get => GetElement(); @@ -4073,9 +4073,9 @@ public DocumentFormat.OpenXml.Bibliography.Comments? Comments /// Conference or Proceedings Name. /// Represents the following element tag in the schema: b:ConferenceName. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.ConferenceName? ConferenceName { get => GetElement(); @@ -4086,9 +4086,9 @@ public DocumentFormat.OpenXml.Bibliography.ConferenceName? ConferenceName /// Country or Region. /// Represents the following element tag in the schema: b:CountryRegion. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.CountryRegion? CountryRegion { get => GetElement(); @@ -4099,9 +4099,9 @@ public DocumentFormat.OpenXml.Bibliography.CountryRegion? CountryRegion /// Court. /// Represents the following element tag in the schema: b:Court. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Court? Court { get => GetElement(); @@ -4112,9 +4112,9 @@ public DocumentFormat.OpenXml.Bibliography.Court? Court /// Day. /// Represents the following element tag in the schema: b:Day. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Day? Day { get => GetElement(); @@ -4125,9 +4125,9 @@ public DocumentFormat.OpenXml.Bibliography.Day? Day /// Day Accessed. /// Represents the following element tag in the schema: b:DayAccessed. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.DayAccessed? DayAccessed { get => GetElement(); @@ -4138,9 +4138,9 @@ public DocumentFormat.OpenXml.Bibliography.DayAccessed? DayAccessed /// Department. /// Represents the following element tag in the schema: b:Department. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Department? Department { get => GetElement(); @@ -4151,9 +4151,9 @@ public DocumentFormat.OpenXml.Bibliography.Department? Department /// Distributor. /// Represents the following element tag in the schema: b:Distributor. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Distributor? Distributor { get => GetElement(); @@ -4164,9 +4164,9 @@ public DocumentFormat.OpenXml.Bibliography.Distributor? Distributor /// Editor. /// Represents the following element tag in the schema: b:Edition. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Edition? Edition { get => GetElement(); @@ -4177,9 +4177,9 @@ public DocumentFormat.OpenXml.Bibliography.Edition? Edition /// GUID. /// Represents the following element tag in the schema: b:Guid. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.GuidString? GuidString { get => GetElement(); @@ -4190,9 +4190,9 @@ public DocumentFormat.OpenXml.Bibliography.GuidString? GuidString /// Institution. /// Represents the following element tag in the schema: b:Institution. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Institution? Institution { get => GetElement(); @@ -4203,9 +4203,9 @@ public DocumentFormat.OpenXml.Bibliography.Institution? Institution /// Internet Site Title. /// Represents the following element tag in the schema: b:InternetSiteTitle. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.InternetSiteTitle? InternetSiteTitle { get => GetElement(); @@ -4216,9 +4216,9 @@ public DocumentFormat.OpenXml.Bibliography.InternetSiteTitle? InternetSiteTitle /// Issue. /// Represents the following element tag in the schema: b:Issue. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Issue? Issue { get => GetElement(); @@ -4229,9 +4229,9 @@ public DocumentFormat.OpenXml.Bibliography.Issue? Issue /// Journal Name. /// Represents the following element tag in the schema: b:JournalName. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.JournalName? JournalName { get => GetElement(); @@ -4242,9 +4242,9 @@ public DocumentFormat.OpenXml.Bibliography.JournalName? JournalName /// Locale ID. /// Represents the following element tag in the schema: b:LCID. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.LcId? LcId { get => GetElement(); @@ -4255,9 +4255,9 @@ public DocumentFormat.OpenXml.Bibliography.LcId? LcId /// Medium. /// Represents the following element tag in the schema: b:Medium. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Medium? Medium { get => GetElement(); @@ -4268,9 +4268,9 @@ public DocumentFormat.OpenXml.Bibliography.Medium? Medium /// Month. /// Represents the following element tag in the schema: b:Month. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Month? Month { get => GetElement(); @@ -4281,9 +4281,9 @@ public DocumentFormat.OpenXml.Bibliography.Month? Month /// Month Accessed. /// Represents the following element tag in the schema: b:MonthAccessed. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.MonthAccessed? MonthAccessed { get => GetElement(); @@ -4294,9 +4294,9 @@ public DocumentFormat.OpenXml.Bibliography.MonthAccessed? MonthAccessed /// Number of Volumes. /// Represents the following element tag in the schema: b:NumberVolumes. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.NumberVolumes? NumberVolumes { get => GetElement(); @@ -4307,9 +4307,9 @@ public DocumentFormat.OpenXml.Bibliography.NumberVolumes? NumberVolumes /// Pages. /// Represents the following element tag in the schema: b:Pages. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Pages? Pages { get => GetElement(); @@ -4320,9 +4320,9 @@ public DocumentFormat.OpenXml.Bibliography.Pages? Pages /// Patent Number. /// Represents the following element tag in the schema: b:PatentNumber. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.PatentNumber? PatentNumber { get => GetElement(); @@ -4333,9 +4333,9 @@ public DocumentFormat.OpenXml.Bibliography.PatentNumber? PatentNumber /// Periodical Title. /// Represents the following element tag in the schema: b:PeriodicalTitle. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.PeriodicalTitle? PeriodicalTitle { get => GetElement(); @@ -4346,9 +4346,9 @@ public DocumentFormat.OpenXml.Bibliography.PeriodicalTitle? PeriodicalTitle /// Production Company. /// Represents the following element tag in the schema: b:ProductionCompany. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.ProductionCompany? ProductionCompany { get => GetElement(); @@ -4359,9 +4359,9 @@ public DocumentFormat.OpenXml.Bibliography.ProductionCompany? ProductionCompany /// Publication Title. /// Represents the following element tag in the schema: b:PublicationTitle. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.PublicationTitle? PublicationTitle { get => GetElement(); @@ -4372,9 +4372,9 @@ public DocumentFormat.OpenXml.Bibliography.PublicationTitle? PublicationTitle /// Publisher. /// Represents the following element tag in the schema: b:Publisher. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Publisher? Publisher { get => GetElement(); @@ -4385,9 +4385,9 @@ public DocumentFormat.OpenXml.Bibliography.Publisher? Publisher /// Recording Number. /// Represents the following element tag in the schema: b:RecordingNumber. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.RecordingNumber? RecordingNumber { get => GetElement(); @@ -4398,9 +4398,9 @@ public DocumentFormat.OpenXml.Bibliography.RecordingNumber? RecordingNumber /// Reference Order. /// Represents the following element tag in the schema: b:RefOrder. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.ReferenceOrder? ReferenceOrder { get => GetElement(); @@ -4411,9 +4411,9 @@ public DocumentFormat.OpenXml.Bibliography.ReferenceOrder? ReferenceOrder /// Reporter. /// Represents the following element tag in the schema: b:Reporter. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Reporter? Reporter { get => GetElement(); @@ -4424,9 +4424,9 @@ public DocumentFormat.OpenXml.Bibliography.Reporter? Reporter /// Source Type. /// Represents the following element tag in the schema: b:SourceType. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.SourceType? SourceType { get => GetElement(); @@ -4437,9 +4437,9 @@ public DocumentFormat.OpenXml.Bibliography.SourceType? SourceType /// Short Title. /// Represents the following element tag in the schema: b:ShortTitle. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.ShortTitle? ShortTitle { get => GetElement(); @@ -4450,9 +4450,9 @@ public DocumentFormat.OpenXml.Bibliography.ShortTitle? ShortTitle /// Standard Number. /// Represents the following element tag in the schema: b:StandardNumber. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.StandardNumber? StandardNumber { get => GetElement(); @@ -4463,9 +4463,9 @@ public DocumentFormat.OpenXml.Bibliography.StandardNumber? StandardNumber /// State or Province. /// Represents the following element tag in the schema: b:StateProvince. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.StateProvince? StateProvince { get => GetElement(); @@ -4476,9 +4476,9 @@ public DocumentFormat.OpenXml.Bibliography.StateProvince? StateProvince /// Station. /// Represents the following element tag in the schema: b:Station. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Station? Station { get => GetElement(); @@ -4489,9 +4489,9 @@ public DocumentFormat.OpenXml.Bibliography.Station? Station /// Tag. /// Represents the following element tag in the schema: b:Tag. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Tag? Tag { get => GetElement(); @@ -4502,9 +4502,9 @@ public DocumentFormat.OpenXml.Bibliography.Tag? Tag /// Theater. /// Represents the following element tag in the schema: b:Theater. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Theater? Theater { get => GetElement(); @@ -4515,9 +4515,9 @@ public DocumentFormat.OpenXml.Bibliography.Theater? Theater /// Thesis Type. /// Represents the following element tag in the schema: b:ThesisType. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.ThesisType? ThesisType { get => GetElement(); @@ -4528,9 +4528,9 @@ public DocumentFormat.OpenXml.Bibliography.ThesisType? ThesisType /// Title. /// Represents the following element tag in the schema: b:Title. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Title? Title { get => GetElement(); @@ -4541,9 +4541,9 @@ public DocumentFormat.OpenXml.Bibliography.Title? Title /// Type. /// Represents the following element tag in the schema: b:Type. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.PatentType? PatentType { get => GetElement(); @@ -4554,9 +4554,9 @@ public DocumentFormat.OpenXml.Bibliography.PatentType? PatentType /// URL. /// Represents the following element tag in the schema: b:URL. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.UrlString? UrlString { get => GetElement(); @@ -4567,9 +4567,9 @@ public DocumentFormat.OpenXml.Bibliography.UrlString? UrlString /// Version. /// Represents the following element tag in the schema: b:Version. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Version? Version { get => GetElement(); @@ -4580,9 +4580,9 @@ public DocumentFormat.OpenXml.Bibliography.Version? Version /// Volume. /// Represents the following element tag in the schema: b:Volume. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Volume? Volume { get => GetElement(); @@ -4593,9 +4593,9 @@ public DocumentFormat.OpenXml.Bibliography.Volume? Volume /// Year. /// Represents the following element tag in the schema: b:Year. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.Year? Year { get => GetElement(); @@ -4606,9 +4606,9 @@ public DocumentFormat.OpenXml.Bibliography.Year? Year /// Year Accessed. /// Represents the following element tag in the schema: b:YearAccessed. /// - /// + /// /// xmlns:b = http://schemas.openxmlformats.org/officeDocument/2006/bibliography - /// + /// public DocumentFormat.OpenXml.Bibliography.YearAccessed? YearAccessed { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_characteristics.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_characteristics.g.cs index 987615d08..1eb808ba5 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_characteristics.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_characteristics.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.AdditionalCharacteristics /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ac:additionalCharacteristics. /// - /// + /// /// The following table lists the possible child types: /// /// <ac:characteristic> /// - /// + /// public partial class AdditionalCharacteristicsInfo : OpenXmlPartRootElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_custom-properties.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_custom-properties.g.cs index 8db3d65f6..7341ad9b9 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_custom-properties.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_custom-properties.g.cs @@ -23,12 +23,12 @@ namespace DocumentFormat.OpenXml.CustomProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is op:Properties. /// - /// + /// /// The following table lists the possible child types: /// /// <op:property> /// - /// + /// public partial class Properties : OpenXmlPartRootElement { /// @@ -113,7 +113,7 @@ public CustomFilePropertiesPart? CustomFilePropertiesPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is op:property. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:array> @@ -151,7 +151,7 @@ public CustomFilePropertiesPart? CustomFilePropertiesPart /// <vt:ui8> /// <vt:ui2> /// - /// + /// public partial class CustomDocumentProperty : OpenXmlCompositeElement { /// @@ -320,9 +320,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Vector. /// Represents the following element tag in the schema: vt:vector. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTVector? VTVector { get => GetElement(); @@ -333,9 +333,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTVector? VTVector /// Array. /// Represents the following element tag in the schema: vt:array. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTArray? VTArray { get => GetElement(); @@ -346,9 +346,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTArray? VTArray /// Binary Blob. /// Represents the following element tag in the schema: vt:blob. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTBlob? VTBlob { get => GetElement(); @@ -359,9 +359,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTBlob? VTBlob /// Binary Blob Object. /// Represents the following element tag in the schema: vt:oblob. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTOBlob? VTOBlob { get => GetElement(); @@ -372,9 +372,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTOBlob? VTOBlob /// Empty. /// Represents the following element tag in the schema: vt:empty. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTEmpty? VTEmpty { get => GetElement(); @@ -385,9 +385,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTEmpty? VTEmpty /// Null. /// Represents the following element tag in the schema: vt:null. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTNull? VTNull { get => GetElement(); @@ -398,9 +398,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTNull? VTNull /// 1-Byte Signed Integer. /// Represents the following element tag in the schema: vt:i1. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTByte? VTByte { get => GetElement(); @@ -411,9 +411,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTByte? VTByte /// 2-Byte Signed Integer. /// Represents the following element tag in the schema: vt:i2. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTShort? VTShort { get => GetElement(); @@ -424,9 +424,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTShort? VTShort /// 4-Byte Signed Integer. /// Represents the following element tag in the schema: vt:i4. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTInt32? VTInt32 { get => GetElement(); @@ -437,9 +437,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTInt32? VTInt32 /// 8-Byte Signed Integer. /// Represents the following element tag in the schema: vt:i8. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTInt64? VTInt64 { get => GetElement(); @@ -450,9 +450,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTInt64? VTInt64 /// Integer. /// Represents the following element tag in the schema: vt:int. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTInteger? VTInteger { get => GetElement(); @@ -463,9 +463,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTInteger? VTInteger /// 1-Byte Unsigned Integer. /// Represents the following element tag in the schema: vt:ui1. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? VTUnsignedByte { get => GetElement(); @@ -476,9 +476,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? VTUnsignedByte /// 2-Byte Unsigned Integer. /// Represents the following element tag in the schema: vt:ui2. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? VTUnsignedShort { get => GetElement(); @@ -489,9 +489,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? VTUnsignedShort /// 4-Byte Unsigned Integer. /// Represents the following element tag in the schema: vt:ui4. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? VTUnsignedInt32 { get => GetElement(); @@ -502,9 +502,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? VTUnsignedInt32 /// 8-Byte Unsigned Integer. /// Represents the following element tag in the schema: vt:ui8. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? VTUnsignedInt64 { get => GetElement(); @@ -515,9 +515,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? VTUnsignedInt64 /// Unsigned Integer. /// Represents the following element tag in the schema: vt:uint. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? VTUnsignedInteger { get => GetElement(); @@ -528,9 +528,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? VTUnsignedInteger /// 4-Byte Real Number. /// Represents the following element tag in the schema: vt:r4. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTFloat? VTFloat { get => GetElement(); @@ -541,9 +541,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTFloat? VTFloat /// 8-Byte Real Number. /// Represents the following element tag in the schema: vt:r8. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTDouble? VTDouble { get => GetElement(); @@ -554,9 +554,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTDouble? VTDouble /// Decimal. /// Represents the following element tag in the schema: vt:decimal. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTDecimal? VTDecimal { get => GetElement(); @@ -567,9 +567,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTDecimal? VTDecimal /// LPSTR. /// Represents the following element tag in the schema: vt:lpstr. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTLPSTR? VTLPSTR { get => GetElement(); @@ -580,9 +580,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTLPSTR? VTLPSTR /// LPWSTR. /// Represents the following element tag in the schema: vt:lpwstr. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? VTLPWSTR { get => GetElement(); @@ -593,9 +593,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? VTLPWSTR /// Basic String. /// Represents the following element tag in the schema: vt:bstr. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTBString? VTBString { get => GetElement(); @@ -606,9 +606,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTBString? VTBString /// Date and Time. /// Represents the following element tag in the schema: vt:date. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTDate? VTDate { get => GetElement(); @@ -619,9 +619,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTDate? VTDate /// File Time. /// Represents the following element tag in the schema: vt:filetime. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTFileTime? VTFileTime { get => GetElement(); @@ -632,9 +632,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTFileTime? VTFileTime /// Boolean. /// Represents the following element tag in the schema: vt:bool. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTBool? VTBool { get => GetElement(); @@ -645,9 +645,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTBool? VTBool /// Currency. /// Represents the following element tag in the schema: vt:cy. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTCurrency? VTCurrency { get => GetElement(); @@ -658,9 +658,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTCurrency? VTCurrency /// Error Status Code. /// Represents the following element tag in the schema: vt:error. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTError? VTError { get => GetElement(); @@ -671,9 +671,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTError? VTError /// Binary Stream. /// Represents the following element tag in the schema: vt:stream. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTStreamData? VTStreamData { get => GetElement(); @@ -684,9 +684,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTStreamData? VTStreamData /// Binary Stream Object. /// Represents the following element tag in the schema: vt:ostream. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTOStreamData? VTOStreamData { get => GetElement(); @@ -697,9 +697,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTOStreamData? VTOStreamData /// Binary Storage. /// Represents the following element tag in the schema: vt:storage. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTStorage? VTStorage { get => GetElement(); @@ -710,9 +710,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTStorage? VTStorage /// Binary Storage Object. /// Represents the following element tag in the schema: vt:ostorage. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTOStorage? VTOStorage { get => GetElement(); @@ -723,9 +723,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTOStorage? VTOStorage /// Binary Versioned Stream. /// Represents the following element tag in the schema: vt:vstream. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTVStreamData? VTVStreamData { get => GetElement(); @@ -736,9 +736,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTVStreamData? VTVStreamData /// Class ID. /// Represents the following element tag in the schema: vt:clsid. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTClassId? VTClassId { get => GetElement(); @@ -749,9 +749,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTClassId? VTClassId /// Clipboard Data. /// Represents the following element tag in the schema: vt:cf. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTClipboardData? VTClipboardData { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_customXml.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_customXml.g.cs index 2b61aff5e..59c1495b7 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_customXml.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_customXml.g.cs @@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.CustomXmlDataProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ds:datastoreItem. /// - /// + /// /// The following table lists the possible child types: /// /// <ds:schemaRefs> /// - /// + /// public partial class DataStoreItem : OpenXmlPartRootElement { /// @@ -64,9 +64,9 @@ public DataStoreItem(string outerXml) : base(outerXml) /// Custom XML Data ID /// Represents the following attribute in the schema: ds:itemID /// - /// + /// /// xmlns:ds=http://schemas.openxmlformats.org/officeDocument/2006/customXml - /// + /// public StringValue? ItemId { get => GetAttribute(); @@ -94,9 +94,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Set of Associated XML Schemas. /// Represents the following element tag in the schema: ds:schemaRefs. /// - /// + /// /// xmlns:ds = http://schemas.openxmlformats.org/officeDocument/2006/customXml - /// + /// public DocumentFormat.OpenXml.CustomXmlDataProperties.SchemaReferences? SchemaReferences { get => GetElement(); @@ -156,9 +156,9 @@ public SchemaReference() : base() /// Target Namespace of Associated XML Schema /// Represents the following attribute in the schema: ds:uri /// - /// + /// /// xmlns:ds=http://schemas.openxmlformats.org/officeDocument/2006/customXml - /// + /// public StringValue? Uri { get => GetAttribute(); @@ -185,12 +185,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ds:schemaRefs. /// - /// + /// /// The following table lists the possible child types: /// /// <ds:schemaRef> /// - /// + /// public partial class SchemaReferences : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_docPropsVTypes.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_docPropsVTypes.g.cs index 20d85c294..136bd9f4c 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_docPropsVTypes.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_docPropsVTypes.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.VariantTypes /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is vt:variant. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:array> @@ -61,7 +61,7 @@ namespace DocumentFormat.OpenXml.VariantTypes /// <vt:ui8> /// <vt:ui2> /// - /// + /// public partial class Variant : OpenXmlCompositeElement { /// @@ -178,9 +178,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Variant. /// Represents the following element tag in the schema: vt:variant. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.Variant? InnerVariant { get => GetElement(); @@ -191,9 +191,9 @@ public DocumentFormat.OpenXml.VariantTypes.Variant? InnerVariant /// Vector. /// Represents the following element tag in the schema: vt:vector. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTVector? VTVector { get => GetElement(); @@ -204,9 +204,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTVector? VTVector /// Array. /// Represents the following element tag in the schema: vt:array. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTArray? VTArray { get => GetElement(); @@ -217,9 +217,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTArray? VTArray /// Binary Blob. /// Represents the following element tag in the schema: vt:blob. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTBlob? VTBlob { get => GetElement(); @@ -230,9 +230,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTBlob? VTBlob /// Binary Blob Object. /// Represents the following element tag in the schema: vt:oblob. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTOBlob? VTOBlob { get => GetElement(); @@ -243,9 +243,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTOBlob? VTOBlob /// Empty. /// Represents the following element tag in the schema: vt:empty. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTEmpty? VTEmpty { get => GetElement(); @@ -256,9 +256,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTEmpty? VTEmpty /// Null. /// Represents the following element tag in the schema: vt:null. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTNull? VTNull { get => GetElement(); @@ -269,9 +269,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTNull? VTNull /// 1-Byte Signed Integer. /// Represents the following element tag in the schema: vt:i1. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTByte? VTByte { get => GetElement(); @@ -282,9 +282,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTByte? VTByte /// 2-Byte Signed Integer. /// Represents the following element tag in the schema: vt:i2. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTShort? VTShort { get => GetElement(); @@ -295,9 +295,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTShort? VTShort /// 4-Byte Signed Integer. /// Represents the following element tag in the schema: vt:i4. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTInt32? VTInt32 { get => GetElement(); @@ -308,9 +308,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTInt32? VTInt32 /// 8-Byte Signed Integer. /// Represents the following element tag in the schema: vt:i8. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTInt64? VTInt64 { get => GetElement(); @@ -321,9 +321,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTInt64? VTInt64 /// Integer. /// Represents the following element tag in the schema: vt:int. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTInteger? VTInteger { get => GetElement(); @@ -334,9 +334,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTInteger? VTInteger /// 1-Byte Unsigned Integer. /// Represents the following element tag in the schema: vt:ui1. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? VTUnsignedByte { get => GetElement(); @@ -347,9 +347,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedByte? VTUnsignedByte /// 2-Byte Unsigned Integer. /// Represents the following element tag in the schema: vt:ui2. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? VTUnsignedShort { get => GetElement(); @@ -360,9 +360,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedShort? VTUnsignedShort /// 4-Byte Unsigned Integer. /// Represents the following element tag in the schema: vt:ui4. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? VTUnsignedInt32 { get => GetElement(); @@ -373,9 +373,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32? VTUnsignedInt32 /// 8-Byte Unsigned Integer. /// Represents the following element tag in the schema: vt:ui8. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? VTUnsignedInt64 { get => GetElement(); @@ -386,9 +386,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64? VTUnsignedInt64 /// Unsigned Integer. /// Represents the following element tag in the schema: vt:uint. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? VTUnsignedInteger { get => GetElement(); @@ -399,9 +399,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTUnsignedInteger? VTUnsignedInteger /// 4-Byte Real Number. /// Represents the following element tag in the schema: vt:r4. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTFloat? VTFloat { get => GetElement(); @@ -412,9 +412,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTFloat? VTFloat /// 8-Byte Real Number. /// Represents the following element tag in the schema: vt:r8. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTDouble? VTDouble { get => GetElement(); @@ -425,9 +425,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTDouble? VTDouble /// Decimal. /// Represents the following element tag in the schema: vt:decimal. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTDecimal? VTDecimal { get => GetElement(); @@ -438,9 +438,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTDecimal? VTDecimal /// LPSTR. /// Represents the following element tag in the schema: vt:lpstr. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTLPSTR? VTLPSTR { get => GetElement(); @@ -451,9 +451,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTLPSTR? VTLPSTR /// LPWSTR. /// Represents the following element tag in the schema: vt:lpwstr. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? VTLPWSTR { get => GetElement(); @@ -464,9 +464,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTLPWSTR? VTLPWSTR /// Basic String. /// Represents the following element tag in the schema: vt:bstr. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTBString? VTBString { get => GetElement(); @@ -477,9 +477,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTBString? VTBString /// Date and Time. /// Represents the following element tag in the schema: vt:date. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTDate? VTDate { get => GetElement(); @@ -490,9 +490,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTDate? VTDate /// File Time. /// Represents the following element tag in the schema: vt:filetime. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTFileTime? VTFileTime { get => GetElement(); @@ -503,9 +503,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTFileTime? VTFileTime /// Boolean. /// Represents the following element tag in the schema: vt:bool. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTBool? VTBool { get => GetElement(); @@ -516,9 +516,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTBool? VTBool /// Currency. /// Represents the following element tag in the schema: vt:cy. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTCurrency? VTCurrency { get => GetElement(); @@ -529,9 +529,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTCurrency? VTCurrency /// Error Status Code. /// Represents the following element tag in the schema: vt:error. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTError? VTError { get => GetElement(); @@ -542,9 +542,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTError? VTError /// Binary Stream. /// Represents the following element tag in the schema: vt:stream. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTStreamData? VTStreamData { get => GetElement(); @@ -555,9 +555,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTStreamData? VTStreamData /// Binary Stream Object. /// Represents the following element tag in the schema: vt:ostream. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTOStreamData? VTOStreamData { get => GetElement(); @@ -568,9 +568,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTOStreamData? VTOStreamData /// Binary Storage. /// Represents the following element tag in the schema: vt:storage. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTStorage? VTStorage { get => GetElement(); @@ -581,9 +581,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTStorage? VTStorage /// Binary Storage Object. /// Represents the following element tag in the schema: vt:ostorage. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTOStorage? VTOStorage { get => GetElement(); @@ -594,9 +594,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTOStorage? VTOStorage /// Binary Versioned Stream. /// Represents the following element tag in the schema: vt:vstream. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTVStreamData? VTVStreamData { get => GetElement(); @@ -607,9 +607,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTVStreamData? VTVStreamData /// Class ID. /// Represents the following element tag in the schema: vt:clsid. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTClassId? VTClassId { get => GetElement(); @@ -620,9 +620,9 @@ public DocumentFormat.OpenXml.VariantTypes.VTClassId? VTClassId /// Clipboard Data. /// Represents the following element tag in the schema: vt:cf. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTClipboardData? VTClipboardData { get => GetElement(); @@ -638,7 +638,7 @@ public DocumentFormat.OpenXml.VariantTypes.VTClipboardData? VTClipboardData /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is vt:vector. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:cf> @@ -663,7 +663,7 @@ public DocumentFormat.OpenXml.VariantTypes.VTClipboardData? VTClipboardData /// <vt:ui8> /// <vt:ui2> /// - /// + /// public partial class VTVector : OpenXmlCompositeElement { /// @@ -786,7 +786,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is vt:array. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:variant> @@ -807,7 +807,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <vt:uint> /// <vt:ui2> /// - /// + /// public partial class VTArray : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_extended-properties.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_extended-properties.g.cs index efd968af8..9543a69df 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_extended-properties.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_extended-properties.g.cs @@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.ExtendedProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ap:Properties. /// - /// + /// /// The following table lists the possible child types: /// /// <ap:DigSig> @@ -53,7 +53,7 @@ namespace DocumentFormat.OpenXml.ExtendedProperties /// <ap:Application> /// <ap:AppVersion> /// - /// + /// public partial class Properties : OpenXmlPartRootElement { /// @@ -154,9 +154,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Name of Document Template. /// Represents the following element tag in the schema: ap:Template. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Template? Template { get => GetElement(); @@ -167,9 +167,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Template? Template /// Name of Manager. /// Represents the following element tag in the schema: ap:Manager. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Manager? Manager { get => GetElement(); @@ -180,9 +180,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Manager? Manager /// Name of Company. /// Represents the following element tag in the schema: ap:Company. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Company? Company { get => GetElement(); @@ -193,9 +193,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Company? Company /// Total Number of Pages. /// Represents the following element tag in the schema: ap:Pages. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Pages? Pages { get => GetElement(); @@ -206,9 +206,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Pages? Pages /// Word Count. /// Represents the following element tag in the schema: ap:Words. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Words? Words { get => GetElement(); @@ -219,9 +219,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Words? Words /// Total Number of Characters. /// Represents the following element tag in the schema: ap:Characters. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Characters? Characters { get => GetElement(); @@ -232,9 +232,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Characters? Characters /// Intended Format of Presentation. /// Represents the following element tag in the schema: ap:PresentationFormat. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat? PresentationFormat { get => GetElement(); @@ -245,9 +245,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.PresentationFormat? Presentatio /// Number of Lines. /// Represents the following element tag in the schema: ap:Lines. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Lines? Lines { get => GetElement(); @@ -258,9 +258,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Lines? Lines /// Total Number of Paragraphs. /// Represents the following element tag in the schema: ap:Paragraphs. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Paragraphs? Paragraphs { get => GetElement(); @@ -271,9 +271,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Paragraphs? Paragraphs /// Slides Metadata Element. /// Represents the following element tag in the schema: ap:Slides. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Slides? Slides { get => GetElement(); @@ -284,9 +284,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Slides? Slides /// Number of Slides Containing Notes. /// Represents the following element tag in the schema: ap:Notes. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Notes? Notes { get => GetElement(); @@ -297,9 +297,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Notes? Notes /// Total Edit Time Metadata Element. /// Represents the following element tag in the schema: ap:TotalTime. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.TotalTime? TotalTime { get => GetElement(); @@ -310,9 +310,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.TotalTime? TotalTime /// Number of Hidden Slides. /// Represents the following element tag in the schema: ap:HiddenSlides. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides? HiddenSlides { get => GetElement(); @@ -323,9 +323,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides? HiddenSlides /// Total Number of Multimedia Clips. /// Represents the following element tag in the schema: ap:MMClips. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips? MultimediaClips { get => GetElement(); @@ -336,9 +336,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.MultimediaClips? MultimediaClip /// Thumbnail Display Mode. /// Represents the following element tag in the schema: ap:ScaleCrop. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop? ScaleCrop { get => GetElement(); @@ -349,9 +349,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.ScaleCrop? ScaleCrop /// Heading Pairs. /// Represents the following element tag in the schema: ap:HeadingPairs. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs? HeadingPairs { get => GetElement(); @@ -362,9 +362,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.HeadingPairs? HeadingPairs /// Part Titles. /// Represents the following element tag in the schema: ap:TitlesOfParts. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts? TitlesOfParts { get => GetElement(); @@ -375,9 +375,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.TitlesOfParts? TitlesOfParts /// Links Up-to-Date. /// Represents the following element tag in the schema: ap:LinksUpToDate. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate? LinksUpToDate { get => GetElement(); @@ -388,9 +388,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.LinksUpToDate? LinksUpToDate /// Number of Characters (With Spaces). /// Represents the following element tag in the schema: ap:CharactersWithSpaces. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces? CharactersWithSpaces { get => GetElement(); @@ -401,9 +401,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.CharactersWithSpaces? Character /// Shared Document. /// Represents the following element tag in the schema: ap:SharedDoc. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.SharedDocument? SharedDocument { get => GetElement(); @@ -414,9 +414,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.SharedDocument? SharedDocument /// Relative Hyperlink Base. /// Represents the following element tag in the schema: ap:HyperlinkBase. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase? HyperlinkBase { get => GetElement(); @@ -427,9 +427,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.HyperlinkBase? HyperlinkBase /// Hyperlink List. /// Represents the following element tag in the schema: ap:HLinks. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList? HyperlinkList { get => GetElement(); @@ -440,9 +440,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.HyperlinkList? HyperlinkList /// Hyperlinks Changed. /// Represents the following element tag in the schema: ap:HyperlinksChanged. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged? HyperlinksChanged { get => GetElement(); @@ -453,9 +453,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.HyperlinksChanged? HyperlinksCh /// Digital Signature. /// Represents the following element tag in the schema: ap:DigSig. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature? DigitalSignature { get => GetElement(); @@ -466,9 +466,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.DigitalSignature? DigitalSignat /// Application Name. /// Represents the following element tag in the schema: ap:Application. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.Application? Application { get => GetElement(); @@ -479,9 +479,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.Application? Application /// Application Version. /// Represents the following element tag in the schema: ap:AppVersion. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion? ApplicationVersion { get => GetElement(); @@ -492,9 +492,9 @@ public DocumentFormat.OpenXml.ExtendedProperties.ApplicationVersion? Application /// Document Security. /// Represents the following element tag in the schema: ap:DocSecurity. /// - /// + /// /// xmlns:ap = http://schemas.openxmlformats.org/officeDocument/2006/extended-properties - /// + /// public DocumentFormat.OpenXml.ExtendedProperties.DocumentSecurity? DocumentSecurity { get => GetElement(); @@ -1408,12 +1408,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ap:HeadingPairs. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:vector> /// - /// + /// public partial class HeadingPairs : VectorVariantType { /// @@ -1466,12 +1466,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ap:HLinks. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:vector> /// - /// + /// public partial class HyperlinkList : VectorVariantType { /// @@ -1524,12 +1524,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:vector> /// - /// + /// public abstract partial class VectorVariantType : OpenXmlCompositeElement { /// @@ -1573,9 +1573,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Vector. /// Represents the following element tag in the schema: vt:vector. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTVector? VTVector { get => GetElement(); @@ -1588,12 +1588,12 @@ public DocumentFormat.OpenXml.VariantTypes.VTVector? VTVector /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ap:TitlesOfParts. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:vector> /// - /// + /// public partial class TitlesOfParts : OpenXmlCompositeElement { /// @@ -1642,9 +1642,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Vector. /// Represents the following element tag in the schema: vt:vector. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTVector? VTVector { get => GetElement(); @@ -1660,12 +1660,12 @@ public DocumentFormat.OpenXml.VariantTypes.VTVector? VTVector /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is ap:DigSig. /// - /// + /// /// The following table lists the possible child types: /// /// <vt:blob> /// - /// + /// public partial class DigitalSignature : OpenXmlCompositeElement { /// @@ -1714,9 +1714,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Binary Blob. /// Represents the following element tag in the schema: vt:blob. /// - /// + /// /// xmlns:vt = http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes - /// + /// public DocumentFormat.OpenXml.VariantTypes.VTBlob? VTBlob { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_math.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_math.g.cs index ac5a0dc9a..0faa1b07b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_math.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_officeDocument_2006_math.g.cs @@ -35,9 +35,9 @@ public Script() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -77,9 +77,9 @@ public Style() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -106,7 +106,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:r. /// - /// + /// /// The following table lists the possible child types: /// /// <m:rPr> @@ -145,7 +145,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:instrText> /// <w:delInstrText> /// - /// + /// public partial class Run : OpenXmlCompositeElement { /// @@ -277,9 +277,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Run Properties. /// Represents the following element tag in the schema: m:rPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.RunProperties? MathRunProperties { get => GetElement(); @@ -290,9 +290,9 @@ public DocumentFormat.OpenXml.Math.RunProperties? MathRunProperties /// Run Properties. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunProperties? RunProperties { get => GetElement(); @@ -308,13 +308,13 @@ public DocumentFormat.OpenXml.Wordprocessing.RunProperties? RunProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:acc. /// - /// + /// /// The following table lists the possible child types: /// /// <m:accPr> /// <m:e> /// - /// + /// public partial class Accent : OpenXmlCompositeElement { /// @@ -365,9 +365,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Accent Properties. /// Represents the following element tag in the schema: m:accPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.AccentProperties? AccentProperties { get => GetElement(); @@ -378,9 +378,9 @@ public DocumentFormat.OpenXml.Math.AccentProperties? AccentProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -396,13 +396,13 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:bar. /// - /// + /// /// The following table lists the possible child types: /// /// <m:barPr> /// <m:e> /// - /// + /// public partial class Bar : OpenXmlCompositeElement { /// @@ -453,9 +453,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Bar Properties. /// Represents the following element tag in the schema: m:barPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.BarProperties? BarProperties { get => GetElement(); @@ -466,9 +466,9 @@ public DocumentFormat.OpenXml.Math.BarProperties? BarProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -484,13 +484,13 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:box. /// - /// + /// /// The following table lists the possible child types: /// /// <m:boxPr> /// <m:e> /// - /// + /// public partial class Box : OpenXmlCompositeElement { /// @@ -541,9 +541,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Box Properties. /// Represents the following element tag in the schema: m:boxPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.BoxProperties? BoxProperties { get => GetElement(); @@ -554,9 +554,9 @@ public DocumentFormat.OpenXml.Math.BoxProperties? BoxProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -572,13 +572,13 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:borderBox. /// - /// + /// /// The following table lists the possible child types: /// /// <m:borderBoxPr> /// <m:e> /// - /// + /// public partial class BorderBox : OpenXmlCompositeElement { /// @@ -629,9 +629,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Border Box Properties. /// Represents the following element tag in the schema: m:borderBoxPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.BorderBoxProperties? BorderBoxProperties { get => GetElement(); @@ -642,9 +642,9 @@ public DocumentFormat.OpenXml.Math.BorderBoxProperties? BorderBoxProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -660,13 +660,13 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:d. /// - /// + /// /// The following table lists the possible child types: /// /// <m:dPr> /// <m:e> /// - /// + /// public partial class Delimiter : OpenXmlCompositeElement { /// @@ -717,9 +717,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Delimiter Properties. /// Represents the following element tag in the schema: m:dPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.DelimiterProperties? DelimiterProperties { get => GetElement(); @@ -735,13 +735,13 @@ public DocumentFormat.OpenXml.Math.DelimiterProperties? DelimiterProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:eqArr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:eqArrPr> /// <m:e> /// - /// + /// public partial class EquationArray : OpenXmlCompositeElement { /// @@ -792,9 +792,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Equation Array Properties. /// Represents the following element tag in the schema: m:eqArrPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.EquationArrayProperties? EquationArrayProperties { get => GetElement(); @@ -810,14 +810,14 @@ public DocumentFormat.OpenXml.Math.EquationArrayProperties? EquationArrayPropert /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:f. /// - /// + /// /// The following table lists the possible child types: /// /// <m:fPr> /// <m:num> /// <m:den> /// - /// + /// public partial class Fraction : OpenXmlCompositeElement { /// @@ -870,9 +870,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Fraction Properties. /// Represents the following element tag in the schema: m:fPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.FractionProperties? FractionProperties { get => GetElement(); @@ -883,9 +883,9 @@ public DocumentFormat.OpenXml.Math.FractionProperties? FractionProperties /// Numerator. /// Represents the following element tag in the schema: m:num. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Numerator? Numerator { get => GetElement(); @@ -896,9 +896,9 @@ public DocumentFormat.OpenXml.Math.Numerator? Numerator /// Denominator. /// Represents the following element tag in the schema: m:den. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Denominator? Denominator { get => GetElement(); @@ -914,14 +914,14 @@ public DocumentFormat.OpenXml.Math.Denominator? Denominator /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:func. /// - /// + /// /// The following table lists the possible child types: /// /// <m:funcPr> /// <m:fName> /// <m:e> /// - /// + /// public partial class MathFunction : OpenXmlCompositeElement { /// @@ -974,9 +974,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Function Properties. /// Represents the following element tag in the schema: m:funcPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.FunctionProperties? FunctionProperties { get => GetElement(); @@ -987,9 +987,9 @@ public DocumentFormat.OpenXml.Math.FunctionProperties? FunctionProperties /// Function Name. /// Represents the following element tag in the schema: m:fName. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.FunctionName? FunctionName { get => GetElement(); @@ -1000,9 +1000,9 @@ public DocumentFormat.OpenXml.Math.FunctionName? FunctionName /// Base (Argument). /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1018,13 +1018,13 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:groupChr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:groupChrPr> /// <m:e> /// - /// + /// public partial class GroupChar : OpenXmlCompositeElement { /// @@ -1075,9 +1075,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Group-Character Properties. /// Represents the following element tag in the schema: m:groupChrPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.GroupCharProperties? GroupCharProperties { get => GetElement(); @@ -1088,9 +1088,9 @@ public DocumentFormat.OpenXml.Math.GroupCharProperties? GroupCharProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1106,14 +1106,14 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:limLow. /// - /// + /// /// The following table lists the possible child types: /// /// <m:limLowPr> /// <m:e> /// <m:lim> /// - /// + /// public partial class LimitLower : OpenXmlCompositeElement { /// @@ -1166,9 +1166,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Lower Limit Properties. /// Represents the following element tag in the schema: m:limLowPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.LimitLowerProperties? LimitLowerProperties { get => GetElement(); @@ -1179,9 +1179,9 @@ public DocumentFormat.OpenXml.Math.LimitLowerProperties? LimitLowerProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1192,9 +1192,9 @@ public DocumentFormat.OpenXml.Math.Base? Base /// Limit (Lower). /// Represents the following element tag in the schema: m:lim. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Limit? Limit { get => GetElement(); @@ -1210,14 +1210,14 @@ public DocumentFormat.OpenXml.Math.Limit? Limit /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:limUpp. /// - /// + /// /// The following table lists the possible child types: /// /// <m:limUppPr> /// <m:e> /// <m:lim> /// - /// + /// public partial class LimitUpper : OpenXmlCompositeElement { /// @@ -1270,9 +1270,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Upper Limit Properties. /// Represents the following element tag in the schema: m:limUppPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.LimitUpperProperties? LimitUpperProperties { get => GetElement(); @@ -1283,9 +1283,9 @@ public DocumentFormat.OpenXml.Math.LimitUpperProperties? LimitUpperProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1296,9 +1296,9 @@ public DocumentFormat.OpenXml.Math.Base? Base /// Limit (Upper). /// Represents the following element tag in the schema: m:lim. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Limit? Limit { get => GetElement(); @@ -1314,13 +1314,13 @@ public DocumentFormat.OpenXml.Math.Limit? Limit /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:m. /// - /// + /// /// The following table lists the possible child types: /// /// <m:mPr> /// <m:mr> /// - /// + /// public partial class Matrix : OpenXmlCompositeElement { /// @@ -1371,9 +1371,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Matrix Properties. /// Represents the following element tag in the schema: m:mPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.MatrixProperties? MatrixProperties { get => GetElement(); @@ -1389,7 +1389,7 @@ public DocumentFormat.OpenXml.Math.MatrixProperties? MatrixProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:nary. /// - /// + /// /// The following table lists the possible child types: /// /// <m:naryPr> @@ -1397,7 +1397,7 @@ public DocumentFormat.OpenXml.Math.MatrixProperties? MatrixProperties /// <m:sup> /// <m:e> /// - /// + /// public partial class Nary : OpenXmlCompositeElement { /// @@ -1452,9 +1452,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// n-ary Properties. /// Represents the following element tag in the schema: m:naryPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.NaryProperties? NaryProperties { get => GetElement(); @@ -1465,9 +1465,9 @@ public DocumentFormat.OpenXml.Math.NaryProperties? NaryProperties /// Lower limit (n-ary) . /// Represents the following element tag in the schema: m:sub. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SubArgument? SubArgument { get => GetElement(); @@ -1478,9 +1478,9 @@ public DocumentFormat.OpenXml.Math.SubArgument? SubArgument /// Upper limit (n-ary). /// Represents the following element tag in the schema: m:sup. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument { get => GetElement(); @@ -1491,9 +1491,9 @@ public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument /// Base (Argument). /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1509,13 +1509,13 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:phant. /// - /// + /// /// The following table lists the possible child types: /// /// <m:e> /// <m:phantPr> /// - /// + /// public partial class Phantom : OpenXmlCompositeElement { /// @@ -1566,9 +1566,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Phantom Properties. /// Represents the following element tag in the schema: m:phantPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.PhantomProperties? PhantomProperties { get => GetElement(); @@ -1579,9 +1579,9 @@ public DocumentFormat.OpenXml.Math.PhantomProperties? PhantomProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1597,14 +1597,14 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:rad. /// - /// + /// /// The following table lists the possible child types: /// /// <m:deg> /// <m:e> /// <m:radPr> /// - /// + /// public partial class Radical : OpenXmlCompositeElement { /// @@ -1657,9 +1657,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Radical Properties. /// Represents the following element tag in the schema: m:radPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.RadicalProperties? RadicalProperties { get => GetElement(); @@ -1670,9 +1670,9 @@ public DocumentFormat.OpenXml.Math.RadicalProperties? RadicalProperties /// Degree. /// Represents the following element tag in the schema: m:deg. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Degree? Degree { get => GetElement(); @@ -1683,9 +1683,9 @@ public DocumentFormat.OpenXml.Math.Degree? Degree /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1701,7 +1701,7 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sPre. /// - /// + /// /// The following table lists the possible child types: /// /// <m:sub> @@ -1709,7 +1709,7 @@ public DocumentFormat.OpenXml.Math.Base? Base /// <m:e> /// <m:sPrePr> /// - /// + /// public partial class PreSubSuper : OpenXmlCompositeElement { /// @@ -1764,9 +1764,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pre-Sub-Superscript Properties. /// Represents the following element tag in the schema: m:sPrePr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.PreSubSuperProperties? PreSubSuperProperties { get => GetElement(); @@ -1777,9 +1777,9 @@ public DocumentFormat.OpenXml.Math.PreSubSuperProperties? PreSubSuperProperties /// Subscript (Pre-Sub-Superscript). /// Represents the following element tag in the schema: m:sub. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SubArgument? SubArgument { get => GetElement(); @@ -1790,9 +1790,9 @@ public DocumentFormat.OpenXml.Math.SubArgument? SubArgument /// Superscript(Pre-Sub-Superscript function). /// Represents the following element tag in the schema: m:sup. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument { get => GetElement(); @@ -1803,9 +1803,9 @@ public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1821,14 +1821,14 @@ public DocumentFormat.OpenXml.Math.Base? Base /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sSub. /// - /// + /// /// The following table lists the possible child types: /// /// <m:e> /// <m:sub> /// <m:sSubPr> /// - /// + /// public partial class Subscript : OpenXmlCompositeElement { /// @@ -1881,9 +1881,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Subscript Properties. /// Represents the following element tag in the schema: m:sSubPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SubscriptProperties? SubscriptProperties { get => GetElement(); @@ -1894,9 +1894,9 @@ public DocumentFormat.OpenXml.Math.SubscriptProperties? SubscriptProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -1907,9 +1907,9 @@ public DocumentFormat.OpenXml.Math.Base? Base /// Subscript (Subscript function). /// Represents the following element tag in the schema: m:sub. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SubArgument? SubArgument { get => GetElement(); @@ -1925,7 +1925,7 @@ public DocumentFormat.OpenXml.Math.SubArgument? SubArgument /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sSubSup. /// - /// + /// /// The following table lists the possible child types: /// /// <m:e> @@ -1933,7 +1933,7 @@ public DocumentFormat.OpenXml.Math.SubArgument? SubArgument /// <m:sup> /// <m:sSubSupPr> /// - /// + /// public partial class SubSuperscript : OpenXmlCompositeElement { /// @@ -1988,9 +1988,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Sub-Superscript Properties. /// Represents the following element tag in the schema: m:sSubSupPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SubSuperscriptProperties? SubSuperscriptProperties { get => GetElement(); @@ -2001,9 +2001,9 @@ public DocumentFormat.OpenXml.Math.SubSuperscriptProperties? SubSuperscriptPrope /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -2014,9 +2014,9 @@ public DocumentFormat.OpenXml.Math.Base? Base /// Subscript (Sub-Superscript). /// Represents the following element tag in the schema: m:sub. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SubArgument? SubArgument { get => GetElement(); @@ -2027,9 +2027,9 @@ public DocumentFormat.OpenXml.Math.SubArgument? SubArgument /// Superscript (Sub-Superscript function). /// Represents the following element tag in the schema: m:sup. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument { get => GetElement(); @@ -2045,14 +2045,14 @@ public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sSup. /// - /// + /// /// The following table lists the possible child types: /// /// <m:e> /// <m:sup> /// <m:sSupPr> /// - /// + /// public partial class Superscript : OpenXmlCompositeElement { /// @@ -2105,9 +2105,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Superscript Properties. /// Represents the following element tag in the schema: m:sSupPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SuperscriptProperties? SuperscriptProperties { get => GetElement(); @@ -2118,9 +2118,9 @@ public DocumentFormat.OpenXml.Math.SuperscriptProperties? SuperscriptProperties /// Base. /// Represents the following element tag in the schema: m:e. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Base? Base { get => GetElement(); @@ -2131,9 +2131,9 @@ public DocumentFormat.OpenXml.Math.Base? Base /// Superscript (Superscript function). /// Represents the following element tag in the schema: m:sup. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument { get => GetElement(); @@ -2149,7 +2149,7 @@ public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:oMathPara. /// - /// + /// /// The following table lists the possible child types: /// /// <m:oMath> @@ -2187,7 +2187,7 @@ public DocumentFormat.OpenXml.Math.SuperArgument? SuperArgument /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Paragraph : OpenXmlCompositeElement { /// @@ -2359,9 +2359,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Office Math Paragraph Properties. /// Represents the following element tag in the schema: m:oMathParaPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ParagraphProperties? ParagraphProperties { get => GetElement(); @@ -2377,7 +2377,7 @@ public DocumentFormat.OpenXml.Math.ParagraphProperties? ParagraphProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:oMath. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -2437,7 +2437,7 @@ public DocumentFormat.OpenXml.Math.ParagraphProperties? ParagraphProperties /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class OfficeMath : OpenXmlCompositeElement { /// @@ -2717,7 +2717,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:mathPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:brkBin> @@ -2737,7 +2737,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <m:intraSp> /// <m:wrapIndent> /// - /// + /// public partial class MathProperties : OpenXmlCompositeElement { /// @@ -2819,9 +2819,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Math Font. /// Represents the following element tag in the schema: m:mathFont. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.MathFont? MathFont { get => GetElement(); @@ -2832,9 +2832,9 @@ public DocumentFormat.OpenXml.Math.MathFont? MathFont /// Break on Binary Operators. /// Represents the following element tag in the schema: m:brkBin. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.BreakBinary? BreakBinary { get => GetElement(); @@ -2845,9 +2845,9 @@ public DocumentFormat.OpenXml.Math.BreakBinary? BreakBinary /// Break on Binary Subtraction. /// Represents the following element tag in the schema: m:brkBinSub. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.BreakBinarySubtraction? BreakBinarySubtraction { get => GetElement(); @@ -2858,9 +2858,9 @@ public DocumentFormat.OpenXml.Math.BreakBinarySubtraction? BreakBinarySubtractio /// Small Fraction. /// Represents the following element tag in the schema: m:smallFrac. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SmallFraction? SmallFraction { get => GetElement(); @@ -2871,9 +2871,9 @@ public DocumentFormat.OpenXml.Math.SmallFraction? SmallFraction /// Use Display Math Defaults. /// Represents the following element tag in the schema: m:dispDef. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.DisplayDefaults? DisplayDefaults { get => GetElement(); @@ -2884,9 +2884,9 @@ public DocumentFormat.OpenXml.Math.DisplayDefaults? DisplayDefaults /// Left Margin. /// Represents the following element tag in the schema: m:lMargin. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.LeftMargin? LeftMargin { get => GetElement(); @@ -2897,9 +2897,9 @@ public DocumentFormat.OpenXml.Math.LeftMargin? LeftMargin /// Right Margin. /// Represents the following element tag in the schema: m:rMargin. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.RightMargin? RightMargin { get => GetElement(); @@ -2910,9 +2910,9 @@ public DocumentFormat.OpenXml.Math.RightMargin? RightMargin /// Default Justification. /// Represents the following element tag in the schema: m:defJc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.DefaultJustification? DefaultJustification { get => GetElement(); @@ -2923,9 +2923,9 @@ public DocumentFormat.OpenXml.Math.DefaultJustification? DefaultJustification /// Pre-Equation Spacing. /// Represents the following element tag in the schema: m:preSp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.PreSpacing? PreSpacing { get => GetElement(); @@ -2936,9 +2936,9 @@ public DocumentFormat.OpenXml.Math.PreSpacing? PreSpacing /// Post-Equation Spacing. /// Represents the following element tag in the schema: m:postSp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.PostSpacing? PostSpacing { get => GetElement(); @@ -2949,9 +2949,9 @@ public DocumentFormat.OpenXml.Math.PostSpacing? PostSpacing /// Inter-Equation Spacing. /// Represents the following element tag in the schema: m:interSp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.InterSpacing? InterSpacing { get => GetElement(); @@ -2962,9 +2962,9 @@ public DocumentFormat.OpenXml.Math.InterSpacing? InterSpacing /// Intra-Equation Spacing. /// Represents the following element tag in the schema: m:intraSp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.IntraSpacing? IntraSpacing { get => GetElement(); @@ -3713,9 +3713,9 @@ protected OnOffType() : base() /// value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -3748,9 +3748,9 @@ public Break() : base() /// Index of Operator to Align To /// Represents the following attribute in the schema: m:alnAt /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public IntegerValue? AlignAt { get => GetAttribute(); @@ -3761,9 +3761,9 @@ public IntegerValue? AlignAt /// Index of Operator to Align To /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public IntegerValue? Val { get => GetAttribute(); @@ -3794,7 +3794,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:brk> @@ -3804,7 +3804,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <m:scr> /// <m:sty> /// - /// + /// public partial class RunProperties : OpenXmlCompositeElement { /// @@ -3875,9 +3875,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Literal. /// Represents the following element tag in the schema: m:lit. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Literal? Literal { get => GetElement(); @@ -3919,9 +3919,9 @@ internal override OpenXmlSimpleType InnerTextToValue(string text) /// space /// Represents the following attribute in the schema: xml:space /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public EnumValue? Space { get => GetAttribute>(); @@ -4054,9 +4054,9 @@ protected CharType() : base() /// value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public StringValue? Val { get => GetAttribute(); @@ -4080,7 +4080,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:ctrlPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:del> @@ -4089,7 +4089,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:moveTo> /// <w:rPr> /// - /// + /// public partial class ControlProperties : OpenXmlCompositeElement { /// @@ -4175,13 +4175,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:accPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:chr> /// <m:ctrlPr> /// - /// + /// public partial class AccentProperties : OpenXmlCompositeElement { /// @@ -4232,9 +4232,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Accent Character. /// Represents the following element tag in the schema: m:chr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.AccentChar? AccentChar { get => GetElement(); @@ -4245,9 +4245,9 @@ public DocumentFormat.OpenXml.Math.AccentChar? AccentChar /// Control Properties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -4263,7 +4263,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:e. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -4325,7 +4325,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Base : OfficeMathArgumentType { /// @@ -4551,7 +4551,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:num. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -4613,7 +4613,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Numerator : OfficeMathArgumentType { /// @@ -4839,7 +4839,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:den. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -4901,7 +4901,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Denominator : OfficeMathArgumentType { /// @@ -5127,7 +5127,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:fName. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -5189,7 +5189,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class FunctionName : OfficeMathArgumentType { /// @@ -5415,7 +5415,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:lim. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -5477,7 +5477,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Limit : OfficeMathArgumentType { /// @@ -5703,7 +5703,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sub. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -5765,7 +5765,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SubArgument : OfficeMathArgumentType { /// @@ -5991,7 +5991,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sup. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -6053,7 +6053,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SuperArgument : OfficeMathArgumentType { /// @@ -6279,7 +6279,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:deg. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -6341,7 +6341,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Degree : OfficeMathArgumentType { /// @@ -6567,7 +6567,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -6629,7 +6629,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public abstract partial class OfficeMathArgumentType : OpenXmlCompositeElement { /// @@ -6730,9 +6730,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Argument Properties. /// Represents the following element tag in the schema: m:argPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ArgumentProperties? ArgumentProperties { get => GetElement(); @@ -6806,9 +6806,9 @@ protected TopBottomType() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -6831,13 +6831,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:barPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// <m:pos> /// - /// + /// public partial class BarProperties : OpenXmlCompositeElement { /// @@ -6888,9 +6888,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Position (Bar). /// Represents the following element tag in the schema: m:pos. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Position? Position { get => GetElement(); @@ -6901,9 +6901,9 @@ public DocumentFormat.OpenXml.Math.Position? Position /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -6919,7 +6919,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:boxPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> @@ -6929,7 +6929,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// <m:diff> /// <m:aln> /// - /// + /// public partial class BoxProperties : OpenXmlCompositeElement { /// @@ -6988,9 +6988,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Operator Emulator. /// Represents the following element tag in the schema: m:opEmu. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.OperatorEmulator? OperatorEmulator { get => GetElement(); @@ -7001,9 +7001,9 @@ public DocumentFormat.OpenXml.Math.OperatorEmulator? OperatorEmulator /// No Break. /// Represents the following element tag in the schema: m:noBreak. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.NoBreak? NoBreak { get => GetElement(); @@ -7014,9 +7014,9 @@ public DocumentFormat.OpenXml.Math.NoBreak? NoBreak /// Differential. /// Represents the following element tag in the schema: m:diff. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Differential? Differential { get => GetElement(); @@ -7027,9 +7027,9 @@ public DocumentFormat.OpenXml.Math.Differential? Differential /// Break. /// Represents the following element tag in the schema: m:brk. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Break? Break { get => GetElement(); @@ -7040,9 +7040,9 @@ public DocumentFormat.OpenXml.Math.Break? Break /// Alignment. /// Represents the following element tag in the schema: m:aln. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Alignment? Alignment { get => GetElement(); @@ -7053,9 +7053,9 @@ public DocumentFormat.OpenXml.Math.Alignment? Alignment /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -7071,7 +7071,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:borderBoxPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> @@ -7084,7 +7084,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// <m:strikeBLTR> /// <m:strikeTLBR> /// - /// + /// public partial class BorderBoxProperties : OpenXmlCompositeElement { /// @@ -7149,9 +7149,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hide Top Edge. /// Represents the following element tag in the schema: m:hideTop. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.HideTop? HideTop { get => GetElement(); @@ -7162,9 +7162,9 @@ public DocumentFormat.OpenXml.Math.HideTop? HideTop /// Hide Bottom Edge. /// Represents the following element tag in the schema: m:hideBot. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.HideBottom? HideBottom { get => GetElement(); @@ -7175,9 +7175,9 @@ public DocumentFormat.OpenXml.Math.HideBottom? HideBottom /// Hide Left Edge. /// Represents the following element tag in the schema: m:hideLeft. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.HideLeft? HideLeft { get => GetElement(); @@ -7188,9 +7188,9 @@ public DocumentFormat.OpenXml.Math.HideLeft? HideLeft /// Hide Right Edge. /// Represents the following element tag in the schema: m:hideRight. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.HideRight? HideRight { get => GetElement(); @@ -7201,9 +7201,9 @@ public DocumentFormat.OpenXml.Math.HideRight? HideRight /// Border Box Strikethrough Horizontal. /// Represents the following element tag in the schema: m:strikeH. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.StrikeHorizontal? StrikeHorizontal { get => GetElement(); @@ -7214,9 +7214,9 @@ public DocumentFormat.OpenXml.Math.StrikeHorizontal? StrikeHorizontal /// Border Box Strikethrough Vertical. /// Represents the following element tag in the schema: m:strikeV. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.StrikeVertical? StrikeVertical { get => GetElement(); @@ -7227,9 +7227,9 @@ public DocumentFormat.OpenXml.Math.StrikeVertical? StrikeVertical /// Border Box Strikethrough Bottom-Left to Top-Right. /// Represents the following element tag in the schema: m:strikeBLTR. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight? StrikeBottomLeftToTopRight { get => GetElement(); @@ -7240,9 +7240,9 @@ public DocumentFormat.OpenXml.Math.StrikeBottomLeftToTopRight? StrikeBottomLeftT /// Border Box Strikethrough Top-Left to Bottom-Right. /// Represents the following element tag in the schema: m:strikeTLBR. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight? StrikeTopLeftToBottomRight { get => GetElement(); @@ -7253,9 +7253,9 @@ public DocumentFormat.OpenXml.Math.StrikeTopLeftToBottomRight? StrikeTopLeftToBo /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -7284,9 +7284,9 @@ public Shape() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -7313,7 +7313,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:dPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:begChr> @@ -7323,7 +7323,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <m:grow> /// <m:shp> /// - /// + /// public partial class DelimiterProperties : OpenXmlCompositeElement { /// @@ -7382,9 +7382,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Delimiter Beginning Character. /// Represents the following element tag in the schema: m:begChr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.BeginChar? BeginChar { get => GetElement(); @@ -7395,9 +7395,9 @@ public DocumentFormat.OpenXml.Math.BeginChar? BeginChar /// Delimiter Separator Character. /// Represents the following element tag in the schema: m:sepChr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.SeparatorChar? SeparatorChar { get => GetElement(); @@ -7408,9 +7408,9 @@ public DocumentFormat.OpenXml.Math.SeparatorChar? SeparatorChar /// Delimiter Ending Character. /// Represents the following element tag in the schema: m:endChr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.EndChar? EndChar { get => GetElement(); @@ -7421,9 +7421,9 @@ public DocumentFormat.OpenXml.Math.EndChar? EndChar /// Delimiter Grow. /// Represents the following element tag in the schema: m:grow. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.GrowOperators? GrowOperators { get => GetElement(); @@ -7434,9 +7434,9 @@ public DocumentFormat.OpenXml.Math.GrowOperators? GrowOperators /// Shape (Delimiters). /// Represents the following element tag in the schema: m:shp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Shape? Shape { get => GetElement(); @@ -7447,9 +7447,9 @@ public DocumentFormat.OpenXml.Math.Shape? Shape /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -7478,9 +7478,9 @@ public BaseJustification() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -7568,9 +7568,9 @@ protected SpacingRuleType() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public IntegerValue? Val { get => GetAttribute(); @@ -7655,9 +7655,9 @@ protected UnsignedShortType() : base() /// val /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public UInt16Value? Val { get => GetAttribute(); @@ -7680,7 +7680,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:eqArrPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> @@ -7690,7 +7690,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <m:rSp> /// <m:baseJc> /// - /// + /// public partial class EquationArrayProperties : OpenXmlCompositeElement { /// @@ -7749,9 +7749,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Equation Array Base Justification. /// Represents the following element tag in the schema: m:baseJc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.BaseJustification? BaseJustification { get => GetElement(); @@ -7762,9 +7762,9 @@ public DocumentFormat.OpenXml.Math.BaseJustification? BaseJustification /// Maximum Distribution. /// Represents the following element tag in the schema: m:maxDist. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.MaxDistribution? MaxDistribution { get => GetElement(); @@ -7775,9 +7775,9 @@ public DocumentFormat.OpenXml.Math.MaxDistribution? MaxDistribution /// Object Distribution. /// Represents the following element tag in the schema: m:objDist. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ObjectDistribution? ObjectDistribution { get => GetElement(); @@ -7788,9 +7788,9 @@ public DocumentFormat.OpenXml.Math.ObjectDistribution? ObjectDistribution /// Row Spacing Rule. /// Represents the following element tag in the schema: m:rSpRule. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.RowSpacingRule? RowSpacingRule { get => GetElement(); @@ -7801,9 +7801,9 @@ public DocumentFormat.OpenXml.Math.RowSpacingRule? RowSpacingRule /// Row Spacing (Equation Array). /// Represents the following element tag in the schema: m:rSp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.RowSpacing? RowSpacing { get => GetElement(); @@ -7814,9 +7814,9 @@ public DocumentFormat.OpenXml.Math.RowSpacing? RowSpacing /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -7845,9 +7845,9 @@ public FractionType() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -7874,13 +7874,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:fPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// <m:type> /// - /// + /// public partial class FractionProperties : OpenXmlCompositeElement { /// @@ -7931,9 +7931,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Fraction type. /// Represents the following element tag in the schema: m:type. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.FractionType? FractionType { get => GetElement(); @@ -7944,9 +7944,9 @@ public DocumentFormat.OpenXml.Math.FractionType? FractionType /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -7962,12 +7962,12 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:funcPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// - /// + /// public partial class FunctionProperties : OpenXmlCompositeElement { /// @@ -8016,9 +8016,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -8034,7 +8034,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:groupChrPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:chr> @@ -8042,7 +8042,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// <m:pos> /// <m:vertJc> /// - /// + /// public partial class GroupCharProperties : OpenXmlCompositeElement { /// @@ -8097,9 +8097,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Group Character (Grouping Character). /// Represents the following element tag in the schema: m:chr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.AccentChar? AccentChar { get => GetElement(); @@ -8110,9 +8110,9 @@ public DocumentFormat.OpenXml.Math.AccentChar? AccentChar /// Position (Group Character). /// Represents the following element tag in the schema: m:pos. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Position? Position { get => GetElement(); @@ -8123,9 +8123,9 @@ public DocumentFormat.OpenXml.Math.Position? Position /// Vertical Justification. /// Represents the following element tag in the schema: m:vertJc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.VerticalJustification? VerticalJustification { get => GetElement(); @@ -8136,9 +8136,9 @@ public DocumentFormat.OpenXml.Math.VerticalJustification? VerticalJustification /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -8154,12 +8154,12 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:limLowPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// - /// + /// public partial class LimitLowerProperties : OpenXmlCompositeElement { /// @@ -8208,9 +8208,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -8226,12 +8226,12 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:limUppPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// - /// + /// public partial class LimitUpperProperties : OpenXmlCompositeElement { /// @@ -8280,9 +8280,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -8311,9 +8311,9 @@ public MatrixColumnCount() : base() /// val /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public IntegerValue? Val { get => GetAttribute(); @@ -8354,9 +8354,9 @@ public MatrixColumnJustification() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -8383,13 +8383,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:mcPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:count> /// <m:mcJc> /// - /// + /// public partial class MatrixColumnProperties : OpenXmlCompositeElement { /// @@ -8440,9 +8440,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Matrix Column Count. /// Represents the following element tag in the schema: m:count. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.MatrixColumnCount? MatrixColumnCount { get => GetElement(); @@ -8453,9 +8453,9 @@ public DocumentFormat.OpenXml.Math.MatrixColumnCount? MatrixColumnCount /// Matrix Column Justification. /// Represents the following element tag in the schema: m:mcJc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.MatrixColumnJustification? MatrixColumnJustification { get => GetElement(); @@ -8471,12 +8471,12 @@ public DocumentFormat.OpenXml.Math.MatrixColumnJustification? MatrixColumnJustif /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:mc. /// - /// + /// /// The following table lists the possible child types: /// /// <m:mcPr> /// - /// + /// public partial class MatrixColumn : OpenXmlCompositeElement { /// @@ -8525,9 +8525,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Matrix Column Properties. /// Represents the following element tag in the schema: m:mcPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.MatrixColumnProperties? MatrixColumnProperties { get => GetElement(); @@ -8748,9 +8748,9 @@ protected TwipsMeasureType() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public UInt32Value? Val { get => GetAttribute(); @@ -8774,12 +8774,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:mcs. /// - /// + /// /// The following table lists the possible child types: /// /// <m:mc> /// - /// + /// public partial class MatrixColumns : OpenXmlCompositeElement { /// @@ -8833,7 +8833,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:mPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> @@ -8846,7 +8846,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <m:cGp> /// <m:baseJc> /// - /// + /// public partial class MatrixProperties : OpenXmlCompositeElement { /// @@ -8911,9 +8911,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Matrix Base Justification. /// Represents the following element tag in the schema: m:baseJc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.BaseJustification? BaseJustification { get => GetElement(); @@ -8924,9 +8924,9 @@ public DocumentFormat.OpenXml.Math.BaseJustification? BaseJustification /// Hide Placeholders (Matrix). /// Represents the following element tag in the schema: m:plcHide. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.HidePlaceholder? HidePlaceholder { get => GetElement(); @@ -8937,9 +8937,9 @@ public DocumentFormat.OpenXml.Math.HidePlaceholder? HidePlaceholder /// Row Spacing Rule. /// Represents the following element tag in the schema: m:rSpRule. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.RowSpacingRule? RowSpacingRule { get => GetElement(); @@ -8950,9 +8950,9 @@ public DocumentFormat.OpenXml.Math.RowSpacingRule? RowSpacingRule /// Matrix Column Gap Rule. /// Represents the following element tag in the schema: m:cGpRule. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ColumnGapRule? ColumnGapRule { get => GetElement(); @@ -8963,9 +8963,9 @@ public DocumentFormat.OpenXml.Math.ColumnGapRule? ColumnGapRule /// Row Spacing (Matrix). /// Represents the following element tag in the schema: m:rSp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.RowSpacing? RowSpacing { get => GetElement(); @@ -8976,9 +8976,9 @@ public DocumentFormat.OpenXml.Math.RowSpacing? RowSpacing /// Matrix Column Spacing. /// Represents the following element tag in the schema: m:cSp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ColumnSpacing? ColumnSpacing { get => GetElement(); @@ -8989,9 +8989,9 @@ public DocumentFormat.OpenXml.Math.ColumnSpacing? ColumnSpacing /// Matrix Column Gap. /// Represents the following element tag in the schema: m:cGp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ColumnGap? ColumnGap { get => GetElement(); @@ -9002,9 +9002,9 @@ public DocumentFormat.OpenXml.Math.ColumnGap? ColumnGap /// Matrix Columns. /// Represents the following element tag in the schema: m:mcs. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.MatrixColumns? MatrixColumns { get => GetElement(); @@ -9015,9 +9015,9 @@ public DocumentFormat.OpenXml.Math.MatrixColumns? MatrixColumns /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -9033,12 +9033,12 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:mr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:e> /// - /// + /// public partial class MatrixRow : OpenXmlCompositeElement { /// @@ -9177,9 +9177,9 @@ protected LimitLocationType() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -9202,7 +9202,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:naryPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:chr> @@ -9212,7 +9212,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <m:subHide> /// <m:supHide> /// - /// + /// public partial class NaryProperties : OpenXmlCompositeElement { /// @@ -9271,9 +9271,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// n-ary Operator Character. /// Represents the following element tag in the schema: m:chr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.AccentChar? AccentChar { get => GetElement(); @@ -9284,9 +9284,9 @@ public DocumentFormat.OpenXml.Math.AccentChar? AccentChar /// n-ary Limit Location. /// Represents the following element tag in the schema: m:limLoc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.LimitLocation? LimitLocation { get => GetElement(); @@ -9297,9 +9297,9 @@ public DocumentFormat.OpenXml.Math.LimitLocation? LimitLocation /// n-ary Grow. /// Represents the following element tag in the schema: m:grow. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.GrowOperators? GrowOperators { get => GetElement(); @@ -9310,9 +9310,9 @@ public DocumentFormat.OpenXml.Math.GrowOperators? GrowOperators /// Hide Subscript (n-ary). /// Represents the following element tag in the schema: m:subHide. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.HideSubArgument? HideSubArgument { get => GetElement(); @@ -9323,9 +9323,9 @@ public DocumentFormat.OpenXml.Math.HideSubArgument? HideSubArgument /// Hide Superscript (n-ary). /// Represents the following element tag in the schema: m:supHide. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.HideSuperArgument? HideSuperArgument { get => GetElement(); @@ -9336,9 +9336,9 @@ public DocumentFormat.OpenXml.Math.HideSuperArgument? HideSuperArgument /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -9354,7 +9354,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:phantPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> @@ -9364,7 +9364,7 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// <m:zeroDesc> /// <m:transp> /// - /// + /// public partial class PhantomProperties : OpenXmlCompositeElement { /// @@ -9423,9 +9423,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Phantom Show. /// Represents the following element tag in the schema: m:show. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ShowPhantom? ShowPhantom { get => GetElement(); @@ -9436,9 +9436,9 @@ public DocumentFormat.OpenXml.Math.ShowPhantom? ShowPhantom /// Phantom Zero Width. /// Represents the following element tag in the schema: m:zeroWid. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ZeroWidth? ZeroWidth { get => GetElement(); @@ -9449,9 +9449,9 @@ public DocumentFormat.OpenXml.Math.ZeroWidth? ZeroWidth /// Phantom Zero Ascent. /// Represents the following element tag in the schema: m:zeroAsc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ZeroAscent? ZeroAscent { get => GetElement(); @@ -9462,9 +9462,9 @@ public DocumentFormat.OpenXml.Math.ZeroAscent? ZeroAscent /// Phantom Zero Descent. /// Represents the following element tag in the schema: m:zeroDesc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ZeroDescent? ZeroDescent { get => GetElement(); @@ -9475,9 +9475,9 @@ public DocumentFormat.OpenXml.Math.ZeroDescent? ZeroDescent /// Transparent (Phantom). /// Represents the following element tag in the schema: m:transp. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Transparent? Transparent { get => GetElement(); @@ -9488,9 +9488,9 @@ public DocumentFormat.OpenXml.Math.Transparent? Transparent /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -9506,13 +9506,13 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:radPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// <m:degHide> /// - /// + /// public partial class RadicalProperties : OpenXmlCompositeElement { /// @@ -9563,9 +9563,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hide Degree. /// Represents the following element tag in the schema: m:degHide. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.HideDegree? HideDegree { get => GetElement(); @@ -9576,9 +9576,9 @@ public DocumentFormat.OpenXml.Math.HideDegree? HideDegree /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -9594,12 +9594,12 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sPrePr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// - /// + /// public partial class PreSubSuperProperties : OpenXmlCompositeElement { /// @@ -9648,9 +9648,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -9666,12 +9666,12 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sSubPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// - /// + /// public partial class SubscriptProperties : OpenXmlCompositeElement { /// @@ -9720,9 +9720,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -9738,13 +9738,13 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sSubSupPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// <m:alnScr> /// - /// + /// public partial class SubSuperscriptProperties : OpenXmlCompositeElement { /// @@ -9795,9 +9795,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Align Scripts. /// Represents the following element tag in the schema: m:alnScr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.AlignScripts? AlignScripts { get => GetElement(); @@ -9808,9 +9808,9 @@ public DocumentFormat.OpenXml.Math.AlignScripts? AlignScripts /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -9826,12 +9826,12 @@ public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:sSupPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:ctrlPr> /// - /// + /// public partial class SuperscriptProperties : OpenXmlCompositeElement { /// @@ -9880,9 +9880,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ControlProperties. /// Represents the following element tag in the schema: m:ctrlPr. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ControlProperties? ControlProperties { get => GetElement(); @@ -9911,9 +9911,9 @@ public ArgumentSize() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public IntegerValue? Val { get => GetAttribute(); @@ -9941,12 +9941,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:argPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:argSz> /// - /// + /// public partial class ArgumentProperties : OpenXmlCompositeElement { /// @@ -9995,9 +9995,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Argument Size. /// Represents the following element tag in the schema: m:argSz. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.ArgumentSize? ArgumentSize { get => GetElement(); @@ -10074,9 +10074,9 @@ protected OfficeMathJustificationType() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -10112,9 +10112,9 @@ public MathFont() : base() /// val /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public StringValue? Val { get => GetAttribute(); @@ -10155,9 +10155,9 @@ public BreakBinary() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -10194,9 +10194,9 @@ public BreakBinarySubtraction() : base() /// Value /// Represents the following attribute in the schema: m:val /// - /// + /// /// xmlns:m=http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -10224,12 +10224,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is m:oMathParaPr. /// - /// + /// /// The following table lists the possible child types: /// /// <m:jc> /// - /// + /// public partial class ParagraphProperties : OpenXmlCompositeElement { /// @@ -10278,9 +10278,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Justification. /// Represents the following element tag in the schema: m:jc. /// - /// + /// /// xmlns:m = http://schemas.openxmlformats.org/officeDocument/2006/math - /// + /// public DocumentFormat.OpenXml.Math.Justification? Justification { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_presentationml_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_presentationml_2006_main.g.cs index 55887ae8b..4afa76182 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_presentationml_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_presentationml_2006_main.g.cs @@ -664,12 +664,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:clrMap. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// - /// + /// public partial class ColorMap : OpenXmlCompositeElement { /// @@ -899,9 +899,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -917,13 +917,13 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:clrMapOvr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:overrideClrMapping> /// <a:masterClrMapping> /// - /// + /// public partial class ColorMapOverride : OpenXmlCompositeElement { /// @@ -977,9 +977,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Master Color Mapping. /// Represents the following element tag in the schema: a:masterClrMapping. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.MasterColorMapping? MasterColorMapping { get => GetElement(); @@ -990,9 +990,9 @@ public DocumentFormat.OpenXml.Drawing.MasterColorMapping? MasterColorMapping /// Override Color Mapping. /// Represents the following element tag in the schema: a:overrideClrMapping. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.OverrideColorMapping? OverrideColorMapping { get => GetElement(); @@ -1008,7 +1008,7 @@ public DocumentFormat.OpenXml.Drawing.OverrideColorMapping? OverrideColorMapping /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:bgPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -1020,7 +1020,7 @@ public DocumentFormat.OpenXml.Drawing.OverrideColorMapping? OverrideColorMapping /// <a:solidFill> /// <p:extLst> /// - /// + /// public partial class BackgroundProperties : OpenXmlCompositeElement { /// @@ -1112,7 +1112,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:bgRef. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -1122,7 +1122,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class BackgroundStyleReference : OpenXmlCompositeElement { /// @@ -1202,9 +1202,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -1215,9 +1215,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -1228,9 +1228,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -1241,9 +1241,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -1254,9 +1254,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -1267,9 +1267,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -1285,13 +1285,13 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p223:reactions> /// <p228:taskDetails> /// - /// + /// public partial class CommentPropertiesExtension : OpenXmlCompositeElement { /// @@ -1343,9 +1343,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TaskDetails, this property is only available in Microsoft365 and later.. /// Represents the following element tag in the schema: p228:taskDetails. /// - /// + /// /// xmlns:p228 = http://schemas.microsoft.com/office/powerpoint/2022/08/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskDetails? TaskDetails { get => GetElement(); @@ -1356,9 +1356,9 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M08.Main.TaskDetails? Task /// Reactions, this property is only available in Microsoft365 and later.. /// Represents the following element tag in the schema: p223:reactions. /// - /// + /// /// xmlns:p223 = http://schemas.microsoft.com/office/powerpoint/2022/03/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reactions? Reactions { get => GetElement(); @@ -1374,12 +1374,12 @@ public DocumentFormat.OpenXml.Office.PowerPoint.Y2022.M03.Main.Reactions? Reacti /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cmAuthorLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cmAuthor> /// - /// + /// public partial class CommentAuthorList : OpenXmlPartRootElement { /// @@ -1464,12 +1464,12 @@ public CommentAuthorsPart? CommentAuthorsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cmLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cm> /// - /// + /// public partial class CommentList : OpenXmlPartRootElement { /// @@ -1554,14 +1554,14 @@ public SlideCommentsPart? SlideCommentsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:oleObj. /// - /// + /// /// The following table lists the possible child types: /// /// <p:embed> /// <p:link> /// <p:pic> /// - /// + /// public partial class OleObject : OpenXmlCompositeElement { /// @@ -1629,9 +1629,9 @@ public BooleanValue? ShowAsIcon /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1713,7 +1713,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:presentation. /// - /// + /// /// The following table lists the possible child types: /// /// <p:notesSz> @@ -1731,7 +1731,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:sldMasterIdLst> /// <p:sldSz> /// - /// + /// public partial class Presentation : OpenXmlPartRootElement { /// @@ -1943,9 +1943,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SlideMasterIdList. /// Represents the following element tag in the schema: p:sldMasterIdLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideMasterIdList? SlideMasterIdList { get => GetElement(); @@ -1956,9 +1956,9 @@ public DocumentFormat.OpenXml.Presentation.SlideMasterIdList? SlideMasterIdList /// NotesMasterIdList. /// Represents the following element tag in the schema: p:notesMasterIdLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NotesMasterIdList? NotesMasterIdList { get => GetElement(); @@ -1969,9 +1969,9 @@ public DocumentFormat.OpenXml.Presentation.NotesMasterIdList? NotesMasterIdList /// HandoutMasterIdList. /// Represents the following element tag in the schema: p:handoutMasterIdLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HandoutMasterIdList? HandoutMasterIdList { get => GetElement(); @@ -1982,9 +1982,9 @@ public DocumentFormat.OpenXml.Presentation.HandoutMasterIdList? HandoutMasterIdL /// SlideIdList. /// Represents the following element tag in the schema: p:sldIdLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideIdList? SlideIdList { get => GetElement(); @@ -1995,9 +1995,9 @@ public DocumentFormat.OpenXml.Presentation.SlideIdList? SlideIdList /// SlideSize. /// Represents the following element tag in the schema: p:sldSz. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideSize? SlideSize { get => GetElement(); @@ -2008,9 +2008,9 @@ public DocumentFormat.OpenXml.Presentation.SlideSize? SlideSize /// NotesSize. /// Represents the following element tag in the schema: p:notesSz. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NotesSize? NotesSize { get => GetElement(); @@ -2021,9 +2021,9 @@ public DocumentFormat.OpenXml.Presentation.NotesSize? NotesSize /// EmbeddedFontList. /// Represents the following element tag in the schema: p:embeddedFontLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.EmbeddedFontList? EmbeddedFontList { get => GetElement(); @@ -2034,9 +2034,9 @@ public DocumentFormat.OpenXml.Presentation.EmbeddedFontList? EmbeddedFontList /// CustomShowList. /// Represents the following element tag in the schema: p:custShowLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CustomShowList? CustomShowList { get => GetElement(); @@ -2047,9 +2047,9 @@ public DocumentFormat.OpenXml.Presentation.CustomShowList? CustomShowList /// PhotoAlbum. /// Represents the following element tag in the schema: p:photoAlbum. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.PhotoAlbum? PhotoAlbum { get => GetElement(); @@ -2060,9 +2060,9 @@ public DocumentFormat.OpenXml.Presentation.PhotoAlbum? PhotoAlbum /// CustomerDataList. /// Represents the following element tag in the schema: p:custDataLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CustomerDataList? CustomerDataList { get => GetElement(); @@ -2073,9 +2073,9 @@ public DocumentFormat.OpenXml.Presentation.CustomerDataList? CustomerDataList /// Kinsoku. /// Represents the following element tag in the schema: p:kinsoku. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Kinsoku? Kinsoku { get => GetElement(); @@ -2086,9 +2086,9 @@ public DocumentFormat.OpenXml.Presentation.Kinsoku? Kinsoku /// DefaultTextStyle. /// Represents the following element tag in the schema: p:defaultTextStyle. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.DefaultTextStyle? DefaultTextStyle { get => GetElement(); @@ -2099,9 +2099,9 @@ public DocumentFormat.OpenXml.Presentation.DefaultTextStyle? DefaultTextStyle /// ModificationVerifier. /// Represents the following element tag in the schema: p:modifyVerifier. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ModificationVerifier? ModificationVerifier { get => GetElement(); @@ -2112,9 +2112,9 @@ public DocumentFormat.OpenXml.Presentation.ModificationVerifier? ModificationVer /// PresentationExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.PresentationExtensionList? PresentationExtensionList { get => GetElement(); @@ -2161,7 +2161,7 @@ public PresentationPart? PresentationPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:presentationPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrMru> @@ -2171,7 +2171,7 @@ public PresentationPart? PresentationPart /// <p:showPr> /// <p:webPr> /// - /// + /// public partial class PresentationProperties : OpenXmlPartRootElement { /// @@ -2230,9 +2230,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// HTML Publishing Properties. /// Represents the following element tag in the schema: p:htmlPubPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HtmlPublishProperties? HtmlPublishProperties { get => GetElement(); @@ -2243,9 +2243,9 @@ public DocumentFormat.OpenXml.Presentation.HtmlPublishProperties? HtmlPublishPro /// Web Properties. /// Represents the following element tag in the schema: p:webPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.WebProperties? WebProperties { get => GetElement(); @@ -2256,9 +2256,9 @@ public DocumentFormat.OpenXml.Presentation.WebProperties? WebProperties /// PrintingProperties. /// Represents the following element tag in the schema: p:prnPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.PrintingProperties? PrintingProperties { get => GetElement(); @@ -2269,9 +2269,9 @@ public DocumentFormat.OpenXml.Presentation.PrintingProperties? PrintingPropertie /// ShowProperties. /// Represents the following element tag in the schema: p:showPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShowProperties? ShowProperties { get => GetElement(); @@ -2282,9 +2282,9 @@ public DocumentFormat.OpenXml.Presentation.ShowProperties? ShowProperties /// ColorMostRecentlyUsed. /// Represents the following element tag in the schema: p:clrMru. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed? ColorMostRecentlyUsed { get => GetElement(); @@ -2295,9 +2295,9 @@ public DocumentFormat.OpenXml.Presentation.ColorMostRecentlyUsed? ColorMostRecen /// PresentationPropertiesExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.PresentationPropertiesExtensionList? PresentationPropertiesExtensionList { get => GetElement(); @@ -2344,7 +2344,7 @@ public PresentationPropertiesPart? PresentationPropertiesPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sld. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrMapOvr> @@ -2353,7 +2353,7 @@ public PresentationPropertiesPart? PresentationPropertiesPart /// <p:timing> /// <p:transition> /// - /// + /// public partial class Slide : OpenXmlPartRootElement { /// @@ -2451,9 +2451,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common slide data for slides. /// Represents the following element tag in the schema: p:cSld. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData { get => GetElement(); @@ -2464,9 +2464,9 @@ public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData /// Color Scheme Map Override. /// Represents the following element tag in the schema: p:clrMapOvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ColorMapOverride? ColorMapOverride { get => GetElement(); @@ -2477,9 +2477,9 @@ public DocumentFormat.OpenXml.Presentation.ColorMapOverride? ColorMapOverride /// Slide Transition. /// Represents the following element tag in the schema: p:transition. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Transition? Transition { get => GetElement(); @@ -2490,9 +2490,9 @@ public DocumentFormat.OpenXml.Presentation.Transition? Transition /// Slide Timing Information for a Slide. /// Represents the following element tag in the schema: p:timing. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Timing? Timing { get => GetElement(); @@ -2503,9 +2503,9 @@ public DocumentFormat.OpenXml.Presentation.Timing? Timing /// SlideExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideExtensionList? SlideExtensionList { get => GetElement(); @@ -2552,7 +2552,7 @@ public SlidePart? SlidePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldLayout. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrMapOvr> @@ -2562,7 +2562,7 @@ public SlidePart? SlidePart /// <p:timing> /// <p:transition> /// - /// + /// public partial class SlideLayout : OpenXmlPartRootElement { /// @@ -2697,9 +2697,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonSlideData. /// Represents the following element tag in the schema: p:cSld. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData { get => GetElement(); @@ -2710,9 +2710,9 @@ public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData /// Color Scheme Map Override. /// Represents the following element tag in the schema: p:clrMapOvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ColorMapOverride? ColorMapOverride { get => GetElement(); @@ -2723,9 +2723,9 @@ public DocumentFormat.OpenXml.Presentation.ColorMapOverride? ColorMapOverride /// Transition. /// Represents the following element tag in the schema: p:transition. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Transition? Transition { get => GetElement(); @@ -2736,9 +2736,9 @@ public DocumentFormat.OpenXml.Presentation.Transition? Transition /// Timing. /// Represents the following element tag in the schema: p:timing. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Timing? Timing { get => GetElement(); @@ -2749,9 +2749,9 @@ public DocumentFormat.OpenXml.Presentation.Timing? Timing /// HeaderFooter. /// Represents the following element tag in the schema: p:hf. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HeaderFooter? HeaderFooter { get => GetElement(); @@ -2762,9 +2762,9 @@ public DocumentFormat.OpenXml.Presentation.HeaderFooter? HeaderFooter /// SlideLayoutExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideLayoutExtensionList? SlideLayoutExtensionList { get => GetElement(); @@ -2811,7 +2811,7 @@ public SlideLayoutPart? SlideLayoutPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldMaster. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrMap> @@ -2823,7 +2823,7 @@ public SlideLayoutPart? SlideLayoutPart /// <p:timing> /// <p:transition> /// - /// + /// public partial class SlideMaster : OpenXmlPartRootElement { /// @@ -2904,9 +2904,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonSlideData. /// Represents the following element tag in the schema: p:cSld. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData { get => GetElement(); @@ -2917,9 +2917,9 @@ public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData /// Color Scheme Map. /// Represents the following element tag in the schema: p:clrMap. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ColorMap? ColorMap { get => GetElement(); @@ -2930,9 +2930,9 @@ public DocumentFormat.OpenXml.Presentation.ColorMap? ColorMap /// SlideLayoutIdList. /// Represents the following element tag in the schema: p:sldLayoutIdLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideLayoutIdList? SlideLayoutIdList { get => GetElement(); @@ -2943,9 +2943,9 @@ public DocumentFormat.OpenXml.Presentation.SlideLayoutIdList? SlideLayoutIdList /// Transition. /// Represents the following element tag in the schema: p:transition. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Transition? Transition { get => GetElement(); @@ -2956,9 +2956,9 @@ public DocumentFormat.OpenXml.Presentation.Transition? Transition /// Timing. /// Represents the following element tag in the schema: p:timing. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Timing? Timing { get => GetElement(); @@ -2969,9 +2969,9 @@ public DocumentFormat.OpenXml.Presentation.Timing? Timing /// HeaderFooter. /// Represents the following element tag in the schema: p:hf. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HeaderFooter? HeaderFooter { get => GetElement(); @@ -2982,9 +2982,9 @@ public DocumentFormat.OpenXml.Presentation.HeaderFooter? HeaderFooter /// TextStyles. /// Represents the following element tag in the schema: p:txStyles. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TextStyles? TextStyles { get => GetElement(); @@ -2995,9 +2995,9 @@ public DocumentFormat.OpenXml.Presentation.TextStyles? TextStyles /// SlideMasterExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideMasterExtensionList? SlideMasterExtensionList { get => GetElement(); @@ -3044,7 +3044,7 @@ public SlideMasterPart? SlideMasterPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:handoutMaster. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrMap> @@ -3052,7 +3052,7 @@ public SlideMasterPart? SlideMasterPart /// <p:extLst> /// <p:hf> /// - /// + /// public partial class HandoutMaster : OpenXmlPartRootElement { /// @@ -3113,9 +3113,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonSlideData. /// Represents the following element tag in the schema: p:cSld. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData { get => GetElement(); @@ -3126,9 +3126,9 @@ public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData /// Color Scheme Map. /// Represents the following element tag in the schema: p:clrMap. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ColorMap? ColorMap { get => GetElement(); @@ -3139,9 +3139,9 @@ public DocumentFormat.OpenXml.Presentation.ColorMap? ColorMap /// HeaderFooter. /// Represents the following element tag in the schema: p:hf. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HeaderFooter? HeaderFooter { get => GetElement(); @@ -3152,9 +3152,9 @@ public DocumentFormat.OpenXml.Presentation.HeaderFooter? HeaderFooter /// HandoutMasterExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HandoutMasterExtensionList? HandoutMasterExtensionList { get => GetElement(); @@ -3201,7 +3201,7 @@ public HandoutMasterPart? HandoutMasterPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:notesMaster. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrMap> @@ -3210,7 +3210,7 @@ public HandoutMasterPart? HandoutMasterPart /// <p:hf> /// <p:extLst> /// - /// + /// public partial class NotesMaster : OpenXmlPartRootElement { /// @@ -3273,9 +3273,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonSlideData. /// Represents the following element tag in the schema: p:cSld. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData { get => GetElement(); @@ -3286,9 +3286,9 @@ public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData /// Color Scheme Map. /// Represents the following element tag in the schema: p:clrMap. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ColorMap? ColorMap { get => GetElement(); @@ -3299,9 +3299,9 @@ public DocumentFormat.OpenXml.Presentation.ColorMap? ColorMap /// HeaderFooter. /// Represents the following element tag in the schema: p:hf. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HeaderFooter? HeaderFooter { get => GetElement(); @@ -3312,9 +3312,9 @@ public DocumentFormat.OpenXml.Presentation.HeaderFooter? HeaderFooter /// NotesStyle. /// Represents the following element tag in the schema: p:notesStyle. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NotesStyle? NotesStyle { get => GetElement(); @@ -3325,9 +3325,9 @@ public DocumentFormat.OpenXml.Presentation.NotesStyle? NotesStyle /// NotesMasterExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NotesMasterExtensionList? NotesMasterExtensionList { get => GetElement(); @@ -3374,14 +3374,14 @@ public NotesMasterPart? NotesMasterPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:notes. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrMapOvr> /// <p:cSld> /// <p:extLst> /// - /// + /// public partial class NotesSlide : OpenXmlPartRootElement { /// @@ -3463,9 +3463,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common slide data for notes slides. /// Represents the following element tag in the schema: p:cSld. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData { get => GetElement(); @@ -3476,9 +3476,9 @@ public DocumentFormat.OpenXml.Presentation.CommonSlideData? CommonSlideData /// Color Scheme Map Override. /// Represents the following element tag in the schema: p:clrMapOvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ColorMapOverride? ColorMapOverride { get => GetElement(); @@ -3489,9 +3489,9 @@ public DocumentFormat.OpenXml.Presentation.ColorMapOverride? ColorMapOverride /// ExtensionListWithModification. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? ExtensionListWithModification { get => GetElement(); @@ -3538,12 +3538,12 @@ public NotesSlidePart? NotesSlidePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldSyncPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class SlideSyncProperties : OpenXmlPartRootElement { /// @@ -3635,9 +3635,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -3684,12 +3684,12 @@ public SlideSyncDataPart? SlideSyncDataPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:tagLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tag> /// - /// + /// public partial class TagList : OpenXmlPartRootElement { /// @@ -3774,7 +3774,7 @@ public UserDefinedTagsPart? UserDefinedTagsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:viewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:gridSpacing> @@ -3786,7 +3786,7 @@ public UserDefinedTagsPart? UserDefinedTagsPart /// <p:sorterViewPr> /// <p:slideViewPr> /// - /// + /// public partial class ViewProperties : OpenXmlPartRootElement { /// @@ -3875,9 +3875,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Normal View Properties. /// Represents the following element tag in the schema: p:normalViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NormalViewProperties? NormalViewProperties { get => GetElement(); @@ -3888,9 +3888,9 @@ public DocumentFormat.OpenXml.Presentation.NormalViewProperties? NormalViewPrope /// Slide View Properties. /// Represents the following element tag in the schema: p:slideViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideViewProperties? SlideViewProperties { get => GetElement(); @@ -3901,9 +3901,9 @@ public DocumentFormat.OpenXml.Presentation.SlideViewProperties? SlideViewPropert /// Outline View Properties. /// Represents the following element tag in the schema: p:outlineViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.OutlineViewProperties? OutlineViewProperties { get => GetElement(); @@ -3914,9 +3914,9 @@ public DocumentFormat.OpenXml.Presentation.OutlineViewProperties? OutlineViewPro /// Notes Text View Properties. /// Represents the following element tag in the schema: p:notesTextViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NotesTextViewProperties? NotesTextViewProperties { get => GetElement(); @@ -3927,9 +3927,9 @@ public DocumentFormat.OpenXml.Presentation.NotesTextViewProperties? NotesTextVie /// Slide Sorter View Properties. /// Represents the following element tag in the schema: p:sorterViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SorterViewProperties? SorterViewProperties { get => GetElement(); @@ -3940,9 +3940,9 @@ public DocumentFormat.OpenXml.Presentation.SorterViewProperties? SorterViewPrope /// Notes View Properties. /// Represents the following element tag in the schema: p:notesViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NotesViewProperties? NotesViewProperties { get => GetElement(); @@ -3953,9 +3953,9 @@ public DocumentFormat.OpenXml.Presentation.NotesViewProperties? NotesViewPropert /// Grid Spacing. /// Represents the following element tag in the schema: p:gridSpacing. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.GridSpacing? GridSpacing { get => GetElement(); @@ -3966,9 +3966,9 @@ public DocumentFormat.OpenXml.Presentation.GridSpacing? GridSpacing /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -4015,14 +4015,14 @@ public ViewPropertiesPart? ViewPropertiesPart /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is p:contentPart. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:xfrm> /// <p14:extLst> /// <p14:nvContentPartPr> /// - /// + /// public partial class ContentPart : OpenXmlCompositeElement { /// @@ -4060,9 +4060,9 @@ public ContentPart(string outerXml) : base(outerXml) /// bwMode, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: p14:bwMode /// - /// + /// /// xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public EnumValue? BwMode { get => GetAttribute>(); @@ -4073,9 +4073,9 @@ public EnumValue? BwMode /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -4112,9 +4112,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualContentPartProperties. /// Represents the following element tag in the schema: p14:nvContentPartPr. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperties? NonVisualContentPartProperties { get => GetElement(); @@ -4125,9 +4125,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.NonVisualContentPartProperti /// Transform2D. /// Represents the following element tag in the schema: p14:xfrm. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D? Transform2D { get => GetElement(); @@ -4138,9 +4138,9 @@ public DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D? Transform2D /// ExtensionListModify. /// Represents the following element tag in the schema: p14:extLst. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.ExtensionListModify? ExtensionListModify { get => GetElement(); @@ -4217,9 +4217,9 @@ protected EmbeddedWavAudioFileType() : base() /// Embedded Audio File Relationship ID /// Represents the following attribute in the schema: r:embed /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Embed { get => GetAttribute(); @@ -4264,12 +4264,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:stSnd. /// - /// + /// /// The following table lists the possible child types: /// /// <p:snd> /// - /// + /// public partial class StartSoundAction : OpenXmlCompositeElement { /// @@ -4330,9 +4330,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Sound. /// Represents the following element tag in the schema: p:snd. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Sound? Sound { get => GetElement(); @@ -4438,7 +4438,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:tgtEl. /// - /// + /// /// The following table lists the possible child types: /// /// <p:sndTgt> @@ -4447,7 +4447,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:inkTgt> /// <p14:bmkTgt> /// - /// + /// public partial class TargetElement : OpenXmlCompositeElement { /// @@ -4504,9 +4504,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Slide Target. /// Represents the following element tag in the schema: p:sldTgt. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideTarget? SlideTarget { get => GetElement(); @@ -4517,9 +4517,9 @@ public DocumentFormat.OpenXml.Presentation.SlideTarget? SlideTarget /// Sound Target. /// Represents the following element tag in the schema: p:sndTgt. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SoundTarget? SoundTarget { get => GetElement(); @@ -4530,9 +4530,9 @@ public DocumentFormat.OpenXml.Presentation.SoundTarget? SoundTarget /// Shape Target. /// Represents the following element tag in the schema: p:spTgt. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShapeTarget? ShapeTarget { get => GetElement(); @@ -4543,9 +4543,9 @@ public DocumentFormat.OpenXml.Presentation.ShapeTarget? ShapeTarget /// Ink Target. /// Represents the following element tag in the schema: p:inkTgt. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.InkTarget? InkTarget { get => GetElement(); @@ -4556,9 +4556,9 @@ public DocumentFormat.OpenXml.Presentation.InkTarget? InkTarget /// BookmarkTarget, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: p14:bmkTgt. /// - /// + /// /// xmlns:p14 = http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public DocumentFormat.OpenXml.Office2010.PowerPoint.BookmarkTarget? BookmarkTarget { get => GetElement(); @@ -4653,14 +4653,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cond. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tgtEl> /// <p:rtn> /// <p:tn> /// - /// + /// public partial class Condition : TimeListConditionalType { /// @@ -4715,14 +4715,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:endSync. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tgtEl> /// <p:rtn> /// <p:tn> /// - /// + /// public partial class EndSync : TimeListConditionalType { /// @@ -4777,14 +4777,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tgtEl> /// <p:rtn> /// <p:tn> /// - /// + /// public abstract partial class TimeListConditionalType : OpenXmlCompositeElement { /// @@ -4868,9 +4868,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Target Element Trigger Choice. /// Represents the following element tag in the schema: p:tgtEl. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TargetElement? TargetElement { get => GetElement(); @@ -4881,9 +4881,9 @@ public DocumentFormat.OpenXml.Presentation.TargetElement? TargetElement /// Time Node. /// Represents the following element tag in the schema: p:tn. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TimeNode? TimeNode { get => GetElement(); @@ -4894,9 +4894,9 @@ public DocumentFormat.OpenXml.Presentation.TimeNode? TimeNode /// Runtime Node Trigger Choice. /// Represents the following element tag in the schema: p:rtn. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger? RuntimeNodeTrigger { get => GetElement(); @@ -4909,12 +4909,12 @@ public DocumentFormat.OpenXml.Presentation.RuntimeNodeTrigger? RuntimeNodeTrigge /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:par. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cTn> /// - /// + /// public partial class ParallelTimeNode : OpenXmlCompositeElement { /// @@ -4963,9 +4963,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Parallel TimeNode. /// Represents the following element tag in the schema: p:cTn. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode { get => GetElement(); @@ -4981,14 +4981,14 @@ public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:seq. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cTn> /// <p:prevCondLst> /// <p:nextCondLst> /// - /// + /// public partial class SequenceTimeNode : OpenXmlCompositeElement { /// @@ -5081,9 +5081,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common TimeNode Properties. /// Represents the following element tag in the schema: p:cTn. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode { get => GetElement(); @@ -5094,9 +5094,9 @@ public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode /// Previous Conditions List. /// Represents the following element tag in the schema: p:prevCondLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.PreviousConditionList? PreviousConditionList { get => GetElement(); @@ -5107,9 +5107,9 @@ public DocumentFormat.OpenXml.Presentation.PreviousConditionList? PreviousCondit /// Next Conditions List. /// Represents the following element tag in the schema: p:nextCondLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NextConditionList? NextConditionList { get => GetElement(); @@ -5125,12 +5125,12 @@ public DocumentFormat.OpenXml.Presentation.NextConditionList? NextConditionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:excl. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cTn> /// - /// + /// public partial class ExclusiveTimeNode : OpenXmlCompositeElement { /// @@ -5179,9 +5179,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common TimeNode Properties. /// Represents the following element tag in the schema: p:cTn. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode { get => GetElement(); @@ -5197,13 +5197,13 @@ public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:anim. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cBhvr> /// <p:tavLst> /// - /// + /// public partial class Animate : OpenXmlCompositeElement { /// @@ -5291,9 +5291,9 @@ public EnumValue? Val /// bounceEnd, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: p14:bounceEnd /// - /// + /// /// xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public Int32Value? BounceEnd { get => GetAttribute(); @@ -5334,9 +5334,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonBehavior. /// Represents the following element tag in the schema: p:cBhvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior { get => GetElement(); @@ -5347,9 +5347,9 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// TimeAnimateValueList. /// Represents the following element tag in the schema: p:tavLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? TimeAnimateValueList { get => GetElement(); @@ -5365,7 +5365,7 @@ public DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? TimeAnimateValu /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:animClr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:from> @@ -5373,7 +5373,7 @@ public DocumentFormat.OpenXml.Presentation.TimeAnimateValueList? TimeAnimateValu /// <p:by> /// <p:cBhvr> /// - /// + /// public partial class AnimateColor : OpenXmlCompositeElement { /// @@ -5457,9 +5457,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonBehavior. /// Represents the following element tag in the schema: p:cBhvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior { get => GetElement(); @@ -5470,9 +5470,9 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// By. /// Represents the following element tag in the schema: p:by. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ByColor? ByColor { get => GetElement(); @@ -5483,9 +5483,9 @@ public DocumentFormat.OpenXml.Presentation.ByColor? ByColor /// From. /// Represents the following element tag in the schema: p:from. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.FromColor? FromColor { get => GetElement(); @@ -5496,9 +5496,9 @@ public DocumentFormat.OpenXml.Presentation.FromColor? FromColor /// To. /// Represents the following element tag in the schema: p:to. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ToColor? ToColor { get => GetElement(); @@ -5514,13 +5514,13 @@ public DocumentFormat.OpenXml.Presentation.ToColor? ToColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:animEffect. /// - /// + /// /// The following table lists the possible child types: /// /// <p:progress> /// <p:cBhvr> /// - /// + /// public partial class AnimateEffect : OpenXmlCompositeElement { /// @@ -5608,9 +5608,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonBehavior. /// Represents the following element tag in the schema: p:cBhvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior { get => GetElement(); @@ -5621,9 +5621,9 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// Progress. /// Represents the following element tag in the schema: p:progress. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Progress? Progress { get => GetElement(); @@ -5639,7 +5639,7 @@ public DocumentFormat.OpenXml.Presentation.Progress? Progress /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:animMotion. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cBhvr> @@ -5648,7 +5648,7 @@ public DocumentFormat.OpenXml.Presentation.Progress? Progress /// <p:to> /// <p:rCtr> /// - /// + /// public partial class AnimateMotion : OpenXmlCompositeElement { /// @@ -5736,9 +5736,9 @@ public StringValue? PointTypes /// bounceEnd, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: p14:bounceEnd /// - /// + /// /// xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public Int32Value? BounceEnd { get => GetAttribute(); @@ -5786,9 +5786,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonBehavior. /// Represents the following element tag in the schema: p:cBhvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior { get => GetElement(); @@ -5799,9 +5799,9 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// ByPosition. /// Represents the following element tag in the schema: p:by. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ByPosition? ByPosition { get => GetElement(); @@ -5812,9 +5812,9 @@ public DocumentFormat.OpenXml.Presentation.ByPosition? ByPosition /// FromPosition. /// Represents the following element tag in the schema: p:from. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.FromPosition? FromPosition { get => GetElement(); @@ -5825,9 +5825,9 @@ public DocumentFormat.OpenXml.Presentation.FromPosition? FromPosition /// ToPosition. /// Represents the following element tag in the schema: p:to. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ToPosition? ToPosition { get => GetElement(); @@ -5838,9 +5838,9 @@ public DocumentFormat.OpenXml.Presentation.ToPosition? ToPosition /// RotationCenter. /// Represents the following element tag in the schema: p:rCtr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.RotationCenter? RotationCenter { get => GetElement(); @@ -5856,12 +5856,12 @@ public DocumentFormat.OpenXml.Presentation.RotationCenter? RotationCenter /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:animRot. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cBhvr> /// - /// + /// public partial class AnimateRotation : OpenXmlCompositeElement { /// @@ -5929,9 +5929,9 @@ public Int32Value? To /// bounceEnd, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: p14:bounceEnd /// - /// + /// /// xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public Int32Value? BounceEnd { get => GetAttribute(); @@ -5965,9 +5965,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonBehavior. /// Represents the following element tag in the schema: p:cBhvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior { get => GetElement(); @@ -5983,7 +5983,7 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:animScale. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cBhvr> @@ -5991,7 +5991,7 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// <p:from> /// <p:to> /// - /// + /// public partial class AnimateScale : OpenXmlCompositeElement { /// @@ -6039,9 +6039,9 @@ public BooleanValue? ZoomContents /// bounceEnd, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: p14:bounceEnd /// - /// + /// /// xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public Int32Value? BounceEnd { get => GetAttribute(); @@ -6076,9 +6076,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonBehavior. /// Represents the following element tag in the schema: p:cBhvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior { get => GetElement(); @@ -6089,9 +6089,9 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// ByPosition. /// Represents the following element tag in the schema: p:by. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ByPosition? ByPosition { get => GetElement(); @@ -6102,9 +6102,9 @@ public DocumentFormat.OpenXml.Presentation.ByPosition? ByPosition /// FromPosition. /// Represents the following element tag in the schema: p:from. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.FromPosition? FromPosition { get => GetElement(); @@ -6115,9 +6115,9 @@ public DocumentFormat.OpenXml.Presentation.FromPosition? FromPosition /// ToPosition. /// Represents the following element tag in the schema: p:to. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ToPosition? ToPosition { get => GetElement(); @@ -6133,12 +6133,12 @@ public DocumentFormat.OpenXml.Presentation.ToPosition? ToPosition /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cmd. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cBhvr> /// - /// + /// public partial class Command : OpenXmlCompositeElement { /// @@ -6213,9 +6213,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonBehavior. /// Represents the following element tag in the schema: p:cBhvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior { get => GetElement(); @@ -6231,13 +6231,13 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:set. /// - /// + /// /// The following table lists the possible child types: /// /// <p:to> /// <p:cBhvr> /// - /// + /// public partial class SetBehavior : OpenXmlCompositeElement { /// @@ -6288,9 +6288,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common Behavior. /// Represents the following element tag in the schema: p:cBhvr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior { get => GetElement(); @@ -6301,9 +6301,9 @@ public DocumentFormat.OpenXml.Presentation.CommonBehavior? CommonBehavior /// To. /// Represents the following element tag in the schema: p:to. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ToVariantValue? ToVariantValue { get => GetElement(); @@ -6319,12 +6319,12 @@ public DocumentFormat.OpenXml.Presentation.ToVariantValue? ToVariantValue /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:audio. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cMediaNode> /// - /// + /// public partial class Audio : OpenXmlCompositeElement { /// @@ -6385,9 +6385,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common Media Node Properties. /// Represents the following element tag in the schema: p:cMediaNode. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonMediaNode? CommonMediaNode { get => GetElement(); @@ -6403,12 +6403,12 @@ public DocumentFormat.OpenXml.Presentation.CommonMediaNode? CommonMediaNode /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:video. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cMediaNode> /// - /// + /// public partial class Video : OpenXmlCompositeElement { /// @@ -6469,9 +6469,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common Media Node Properties. /// Represents the following element tag in the schema: p:cMediaNode. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonMediaNode? CommonMediaNode { get => GetElement(); @@ -6487,7 +6487,7 @@ public DocumentFormat.OpenXml.Presentation.CommonMediaNode? CommonMediaNode /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cTn. /// - /// + /// /// The following table lists the possible child types: /// /// <p:childTnLst> @@ -6497,7 +6497,7 @@ public DocumentFormat.OpenXml.Presentation.CommonMediaNode? CommonMediaNode /// <p:stCondLst> /// <p:endCondLst> /// - /// + /// public partial class CommonTimeNode : OpenXmlCompositeElement { /// @@ -6765,9 +6765,9 @@ public BooleanValue? NodePlaceholder /// presetBounceEnd, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: p14:presetBounceEnd /// - /// + /// /// xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public Int32Value? PresetBounceEnd { get => GetAttribute(); @@ -6853,9 +6853,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// StartConditionList. /// Represents the following element tag in the schema: p:stCondLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.StartConditionList? StartConditionList { get => GetElement(); @@ -6866,9 +6866,9 @@ public DocumentFormat.OpenXml.Presentation.StartConditionList? StartConditionLis /// EndConditionList. /// Represents the following element tag in the schema: p:endCondLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.EndConditionList? EndConditionList { get => GetElement(); @@ -6879,9 +6879,9 @@ public DocumentFormat.OpenXml.Presentation.EndConditionList? EndConditionList /// EndSync. /// Represents the following element tag in the schema: p:endSync. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.EndSync? EndSync { get => GetElement(); @@ -6892,9 +6892,9 @@ public DocumentFormat.OpenXml.Presentation.EndSync? EndSync /// Iterate. /// Represents the following element tag in the schema: p:iterate. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Iterate? Iterate { get => GetElement(); @@ -6905,9 +6905,9 @@ public DocumentFormat.OpenXml.Presentation.Iterate? Iterate /// ChildTimeNodeList. /// Represents the following element tag in the schema: p:childTnLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ChildTimeNodeList? ChildTimeNodeList { get => GetElement(); @@ -6918,9 +6918,9 @@ public DocumentFormat.OpenXml.Presentation.ChildTimeNodeList? ChildTimeNodeList /// SubTimeNodeList. /// Represents the following element tag in the schema: p:subTnLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SubTimeNodeList? SubTimeNodeList { get => GetElement(); @@ -6936,12 +6936,12 @@ public DocumentFormat.OpenXml.Presentation.SubTimeNodeList? SubTimeNodeList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:prevCondLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cond> /// - /// + /// public partial class PreviousConditionList : TimeListTimeConditionalListType { /// @@ -6994,12 +6994,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:nextCondLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cond> /// - /// + /// public partial class NextConditionList : TimeListTimeConditionalListType { /// @@ -7052,12 +7052,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:stCondLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cond> /// - /// + /// public partial class StartConditionList : TimeListTimeConditionalListType { /// @@ -7110,12 +7110,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:endCondLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cond> /// - /// + /// public partial class EndConditionList : TimeListTimeConditionalListType { /// @@ -7168,12 +7168,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cond> /// - /// + /// public abstract partial class TimeListTimeConditionalListType : OpenXmlCompositeElement { /// @@ -7293,12 +7293,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:attrNameLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:attrName> /// - /// + /// public partial class AttributeNameList : OpenXmlCompositeElement { /// @@ -7508,7 +7508,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:clrVal. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -7518,7 +7518,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ColorValue : ColorType { /// @@ -7582,7 +7582,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:penClr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -7592,7 +7592,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class PenColor : ColorType { /// @@ -7656,7 +7656,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -7666,7 +7666,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public abstract partial class ColorType : OpenXmlCompositeElement { /// @@ -7715,9 +7715,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -7728,9 +7728,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -7741,9 +7741,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -7754,9 +7754,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -7767,9 +7767,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -7780,9 +7780,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -7795,12 +7795,12 @@ public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:tav. /// - /// + /// /// The following table lists the possible child types: /// /// <p:val> /// - /// + /// public partial class TimeAnimateValue : OpenXmlCompositeElement { /// @@ -7879,9 +7879,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Value. /// Represents the following element tag in the schema: p:val. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.VariantValue? VariantValue { get => GetElement(); @@ -8036,14 +8036,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cBhvr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:attrNameLst> /// <p:cTn> /// <p:tgtEl> /// - /// + /// public partial class CommonBehavior : OpenXmlCompositeElement { /// @@ -8197,9 +8197,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonTimeNode. /// Represents the following element tag in the schema: p:cTn. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode { get => GetElement(); @@ -8210,9 +8210,9 @@ public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode /// Target Element. /// Represents the following element tag in the schema: p:tgtEl. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TargetElement? TargetElement { get => GetElement(); @@ -8223,9 +8223,9 @@ public DocumentFormat.OpenXml.Presentation.TargetElement? TargetElement /// Attribute Name List. /// Represents the following element tag in the schema: p:attrNameLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.AttributeNameList? AttributeNameList { get => GetElement(); @@ -8241,12 +8241,12 @@ public DocumentFormat.OpenXml.Presentation.AttributeNameList? AttributeNameList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:progress. /// - /// + /// /// The following table lists the possible child types: /// /// <p:fltVal> /// - /// + /// public partial class Progress : OpenXmlCompositeElement { /// @@ -8295,9 +8295,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Float Value. /// Represents the following element tag in the schema: p:fltVal. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.FloatVariantValue? FloatVariantValue { get => GetElement(); @@ -8313,7 +8313,7 @@ public DocumentFormat.OpenXml.Presentation.FloatVariantValue? FloatVariantValue /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:to. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrVal> @@ -8322,7 +8322,7 @@ public DocumentFormat.OpenXml.Presentation.FloatVariantValue? FloatVariantValue /// <p:intVal> /// <p:strVal> /// - /// + /// public partial class ToVariantValue : TimeListAnimationVariantType { /// @@ -8379,7 +8379,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:val. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrVal> @@ -8388,7 +8388,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:intVal> /// <p:strVal> /// - /// + /// public partial class VariantValue : TimeListAnimationVariantType { /// @@ -8445,7 +8445,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <p:clrVal> @@ -8454,7 +8454,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:intVal> /// <p:strVal> /// - /// + /// public abstract partial class TimeListAnimationVariantType : OpenXmlCompositeElement { /// @@ -8502,9 +8502,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Boolean Variant. /// Represents the following element tag in the schema: p:boolVal. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BooleanVariantValue? BooleanVariantValue { get => GetElement(); @@ -8515,9 +8515,9 @@ public DocumentFormat.OpenXml.Presentation.BooleanVariantValue? BooleanVariantVa /// Integer. /// Represents the following element tag in the schema: p:intVal. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.IntegerVariantValue? IntegerVariantValue { get => GetElement(); @@ -8528,9 +8528,9 @@ public DocumentFormat.OpenXml.Presentation.IntegerVariantValue? IntegerVariantVa /// Float Value. /// Represents the following element tag in the schema: p:fltVal. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.FloatVariantValue? FloatVariantValue { get => GetElement(); @@ -8541,9 +8541,9 @@ public DocumentFormat.OpenXml.Presentation.FloatVariantValue? FloatVariantValue /// String Value. /// Represents the following element tag in the schema: p:strVal. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.StringVariantValue? StringVariantValue { get => GetElement(); @@ -8554,9 +8554,9 @@ public DocumentFormat.OpenXml.Presentation.StringVariantValue? StringVariantValu /// Color Value. /// Represents the following element tag in the schema: p:clrVal. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ColorValue? ColorValue { get => GetElement(); @@ -8569,13 +8569,13 @@ public DocumentFormat.OpenXml.Presentation.ColorValue? ColorValue /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cMediaNode. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cTn> /// <p:tgtEl> /// - /// + /// public partial class CommonMediaNode : OpenXmlCompositeElement { /// @@ -8674,9 +8674,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common Time Node Properties. /// Represents the following element tag in the schema: p:cTn. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode { get => GetElement(); @@ -8687,9 +8687,9 @@ public DocumentFormat.OpenXml.Presentation.CommonTimeNode? CommonTimeNode /// TargetElement. /// Represents the following element tag in the schema: p:tgtEl. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TargetElement? TargetElement { get => GetElement(); @@ -8705,12 +8705,12 @@ public DocumentFormat.OpenXml.Presentation.TargetElement? TargetElement /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:tnLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:par> /// - /// + /// public partial class TimeNodeList : OpenXmlCompositeElement { /// @@ -8759,9 +8759,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ParallelTimeNode. /// Represents the following element tag in the schema: p:par. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ParallelTimeNode? ParallelTimeNode { get => GetElement(); @@ -8777,12 +8777,12 @@ public DocumentFormat.OpenXml.Presentation.ParallelTimeNode? ParallelTimeNode /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:tmpl. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tnLst> /// - /// + /// public partial class Template : OpenXmlCompositeElement { /// @@ -8845,9 +8845,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Time Node List. /// Represents the following element tag in the schema: p:tnLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TimeNodeList? TimeNodeList { get => GetElement(); @@ -8863,12 +8863,12 @@ public DocumentFormat.OpenXml.Presentation.TimeNodeList? TimeNodeList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:tmplLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tmpl> /// - /// + /// public partial class TemplateList : OpenXmlCompositeElement { /// @@ -8922,13 +8922,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:bldSub. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bldChart> /// <a:bldDgm> /// - /// + /// public partial class BuildSubElement : OpenXmlCompositeElement { /// @@ -8979,9 +8979,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Build Diagram. /// Represents the following element tag in the schema: a:bldDgm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BuildDiagram? BuildDiagram { get => GetElement(); @@ -8992,9 +8992,9 @@ public DocumentFormat.OpenXml.Drawing.BuildDiagram? BuildDiagram /// Build Chart. /// Represents the following element tag in the schema: a:bldChart. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BuildChart? BuildChart { get => GetElement(); @@ -9010,12 +9010,12 @@ public DocumentFormat.OpenXml.Drawing.BuildChart? BuildChart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:bldP. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tmplLst> /// - /// + /// public partial class BuildParagraph : OpenXmlCompositeElement { /// @@ -9189,9 +9189,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Template effects. /// Represents the following element tag in the schema: p:tmplLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TemplateList? TemplateList { get => GetElement(); @@ -9384,13 +9384,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:bldGraphic. /// - /// + /// /// The following table lists the possible child types: /// /// <p:bldSub> /// <p:bldAsOne> /// - /// + /// public partial class BuildGraphics : OpenXmlCompositeElement { /// @@ -9486,9 +9486,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Build As One. /// Represents the following element tag in the schema: p:bldAsOne. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BuildAsOne? BuildAsOne { get => GetElement(); @@ -9499,9 +9499,9 @@ public DocumentFormat.OpenXml.Presentation.BuildAsOne? BuildAsOne /// Build Sub Elements. /// Represents the following element tag in the schema: p:bldSub. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BuildSubElement? BuildSubElement { get => GetElement(); @@ -9517,7 +9517,7 @@ public DocumentFormat.OpenXml.Presentation.BuildSubElement? BuildSubElement /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:bldLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:bldDgm> @@ -9525,7 +9525,7 @@ public DocumentFormat.OpenXml.Presentation.BuildSubElement? BuildSubElement /// <p:bldGraphic> /// <p:bldOleChart> /// - /// + /// public partial class BuildList : OpenXmlCompositeElement { /// @@ -9585,12 +9585,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionListWithModification : OpenXmlCompositeElement { /// @@ -9662,13 +9662,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:by. /// - /// + /// /// The following table lists the possible child types: /// /// <p:hsl> /// <p:rgb> /// - /// + /// public partial class ByColor : OpenXmlCompositeElement { /// @@ -9719,9 +9719,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB. /// Represents the following element tag in the schema: p:rgb. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.RgbColor? RgbColor { get => GetElement(); @@ -9732,9 +9732,9 @@ public DocumentFormat.OpenXml.Presentation.RgbColor? RgbColor /// HSL. /// Represents the following element tag in the schema: p:hsl. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HslColor? HslColor { get => GetElement(); @@ -9750,7 +9750,7 @@ public DocumentFormat.OpenXml.Presentation.HslColor? HslColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:from. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -9760,7 +9760,7 @@ public DocumentFormat.OpenXml.Presentation.HslColor? HslColor /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class FromColor : Color3Type { /// @@ -9818,7 +9818,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:to. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -9828,7 +9828,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ToColor : Color3Type { /// @@ -9886,7 +9886,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -9896,7 +9896,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public abstract partial class Color3Type : OpenXmlCompositeElement { /// @@ -9945,9 +9945,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RGB Color Model - Percentage Variant. /// Represents the following element tag in the schema: a:scrgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPercentage { get => GetElement(); @@ -9958,9 +9958,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelPercentage? RgbColorModelPerc /// RGB Color Model - Hex Variant. /// Represents the following element tag in the schema: a:srgbClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex { get => GetElement(); @@ -9971,9 +9971,9 @@ public DocumentFormat.OpenXml.Drawing.RgbColorModelHex? RgbColorModelHex /// Hue, Saturation, Luminance Color Model. /// Represents the following element tag in the schema: a:hslClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HslColor? HslColor { get => GetElement(); @@ -9984,9 +9984,9 @@ public DocumentFormat.OpenXml.Drawing.HslColor? HslColor /// System Color. /// Represents the following element tag in the schema: a:sysClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor { get => GetElement(); @@ -9997,9 +9997,9 @@ public DocumentFormat.OpenXml.Drawing.SystemColor? SystemColor /// Scheme Color. /// Represents the following element tag in the schema: a:schemeClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor { get => GetElement(); @@ -10010,9 +10010,9 @@ public DocumentFormat.OpenXml.Drawing.SchemeColor? SchemeColor /// Preset Color. /// Represents the following element tag in the schema: a:prstClr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PresetColor? PresetColor { get => GetElement(); @@ -10038,9 +10038,9 @@ public SlideListEntry() : base() /// Relationship ID /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -10081,9 +10081,9 @@ public CustomerData() : base() /// Relationship ID /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -10123,9 +10123,9 @@ public CustomerDataTags() : base() /// Relationship ID /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -10152,12 +10152,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cmAuthor. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class CommentAuthor : OpenXmlCompositeElement { /// @@ -10280,9 +10280,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommentAuthorExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList? CommentAuthorExtensionList { get => GetElement(); @@ -10298,14 +10298,14 @@ public DocumentFormat.OpenXml.Presentation.CommentAuthorExtensionList? CommentAu /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cm. /// - /// + /// /// The following table lists the possible child types: /// /// <p:pos> /// <p:extLst> /// <p:text> /// - /// + /// public partial class Comment : OpenXmlCompositeElement { /// @@ -10398,9 +10398,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Position. /// Represents the following element tag in the schema: p:pos. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Position? Position { get => GetElement(); @@ -10411,9 +10411,9 @@ public DocumentFormat.OpenXml.Presentation.Position? Position /// Text. /// Represents the following element tag in the schema: p:text. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Text? Text { get => GetElement(); @@ -10424,9 +10424,9 @@ public DocumentFormat.OpenXml.Presentation.Text? Text /// CommentExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommentExtensionList? CommentExtensionList { get => GetElement(); @@ -10442,12 +10442,12 @@ public DocumentFormat.OpenXml.Presentation.CommentExtensionList? CommentExtensio /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -10507,13 +10507,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:control. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// <p:pic> /// - /// + /// public partial class Control : OpenXmlCompositeElement { /// @@ -10581,9 +10581,9 @@ public BooleanValue? ShowAsIcon /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -10643,9 +10643,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -10656,9 +10656,9 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// Picture. /// Represents the following element tag in the schema: p:pic. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Picture? Picture { get => GetElement(); @@ -10674,12 +10674,12 @@ public DocumentFormat.OpenXml.Presentation.Picture? Picture /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldId. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class SlideId : OpenXmlCompositeElement { /// @@ -10727,9 +10727,9 @@ public UInt32Value? Id /// Relationship Identifier /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -10763,9 +10763,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -10781,12 +10781,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldMasterId. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class SlideMasterId : OpenXmlCompositeElement { /// @@ -10834,9 +10834,9 @@ public UInt32Value? Id /// Relationship Identifier /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -10869,9 +10869,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -10887,12 +10887,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:notesMasterId. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class NotesMasterId : OpenXmlCompositeElement { /// @@ -10930,9 +10930,9 @@ public NotesMasterId(string outerXml) : base(outerXml) /// Relationship Identifier /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -10960,9 +10960,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -10978,12 +10978,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:handoutMasterId. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class HandoutMasterId : OpenXmlCompositeElement { /// @@ -11021,9 +11021,9 @@ public HandoutMasterId(string outerXml) : base(outerXml) /// Relationship Identifier /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -11051,9 +11051,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -11250,9 +11250,9 @@ protected EmbeddedFontDataIdType() : base() /// Relationship Identifier /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -11275,7 +11275,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:embeddedFont. /// - /// + /// /// The following table lists the possible child types: /// /// <p:font> @@ -11284,7 +11284,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:italic> /// <p:boldItalic> /// - /// + /// public partial class EmbeddedFont : OpenXmlCompositeElement { /// @@ -11341,9 +11341,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Embedded Font Name. /// Represents the following element tag in the schema: p:font. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Font? Font { get => GetElement(); @@ -11354,9 +11354,9 @@ public DocumentFormat.OpenXml.Presentation.Font? Font /// Regular Embedded Font. /// Represents the following element tag in the schema: p:regular. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.RegularFont? RegularFont { get => GetElement(); @@ -11367,9 +11367,9 @@ public DocumentFormat.OpenXml.Presentation.RegularFont? RegularFont /// Bold Embedded Font. /// Represents the following element tag in the schema: p:bold. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BoldFont? BoldFont { get => GetElement(); @@ -11380,9 +11380,9 @@ public DocumentFormat.OpenXml.Presentation.BoldFont? BoldFont /// Italic Embedded Font. /// Represents the following element tag in the schema: p:italic. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ItalicFont? ItalicFont { get => GetElement(); @@ -11393,9 +11393,9 @@ public DocumentFormat.OpenXml.Presentation.ItalicFont? ItalicFont /// Bold Italic Embedded Font. /// Represents the following element tag in the schema: p:boldItalic. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BoldItalicFont? BoldItalicFont { get => GetElement(); @@ -11411,12 +11411,12 @@ public DocumentFormat.OpenXml.Presentation.BoldItalicFont? BoldItalicFont /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:sld> /// - /// + /// public partial class SlideList : OpenXmlCompositeElement { /// @@ -11470,13 +11470,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:custShow. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// <p:sldLst> /// - /// + /// public partial class CustomShow : OpenXmlCompositeElement { /// @@ -11557,9 +11557,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// List of Presentation Slides. /// Represents the following element tag in the schema: p:sldLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SlideList? SlideList { get => GetElement(); @@ -11570,9 +11570,9 @@ public DocumentFormat.OpenXml.Presentation.SlideList? SlideList /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -11588,14 +11588,14 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cNvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hlinkClick> /// <a:hlinkHover> /// <a:extLst> /// - /// + /// public partial class NonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -11710,9 +11710,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Hyperlink associated with clicking or selecting the element.. /// Represents the following element tag in the schema: a:hlinkClick. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick { get => GetElement(); @@ -11723,9 +11723,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnClick? HyperlinkOnClick /// Hyperlink associated with hovering over the element.. /// Represents the following element tag in the schema: a:hlinkHover. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover { get => GetElement(); @@ -11736,9 +11736,9 @@ public DocumentFormat.OpenXml.Drawing.HyperlinkOnHover? HyperlinkOnHover /// Future extension. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? NonVisualDrawingPropertiesExtensionList { get => GetElement(); @@ -11754,13 +11754,13 @@ public DocumentFormat.OpenXml.Drawing.NonVisualDrawingPropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cNvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:spLocks> /// - /// + /// public partial class NonVisualShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -11823,9 +11823,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shape Locks. /// Represents the following element tag in the schema: a:spLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks { get => GetElement(); @@ -11836,9 +11836,9 @@ public DocumentFormat.OpenXml.Drawing.ShapeLocks? ShapeLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -11854,7 +11854,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:nvPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:audioCd> @@ -11866,7 +11866,7 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// <p:custDataLst> /// <p:ph> /// - /// + /// public partial class ApplicationNonVisualDrawingProperties : OpenXmlCompositeElement { /// @@ -11958,9 +11958,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Placeholder Shape. /// Represents the following element tag in the schema: p:ph. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.PlaceholderShape? PlaceholderShape { get => GetElement(); @@ -11976,14 +11976,14 @@ public DocumentFormat.OpenXml.Presentation.PlaceholderShape? PlaceholderShape /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:nvSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cNvPr> /// <p:cNvSpPr> /// <p:nvPr> /// - /// + /// public partial class NonVisualShapeProperties : OpenXmlCompositeElement { /// @@ -12036,9 +12036,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Drawing Properties. /// Represents the following element tag in the schema: p:cNvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -12049,9 +12049,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisual /// Non-Visual Drawing Properties for a Shape. /// Represents the following element tag in the schema: p:cNvSpPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties? NonVisualShapeDrawingProperties { get => GetElement(); @@ -12062,9 +12062,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualShapeDrawingProperties? NonV /// Application Non-Visual Drawing Properties. /// Represents the following element tag in the schema: p:nvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -12080,7 +12080,7 @@ public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:spPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -12099,7 +12099,7 @@ public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties /// <a:solidFill> /// <a:xfrm> /// - /// + /// public partial class ShapeProperties : OpenXmlCompositeElement { /// @@ -12209,9 +12209,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Individual Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D { get => GetElement(); @@ -12227,7 +12227,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:style. /// - /// + /// /// The following table lists the possible child types: /// /// <a:fontRef> @@ -12235,7 +12235,7 @@ public DocumentFormat.OpenXml.Drawing.Transform2D? Transform2D /// <a:fillRef> /// <a:effectRef> /// - /// + /// public partial class ShapeStyle : OpenXmlCompositeElement { /// @@ -12290,9 +12290,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// LineReference. /// Represents the following element tag in the schema: a:lnRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.LineReference? LineReference { get => GetElement(); @@ -12303,9 +12303,9 @@ public DocumentFormat.OpenXml.Drawing.LineReference? LineReference /// FillReference. /// Represents the following element tag in the schema: a:fillRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FillReference? FillReference { get => GetElement(); @@ -12316,9 +12316,9 @@ public DocumentFormat.OpenXml.Drawing.FillReference? FillReference /// EffectReference. /// Represents the following element tag in the schema: a:effectRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference { get => GetElement(); @@ -12329,9 +12329,9 @@ public DocumentFormat.OpenXml.Drawing.EffectReference? EffectReference /// Font Reference. /// Represents the following element tag in the schema: a:fontRef. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.FontReference? FontReference { get => GetElement(); @@ -12347,14 +12347,14 @@ public DocumentFormat.OpenXml.Drawing.FontReference? FontReference /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:txBody. /// - /// + /// /// The following table lists the possible child types: /// /// <a:bodyPr> /// <a:lstStyle> /// <a:p> /// - /// + /// public partial class TextBody : OpenXmlCompositeElement { /// @@ -12407,9 +12407,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Body Properties. /// Represents the following element tag in the schema: a:bodyPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties { get => GetElement(); @@ -12420,9 +12420,9 @@ public DocumentFormat.OpenXml.Drawing.BodyProperties? BodyProperties /// Text List Styles. /// Represents the following element tag in the schema: a:lstStyle. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle { get => GetElement(); @@ -12438,7 +12438,7 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cNvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:stCxn> @@ -12446,7 +12446,7 @@ public DocumentFormat.OpenXml.Drawing.ListStyle? ListStyle /// <a:cxnSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualConnectorShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -12501,9 +12501,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Connection Shape Locks. /// Represents the following element tag in the schema: a:cxnSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks { get => GetElement(); @@ -12514,9 +12514,9 @@ public DocumentFormat.OpenXml.Drawing.ConnectionShapeLocks? ConnectionShapeLocks /// Connection Start. /// Represents the following element tag in the schema: a:stCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection { get => GetElement(); @@ -12527,9 +12527,9 @@ public DocumentFormat.OpenXml.Drawing.StartConnection? StartConnection /// Connection End. /// Represents the following element tag in the schema: a:endCxn. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection { get => GetElement(); @@ -12540,9 +12540,9 @@ public DocumentFormat.OpenXml.Drawing.EndConnection? EndConnection /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -12558,14 +12558,14 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:nvCxnSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cNvCxnSpPr> /// <p:cNvPr> /// <p:nvPr> /// - /// + /// public partial class NonVisualConnectionShapeProperties : OpenXmlCompositeElement { /// @@ -12618,9 +12618,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Drawing Properties. /// Represents the following element tag in the schema: p:cNvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -12631,9 +12631,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisual /// Non-Visual Connector Shape Drawing Properties. /// Represents the following element tag in the schema: p:cNvCxnSpPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingProperties? NonVisualConnectorShapeDrawingProperties { get => GetElement(); @@ -12644,9 +12644,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualConnectorShapeDrawingPropert /// Application Non-Visual Drawing Properties. /// Represents the following element tag in the schema: p:nvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -12662,13 +12662,13 @@ public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cNvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> /// <a:picLocks> /// - /// + /// public partial class NonVisualPictureDrawingProperties : OpenXmlCompositeElement { /// @@ -12731,9 +12731,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PictureLocks. /// Represents the following element tag in the schema: a:picLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks { get => GetElement(); @@ -12744,9 +12744,9 @@ public DocumentFormat.OpenXml.Drawing.PictureLocks? PictureLocks /// NonVisualPicturePropertiesExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? NonVisualPicturePropertiesExtensionList { get => GetElement(); @@ -12762,14 +12762,14 @@ public DocumentFormat.OpenXml.Drawing.NonVisualPicturePropertiesExtensionList? N /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:nvPicPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cNvPr> /// <p:cNvPicPr> /// <p:nvPr> /// - /// + /// public partial class NonVisualPictureProperties : OpenXmlCompositeElement { /// @@ -12822,9 +12822,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NonVisualDrawingProperties. /// Represents the following element tag in the schema: p:cNvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -12835,9 +12835,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisual /// Non-Visual Picture Drawing Properties. /// Represents the following element tag in the schema: p:cNvPicPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties? NonVisualPictureDrawingProperties { get => GetElement(); @@ -12848,9 +12848,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualPictureDrawingProperties? No /// ApplicationNonVisualDrawingProperties. /// Represents the following element tag in the schema: p:nvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -12866,7 +12866,7 @@ public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:blipFill. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blip> @@ -12874,7 +12874,7 @@ public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties /// <a:stretch> /// <a:tile> /// - /// + /// public partial class BlipFill : OpenXmlCompositeElement { /// @@ -12958,9 +12958,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Blip. /// Represents the following element tag in the schema: a:blip. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Blip? Blip { get => GetElement(); @@ -12971,9 +12971,9 @@ public DocumentFormat.OpenXml.Drawing.Blip? Blip /// Source Rectangle. /// Represents the following element tag in the schema: a:srcRect. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle { get => GetElement(); @@ -12989,13 +12989,13 @@ public DocumentFormat.OpenXml.Drawing.SourceRectangle? SourceRectangle /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cNvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphicFrameLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGraphicFrameDrawingProperties : OpenXmlCompositeElement { /// @@ -13046,9 +13046,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Graphic Frame Locks. /// Represents the following element tag in the schema: a:graphicFrameLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks { get => GetElement(); @@ -13059,9 +13059,9 @@ public DocumentFormat.OpenXml.Drawing.GraphicFrameLocks? GraphicFrameLocks /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -13077,14 +13077,14 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:nvGraphicFramePr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cNvPr> /// <p:cNvGraphicFramePr> /// <p:nvPr> /// - /// + /// public partial class NonVisualGraphicFrameProperties : OpenXmlCompositeElement { /// @@ -13137,9 +13137,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Drawing Properties. /// Represents the following element tag in the schema: p:cNvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -13150,9 +13150,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisual /// Non-Visual Graphic Frame Drawing Properties. /// Represents the following element tag in the schema: p:cNvGraphicFramePr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingProperties? NonVisualGraphicFrameDrawingProperties { get => GetElement(); @@ -13163,9 +13163,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameDrawingPropertie /// Application Non-Visual Drawing Properties. /// Represents the following element tag in the schema: p:nvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -13181,13 +13181,13 @@ public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:xfrm. /// - /// + /// /// The following table lists the possible child types: /// /// <a:off> /// <a:ext> /// - /// + /// public partial class Transform : OpenXmlCompositeElement { /// @@ -13272,9 +13272,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Offset. /// Represents the following element tag in the schema: a:off. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Offset? Offset { get => GetElement(); @@ -13285,9 +13285,9 @@ public DocumentFormat.OpenXml.Drawing.Offset? Offset /// Extents. /// Represents the following element tag in the schema: a:ext. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Extents? Extents { get => GetElement(); @@ -13303,13 +13303,13 @@ public DocumentFormat.OpenXml.Drawing.Extents? Extents /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cNvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:grpSpLocks> /// <a:extLst> /// - /// + /// public partial class NonVisualGroupShapeDrawingProperties : OpenXmlCompositeElement { /// @@ -13360,9 +13360,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// GroupShapeLocks. /// Represents the following element tag in the schema: a:grpSpLocks. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks { get => GetElement(); @@ -13373,9 +13373,9 @@ public DocumentFormat.OpenXml.Drawing.GroupShapeLocks? GroupShapeLocks /// NonVisualGroupDrawingShapePropsExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionList? NonVisualGroupDrawingShapePropsExtensionList { get => GetElement(); @@ -13391,7 +13391,7 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionLi /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:titleStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -13406,7 +13406,7 @@ public DocumentFormat.OpenXml.Drawing.NonVisualGroupDrawingShapePropsExtensionLi /// <a:lvl8pPr> /// <a:lvl9pPr> /// - /// + /// public partial class TitleStyle : TextListStyleType { /// @@ -13469,7 +13469,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:bodyStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -13484,7 +13484,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:lvl8pPr> /// <a:lvl9pPr> /// - /// + /// public partial class BodyStyle : TextListStyleType { /// @@ -13547,7 +13547,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:otherStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -13562,7 +13562,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:lvl8pPr> /// <a:lvl9pPr> /// - /// + /// public partial class OtherStyle : TextListStyleType { /// @@ -13625,7 +13625,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:defaultTextStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -13640,7 +13640,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:lvl8pPr> /// <a:lvl9pPr> /// - /// + /// public partial class DefaultTextStyle : TextListStyleType { /// @@ -13703,7 +13703,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:notesStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -13718,7 +13718,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:lvl8pPr> /// <a:lvl9pPr> /// - /// + /// public partial class NotesStyle : TextListStyleType { /// @@ -13781,7 +13781,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <a:extLst> @@ -13796,7 +13796,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:lvl8pPr> /// <a:lvl9pPr> /// - /// + /// public abstract partial class TextListStyleType : OpenXmlCompositeElement { /// @@ -13850,9 +13850,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Default Paragraph Style. /// Represents the following element tag in the schema: a:defPPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? DefaultParagraphProperties { get => GetElement(); @@ -13863,9 +13863,9 @@ public DocumentFormat.OpenXml.Drawing.DefaultParagraphProperties? DefaultParagra /// List Level 1 Text Style. /// Represents the following element tag in the schema: a:lvl1pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? Level1ParagraphProperties { get => GetElement(); @@ -13876,9 +13876,9 @@ public DocumentFormat.OpenXml.Drawing.Level1ParagraphProperties? Level1Paragraph /// List Level 2 Text Style. /// Represents the following element tag in the schema: a:lvl2pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? Level2ParagraphProperties { get => GetElement(); @@ -13889,9 +13889,9 @@ public DocumentFormat.OpenXml.Drawing.Level2ParagraphProperties? Level2Paragraph /// List Level 3 Text Style. /// Represents the following element tag in the schema: a:lvl3pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? Level3ParagraphProperties { get => GetElement(); @@ -13902,9 +13902,9 @@ public DocumentFormat.OpenXml.Drawing.Level3ParagraphProperties? Level3Paragraph /// List Level 4 Text Style. /// Represents the following element tag in the schema: a:lvl4pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? Level4ParagraphProperties { get => GetElement(); @@ -13915,9 +13915,9 @@ public DocumentFormat.OpenXml.Drawing.Level4ParagraphProperties? Level4Paragraph /// List Level 5 Text Style. /// Represents the following element tag in the schema: a:lvl5pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? Level5ParagraphProperties { get => GetElement(); @@ -13928,9 +13928,9 @@ public DocumentFormat.OpenXml.Drawing.Level5ParagraphProperties? Level5Paragraph /// List Level 6 Text Style. /// Represents the following element tag in the schema: a:lvl6pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? Level6ParagraphProperties { get => GetElement(); @@ -13941,9 +13941,9 @@ public DocumentFormat.OpenXml.Drawing.Level6ParagraphProperties? Level6Paragraph /// List Level 7 Text Style. /// Represents the following element tag in the schema: a:lvl7pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? Level7ParagraphProperties { get => GetElement(); @@ -13954,9 +13954,9 @@ public DocumentFormat.OpenXml.Drawing.Level7ParagraphProperties? Level7Paragraph /// List Level 8 Text Style. /// Represents the following element tag in the schema: a:lvl8pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? Level8ParagraphProperties { get => GetElement(); @@ -13967,9 +13967,9 @@ public DocumentFormat.OpenXml.Drawing.Level8ParagraphProperties? Level8Paragraph /// List Level 9 Text Style. /// Represents the following element tag in the schema: a:lvl9pPr. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? Level9ParagraphProperties { get => GetElement(); @@ -13980,9 +13980,9 @@ public DocumentFormat.OpenXml.Drawing.Level9ParagraphProperties? Level9Paragraph /// ExtensionList. /// Represents the following element tag in the schema: a:extLst. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList { get => GetElement(); @@ -13995,12 +13995,12 @@ public DocumentFormat.OpenXml.Drawing.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldLayoutId. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class SlideLayoutId : OpenXmlCompositeElement { /// @@ -14048,9 +14048,9 @@ public UInt32Value? Id /// ID Tag /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? RelationshipId { get => GetAttribute(); @@ -14083,9 +14083,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -14101,7 +14101,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cSld. /// - /// + /// /// The following table lists the possible child types: /// /// <p:bg> @@ -14110,7 +14110,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// <p:custDataLst> /// <p:spTree> /// - /// + /// public partial class CommonSlideData : OpenXmlCompositeElement { /// @@ -14179,9 +14179,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Slide Background. /// Represents the following element tag in the schema: p:bg. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Background? Background { get => GetElement(); @@ -14192,9 +14192,9 @@ public DocumentFormat.OpenXml.Presentation.Background? Background /// Shape Tree. /// Represents the following element tag in the schema: p:spTree. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShapeTree? ShapeTree { get => GetElement(); @@ -14205,9 +14205,9 @@ public DocumentFormat.OpenXml.Presentation.ShapeTree? ShapeTree /// Customer Data List. /// Represents the following element tag in the schema: p:custDataLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CustomerDataList? CustomerDataList { get => GetElement(); @@ -14218,9 +14218,9 @@ public DocumentFormat.OpenXml.Presentation.CustomerDataList? CustomerDataList /// List of controls. /// Represents the following element tag in the schema: p:controls. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ControlList? ControlList { get => GetElement(); @@ -14231,9 +14231,9 @@ public DocumentFormat.OpenXml.Presentation.ControlList? ControlList /// CommonSlideDataExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideDataExtensionList? CommonSlideDataExtensionList { get => GetElement(); @@ -14398,13 +14398,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:scale. /// - /// + /// /// The following table lists the possible child types: /// /// <a:sx> /// <a:sy> /// - /// + /// public partial class ScaleFactor : OpenXmlCompositeElement { /// @@ -14455,9 +14455,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Horizontal Ratio. /// Represents the following element tag in the schema: a:sx. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ScaleX? ScaleX { get => GetElement(); @@ -14468,9 +14468,9 @@ public DocumentFormat.OpenXml.Drawing.ScaleX? ScaleX /// Vertical Ratio. /// Represents the following element tag in the schema: a:sy. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.ScaleY? ScaleY { get => GetElement(); @@ -14585,13 +14585,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cViewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:origin> /// <p:scale> /// - /// + /// public partial class CommonViewProperties : OpenXmlCompositeElement { /// @@ -14654,9 +14654,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// View Scale. /// Represents the following element tag in the schema: p:scale. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ScaleFactor? ScaleFactor { get => GetElement(); @@ -14667,9 +14667,9 @@ public DocumentFormat.OpenXml.Presentation.ScaleFactor? ScaleFactor /// View Origin. /// Represents the following element tag in the schema: p:origin. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Origin? Origin { get => GetElement(); @@ -14698,9 +14698,9 @@ public OutlineViewSlideListEntry() : base() /// Relationship Identifier /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -14739,12 +14739,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:sld> /// - /// + /// public partial class OutlineViewSlideList : OpenXmlCompositeElement { /// @@ -14848,12 +14848,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:guideLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:guide> /// - /// + /// public partial class GuideList : OpenXmlCompositeElement { /// @@ -14907,13 +14907,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cSldViewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cViewPr> /// <p:guideLst> /// - /// + /// public partial class CommonSlideViewProperties : OpenXmlCompositeElement { /// @@ -14998,9 +14998,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Base properties for Slide View. /// Represents the following element tag in the schema: p:cViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonViewProperties? CommonViewProperties { get => GetElement(); @@ -15011,9 +15011,9 @@ public DocumentFormat.OpenXml.Presentation.CommonViewProperties? CommonViewPrope /// List of Guides. /// Represents the following element tag in the schema: p:guideLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.GuideList? GuideList { get => GetElement(); @@ -15029,14 +15029,14 @@ public DocumentFormat.OpenXml.Presentation.GuideList? GuideList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:normalViewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// <p:restoredLeft> /// <p:restoredTop> /// - /// + /// public partial class NormalViewProperties : OpenXmlCompositeElement { /// @@ -15151,9 +15151,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Normal View Restored Left Properties. /// Represents the following element tag in the schema: p:restoredLeft. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.RestoredLeft? RestoredLeft { get => GetElement(); @@ -15164,9 +15164,9 @@ public DocumentFormat.OpenXml.Presentation.RestoredLeft? RestoredLeft /// Normal View Restored Top Properties. /// Represents the following element tag in the schema: p:restoredTop. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.RestoredTop? RestoredTop { get => GetElement(); @@ -15177,9 +15177,9 @@ public DocumentFormat.OpenXml.Presentation.RestoredTop? RestoredTop /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -15195,13 +15195,13 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:slideViewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cSldViewPr> /// <p:extLst> /// - /// + /// public partial class SlideViewProperties : OpenXmlCompositeElement { /// @@ -15252,9 +15252,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CommonSlideViewProperties. /// Represents the following element tag in the schema: p:cSldViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? CommonSlideViewProperties { get => GetElement(); @@ -15265,9 +15265,9 @@ public DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? CommonSlid /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -15283,14 +15283,14 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:outlineViewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cViewPr> /// <p:extLst> /// <p:sldLst> /// - /// + /// public partial class OutlineViewProperties : OpenXmlCompositeElement { /// @@ -15343,9 +15343,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common View Properties. /// Represents the following element tag in the schema: p:cViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonViewProperties? CommonViewProperties { get => GetElement(); @@ -15356,9 +15356,9 @@ public DocumentFormat.OpenXml.Presentation.CommonViewProperties? CommonViewPrope /// List of Presentation Slides. /// Represents the following element tag in the schema: p:sldLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.OutlineViewSlideList? OutlineViewSlideList { get => GetElement(); @@ -15369,9 +15369,9 @@ public DocumentFormat.OpenXml.Presentation.OutlineViewSlideList? OutlineViewSlid /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -15387,13 +15387,13 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:notesTextViewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cViewPr> /// <p:extLst> /// - /// + /// public partial class NotesTextViewProperties : OpenXmlCompositeElement { /// @@ -15444,9 +15444,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Base properties for Notes View. /// Represents the following element tag in the schema: p:cViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonViewProperties? CommonViewProperties { get => GetElement(); @@ -15457,9 +15457,9 @@ public DocumentFormat.OpenXml.Presentation.CommonViewProperties? CommonViewPrope /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -15475,13 +15475,13 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sorterViewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cViewPr> /// <p:extLst> /// - /// + /// public partial class SorterViewProperties : OpenXmlCompositeElement { /// @@ -15544,9 +15544,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Base properties for Slide Sorter View. /// Represents the following element tag in the schema: p:cViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonViewProperties? CommonViewProperties { get => GetElement(); @@ -15557,9 +15557,9 @@ public DocumentFormat.OpenXml.Presentation.CommonViewProperties? CommonViewPrope /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -15575,13 +15575,13 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:notesViewPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cSldViewPr> /// <p:extLst> /// - /// + /// public partial class NotesViewProperties : OpenXmlCompositeElement { /// @@ -15632,9 +15632,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Common Slide View Properties. /// Represents the following element tag in the schema: p:cSldViewPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? CommonSlideViewProperties { get => GetElement(); @@ -15645,9 +15645,9 @@ public DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties? CommonSlid /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -15762,14 +15762,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:laserTraceLst> /// <p14:showEvtLst> /// <p188:commentRel> /// - /// + /// public partial class SlideExtension : OpenXmlCompositeElement { /// @@ -15844,12 +15844,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:creationId> /// - /// + /// public partial class CommonSlideDataExtension : OpenXmlCompositeElement { /// @@ -15920,14 +15920,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:laserClr> /// <p14:browseMode> /// <p14:showMediaCtrls> /// - /// + /// public partial class ShowPropertiesExtension : OpenXmlCompositeElement { /// @@ -16002,7 +16002,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:pic. /// - /// + /// /// The following table lists the possible child types: /// /// <p:blipFill> @@ -16011,7 +16011,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:extLst> /// <p:nvPicPr> /// - /// + /// public partial class Picture : OpenXmlCompositeElement { /// @@ -16068,9 +16068,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Picture. /// Represents the following element tag in the schema: p:nvPicPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties? NonVisualPictureProperties { get => GetElement(); @@ -16081,9 +16081,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualPictureProperties? NonVisual /// Picture Fill. /// Represents the following element tag in the schema: p:blipFill. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BlipFill? BlipFill { get => GetElement(); @@ -16094,9 +16094,9 @@ public DocumentFormat.OpenXml.Presentation.BlipFill? BlipFill /// ShapeProperties. /// Represents the following element tag in the schema: p:spPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShapeProperties? ShapeProperties { get => GetElement(); @@ -16107,9 +16107,9 @@ public DocumentFormat.OpenXml.Presentation.ShapeProperties? ShapeProperties /// ShapeStyle. /// Represents the following element tag in the schema: p:style. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShapeStyle? ShapeStyle { get => GetElement(); @@ -16120,9 +16120,9 @@ public DocumentFormat.OpenXml.Presentation.ShapeStyle? ShapeStyle /// ExtensionListWithModification. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? ExtensionListWithModification { get => GetElement(); @@ -16138,12 +16138,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:embed. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class OleObjectEmbed : OpenXmlCompositeElement { /// @@ -16207,9 +16207,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -16225,12 +16225,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:link. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class OleObjectLink : OpenXmlCompositeElement { /// @@ -16291,9 +16291,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -16309,7 +16309,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:transition. /// - /// + /// /// The following table lists the possible child types: /// /// <p:strips> @@ -16356,7 +16356,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// <p14:shred> /// <p15:prstTrans> /// - /// + /// public partial class Transition : OpenXmlCompositeElement { /// @@ -16404,9 +16404,9 @@ public EnumValue? Spe /// dur, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: p14:dur /// - /// + /// /// xmlns:p14=http://schemas.microsoft.com/office/powerpoint/2010/main - /// + /// public StringValue? Duration { get => GetAttribute(); @@ -16557,14 +16557,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:timing. /// - /// + /// /// The following table lists the possible child types: /// /// <p:bldLst> /// <p:extLst> /// <p:tnLst> /// - /// + /// public partial class Timing : OpenXmlCompositeElement { /// @@ -16617,9 +16617,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TimeNodeList. /// Represents the following element tag in the schema: p:tnLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TimeNodeList? TimeNodeList { get => GetElement(); @@ -16630,9 +16630,9 @@ public DocumentFormat.OpenXml.Presentation.TimeNodeList? TimeNodeList /// Build List. /// Represents the following element tag in the schema: p:bldLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BuildList? BuildList { get => GetElement(); @@ -16643,9 +16643,9 @@ public DocumentFormat.OpenXml.Presentation.BuildList? BuildList /// ExtensionListWithModification. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? ExtensionListWithModification { get => GetElement(); @@ -16661,12 +16661,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class SlideExtensionList : OpenXmlCompositeElement { /// @@ -16720,13 +16720,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:bg. /// - /// + /// /// The following table lists the possible child types: /// /// <p:bgRef> /// <p:bgPr> /// - /// + /// public partial class Background : OpenXmlCompositeElement { /// @@ -16798,9 +16798,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Background Properties. /// Represents the following element tag in the schema: p:bgPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BackgroundProperties? BackgroundProperties { get => GetElement(); @@ -16811,9 +16811,9 @@ public DocumentFormat.OpenXml.Presentation.BackgroundProperties? BackgroundPrope /// Background Style Reference. /// Represents the following element tag in the schema: p:bgRef. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? BackgroundStyleReference { get => GetElement(); @@ -16829,7 +16829,7 @@ public DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? BackgroundS /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:spTree. /// - /// + /// /// The following table lists the possible child types: /// /// <p:grpSpPr> @@ -16842,7 +16842,7 @@ public DocumentFormat.OpenXml.Presentation.BackgroundStyleReference? BackgroundS /// <p:pic> /// <p:sp> /// - /// + /// public partial class ShapeTree : GroupShapeType { /// @@ -16906,7 +16906,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:grpSp. /// - /// + /// /// The following table lists the possible child types: /// /// <p:grpSpPr> @@ -16919,7 +16919,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:pic> /// <p:sp> /// - /// + /// public partial class GroupShape : GroupShapeType { /// @@ -16983,7 +16983,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <p:grpSpPr> @@ -16996,7 +16996,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:pic> /// <p:sp> /// - /// + /// public abstract partial class GroupShapeType : OpenXmlCompositeElement { /// @@ -17048,9 +17048,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Group Shape. /// Represents the following element tag in the schema: p:nvGrpSpPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties? NonVisualGroupShapeProperties { get => GetElement(); @@ -17061,9 +17061,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeProperties? NonVis /// Group Shape Properties. /// Represents the following element tag in the schema: p:grpSpPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.GroupShapeProperties? GroupShapeProperties { get => GetElement(); @@ -17076,13 +17076,13 @@ public DocumentFormat.OpenXml.Presentation.GroupShapeProperties? GroupShapePrope /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:custDataLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:custData> /// <p:tags> /// - /// + /// public partial class CustomerDataList : OpenXmlCompositeElement { /// @@ -17138,12 +17138,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:controls. /// - /// + /// /// The following table lists the possible child types: /// /// <p:control> /// - /// + /// public partial class ControlList : OpenXmlCompositeElement { /// @@ -17197,12 +17197,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class CommonSlideDataExtensionList : OpenXmlCompositeElement { /// @@ -17256,14 +17256,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:nvGrpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:cNvPr> /// <p:cNvGrpSpPr> /// <p:nvPr> /// - /// + /// public partial class NonVisualGroupShapeProperties : OpenXmlCompositeElement { /// @@ -17316,9 +17316,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-visual Drawing Properties. /// Represents the following element tag in the schema: p:cNvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisualDrawingProperties { get => GetElement(); @@ -17329,9 +17329,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualDrawingProperties? NonVisual /// Non-Visual Group Shape Drawing Properties. /// Represents the following element tag in the schema: p:cNvGrpSpPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties? NonVisualGroupShapeDrawingProperties { get => GetElement(); @@ -17342,9 +17342,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualGroupShapeDrawingProperties? /// Non-Visual Properties. /// Represents the following element tag in the schema: p:nvPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties? ApplicationNonVisualDrawingProperties { get => GetElement(); @@ -17360,7 +17360,7 @@ public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:grpSpPr. /// - /// + /// /// The following table lists the possible child types: /// /// <a:blipFill> @@ -17375,7 +17375,7 @@ public DocumentFormat.OpenXml.Presentation.ApplicationNonVisualDrawingProperties /// <a:scene3d> /// <a:solidFill> /// - /// + /// public partial class GroupShapeProperties : OpenXmlCompositeElement { /// @@ -17471,9 +17471,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// 2D Transform for Grouped Objects. /// Represents the following element tag in the schema: a:xfrm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup { get => GetElement(); @@ -17489,7 +17489,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sp. /// - /// + /// /// The following table lists the possible child types: /// /// <p:spPr> @@ -17498,7 +17498,7 @@ public DocumentFormat.OpenXml.Drawing.TransformGroup? TransformGroup /// <p:extLst> /// <p:nvSpPr> /// - /// + /// public partial class Shape : OpenXmlCompositeElement { /// @@ -17567,9 +17567,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Shape. /// Represents the following element tag in the schema: p:nvSpPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties? NonVisualShapeProperties { get => GetElement(); @@ -17580,9 +17580,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualShapeProperties? NonVisualSh /// ShapeProperties. /// Represents the following element tag in the schema: p:spPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShapeProperties? ShapeProperties { get => GetElement(); @@ -17593,9 +17593,9 @@ public DocumentFormat.OpenXml.Presentation.ShapeProperties? ShapeProperties /// Shape Style. /// Represents the following element tag in the schema: p:style. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShapeStyle? ShapeStyle { get => GetElement(); @@ -17606,9 +17606,9 @@ public DocumentFormat.OpenXml.Presentation.ShapeStyle? ShapeStyle /// Shape Text Body. /// Represents the following element tag in the schema: p:txBody. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TextBody? TextBody { get => GetElement(); @@ -17619,9 +17619,9 @@ public DocumentFormat.OpenXml.Presentation.TextBody? TextBody /// ExtensionListWithModification. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? ExtensionListWithModification { get => GetElement(); @@ -17637,7 +17637,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:graphicFrame. /// - /// + /// /// The following table lists the possible child types: /// /// <a:graphic> @@ -17645,7 +17645,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// <p:extLst> /// <p:nvGraphicFramePr> /// - /// + /// public partial class GraphicFrame : OpenXmlCompositeElement { /// @@ -17700,9 +17700,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Graphic Frame. /// Represents the following element tag in the schema: p:nvGraphicFramePr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties? NonVisualGraphicFrameProperties { get => GetElement(); @@ -17713,9 +17713,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualGraphicFrameProperties? NonV /// 2D Transform for Graphic Frame. /// Represents the following element tag in the schema: p:xfrm. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.Transform? Transform { get => GetElement(); @@ -17726,9 +17726,9 @@ public DocumentFormat.OpenXml.Presentation.Transform? Transform /// Graphic. /// Represents the following element tag in the schema: a:graphic. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Graphic? Graphic { get => GetElement(); @@ -17739,9 +17739,9 @@ public DocumentFormat.OpenXml.Drawing.Graphic? Graphic /// Extension List with Modification Flag. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? ExtensionListWithModification { get => GetElement(); @@ -17757,7 +17757,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:cxnSp. /// - /// + /// /// The following table lists the possible child types: /// /// <p:spPr> @@ -17765,7 +17765,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// <p:nvCxnSpPr> /// <p:extLst> /// - /// + /// public partial class ConnectionShape : OpenXmlCompositeElement { /// @@ -17820,9 +17820,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Non-Visual Properties for a Connection Shape. /// Represents the following element tag in the schema: p:nvCxnSpPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties? NonVisualConnectionShapeProperties { get => GetElement(); @@ -17833,9 +17833,9 @@ public DocumentFormat.OpenXml.Presentation.NonVisualConnectionShapeProperties? N /// Shape Properties. /// Represents the following element tag in the schema: p:spPr. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShapeProperties? ShapeProperties { get => GetElement(); @@ -17846,9 +17846,9 @@ public DocumentFormat.OpenXml.Presentation.ShapeProperties? ShapeProperties /// Connector Shape Style. /// Represents the following element tag in the schema: p:style. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ShapeStyle? ShapeStyle { get => GetElement(); @@ -17859,9 +17859,9 @@ public DocumentFormat.OpenXml.Presentation.ShapeStyle? ShapeStyle /// ExtensionListWithModification. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? ExtensionListWithModification { get => GetElement(); @@ -17877,12 +17877,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ShowPropertiesExtensionList : OpenXmlCompositeElement { /// @@ -17936,7 +17936,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:spTgt. /// - /// + /// /// The following table lists the possible child types: /// /// <p:graphicEl> @@ -17945,7 +17945,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:subSp> /// <p:txEl> /// - /// + /// public partial class ShapeTarget : OpenXmlCompositeElement { /// @@ -18020,9 +18020,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Background. /// Represents the following element tag in the schema: p:bg. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BackgroundAnimation? BackgroundAnimation { get => GetElement(); @@ -18033,9 +18033,9 @@ public DocumentFormat.OpenXml.Presentation.BackgroundAnimation? BackgroundAnimat /// Subshape. /// Represents the following element tag in the schema: p:subSp. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.SubShape? SubShape { get => GetElement(); @@ -18046,9 +18046,9 @@ public DocumentFormat.OpenXml.Presentation.SubShape? SubShape /// OLE Chart Element. /// Represents the following element tag in the schema: p:oleChartEl. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.OleChartElement? OleChartElement { get => GetElement(); @@ -18059,9 +18059,9 @@ public DocumentFormat.OpenXml.Presentation.OleChartElement? OleChartElement /// Text Element. /// Represents the following element tag in the schema: p:txEl. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TextElement? TextElement { get => GetElement(); @@ -18072,9 +18072,9 @@ public DocumentFormat.OpenXml.Presentation.TextElement? TextElement /// Graphic Element. /// Represents the following element tag in the schema: p:graphicEl. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.GraphicElement? GraphicElement { get => GetElement(); @@ -18174,12 +18174,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:presenceInfo> /// - /// + /// public partial class CommentAuthorExtension : OpenXmlCompositeElement { /// @@ -18250,12 +18250,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:threadingInfo> /// - /// + /// public partial class CommentExtension : OpenXmlCompositeElement { /// @@ -18326,12 +18326,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:sldGuideLst> /// - /// + /// public partial class SlideLayoutExtension : OpenXmlCompositeElement { /// @@ -18402,12 +18402,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:sldGuideLst> /// - /// + /// public partial class SlideMasterExtension : OpenXmlCompositeElement { /// @@ -18478,12 +18478,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:sldGuideLst> /// - /// + /// public partial class HandoutMasterExtension : OpenXmlCompositeElement { /// @@ -18554,12 +18554,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p15:sldGuideLst> /// - /// + /// public partial class NotesMasterExtension : OpenXmlCompositeElement { /// @@ -18630,12 +18630,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ph. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class PlaceholderShape : OpenXmlCompositeElement { /// @@ -18749,9 +18749,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionListWithModification. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? ExtensionListWithModification { get => GetElement(); @@ -18767,12 +18767,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class ApplicationNonVisualDrawingPropertiesExtensionList : OpenXmlCompositeElement { /// @@ -18826,13 +18826,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:media> /// <p14:modId> /// - /// + /// public partial class ApplicationNonVisualDrawingPropertiesExtension : OpenXmlCompositeElement { /// @@ -18905,13 +18905,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:iterate. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tmPct> /// <p:tmAbs> /// - /// + /// public partial class Iterate : OpenXmlCompositeElement { /// @@ -18988,9 +18988,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Time Absolute. /// Represents the following element tag in the schema: p:tmAbs. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TimeAbsolute? TimeAbsolute { get => GetElement(); @@ -19001,9 +19001,9 @@ public DocumentFormat.OpenXml.Presentation.TimeAbsolute? TimeAbsolute /// Time Percentage. /// Represents the following element tag in the schema: p:tmPct. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TimePercentage? TimePercentage { get => GetElement(); @@ -19019,7 +19019,7 @@ public DocumentFormat.OpenXml.Presentation.TimePercentage? TimePercentage /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:childTnLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:anim> @@ -19036,7 +19036,7 @@ public DocumentFormat.OpenXml.Presentation.TimePercentage? TimePercentage /// <p:par> /// <p:seq> /// - /// + /// public partial class ChildTimeNodeList : TimeTypeListType { /// @@ -19101,7 +19101,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:subTnLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:anim> @@ -19118,7 +19118,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:par> /// <p:seq> /// - /// + /// public partial class SubTimeNodeList : TimeTypeListType { /// @@ -19183,7 +19183,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <p:anim> @@ -19200,7 +19200,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:par> /// <p:seq> /// - /// + /// public abstract partial class TimeTypeListType : OpenXmlCompositeElement { /// @@ -19258,12 +19258,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:tavLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:tav> /// - /// + /// public partial class TimeAnimateValueList : OpenXmlCompositeElement { /// @@ -19462,12 +19462,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class CommentAuthorExtensionList : OpenXmlCompositeElement { /// @@ -19521,12 +19521,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class CommentExtensionList : OpenXmlCompositeElement { /// @@ -19580,12 +19580,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldMasterIdLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:sldMasterId> /// - /// + /// public partial class SlideMasterIdList : OpenXmlCompositeElement { /// @@ -19639,12 +19639,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:notesMasterIdLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:notesMasterId> /// - /// + /// public partial class NotesMasterIdList : OpenXmlCompositeElement { /// @@ -19693,9 +19693,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Notes Master ID. /// Represents the following element tag in the schema: p:notesMasterId. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.NotesMasterId? NotesMasterId { get => GetElement(); @@ -19711,12 +19711,12 @@ public DocumentFormat.OpenXml.Presentation.NotesMasterId? NotesMasterId /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:handoutMasterIdLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:handoutMasterId> /// - /// + /// public partial class HandoutMasterIdList : OpenXmlCompositeElement { /// @@ -19765,9 +19765,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Handout Master ID. /// Represents the following element tag in the schema: p:handoutMasterId. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.HandoutMasterId? HandoutMasterId { get => GetElement(); @@ -19783,12 +19783,12 @@ public DocumentFormat.OpenXml.Presentation.HandoutMasterId? HandoutMasterId /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldIdLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:sldId> /// - /// + /// public partial class SlideIdList : OpenXmlCompositeElement { /// @@ -19911,12 +19911,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:embeddedFontLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:embeddedFont> /// - /// + /// public partial class EmbeddedFontList : OpenXmlCompositeElement { /// @@ -19970,12 +19970,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:custShowLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:custShow> /// - /// + /// public partial class CustomShowList : OpenXmlCompositeElement { /// @@ -20029,12 +20029,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:photoAlbum. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class PhotoAlbum : OpenXmlCompositeElement { /// @@ -20134,9 +20134,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -20461,12 +20461,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class PresentationExtensionList : OpenXmlCompositeElement { /// @@ -20520,7 +20520,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p14:sectionLst> @@ -20528,7 +20528,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p15:sldGuideLst> /// <p15:notesGuideLst> /// - /// + /// public partial class PresentationExtension : OpenXmlCompositeElement { /// @@ -20605,7 +20605,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:htmlPubPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:custShow> @@ -20613,7 +20613,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:extLst> /// <p:sldRg> /// - /// + /// public partial class HtmlPublishProperties : OpenXmlCompositeElement { /// @@ -20671,9 +20671,9 @@ public EnumValuePublish Path /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -20722,12 +20722,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:webPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class WebProperties : OpenXmlCompositeElement { /// @@ -20882,9 +20882,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -20900,12 +20900,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:prnPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class PrintingProperties : OpenXmlCompositeElement { /// @@ -21016,9 +21016,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -21034,7 +21034,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:showPr. /// - /// + /// /// The following table lists the possible child types: /// /// <p:penClr> @@ -21046,7 +21046,7 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// <p:kiosk> /// <p:extLst> /// - /// + /// public partial class ShowProperties : OpenXmlCompositeElement { /// @@ -21171,7 +21171,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:clrMru. /// - /// + /// /// The following table lists the possible child types: /// /// <a:hslClr> @@ -21181,7 +21181,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <a:srgbClr> /// <a:sysClr> /// - /// + /// public partial class ColorMostRecentlyUsed : OpenXmlCompositeElement { /// @@ -21263,12 +21263,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class PresentationPropertiesExtensionList : OpenXmlCompositeElement { /// @@ -21322,7 +21322,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <a14:m> @@ -21330,7 +21330,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p14:discardImageEditData> /// <p15:chartTrackingRefBased> /// - /// + /// public partial class PresentationPropertiesExtension : OpenXmlCompositeElement { /// @@ -21407,12 +21407,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:hf. /// - /// + /// /// The following table lists the possible child types: /// /// <p:extLst> /// - /// + /// public partial class HeaderFooter : OpenXmlCompositeElement { /// @@ -21506,9 +21506,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionListWithModification. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? ExtensionListWithModification { get => GetElement(); @@ -21524,12 +21524,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionListWithModification? Extens /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class SlideLayoutExtensionList : OpenXmlCompositeElement { /// @@ -21583,12 +21583,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sldLayoutIdLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:sldLayoutId> /// - /// + /// public partial class SlideLayoutIdList : OpenXmlCompositeElement { /// @@ -21642,7 +21642,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:txStyles. /// - /// + /// /// The following table lists the possible child types: /// /// <p:titleStyle> @@ -21650,7 +21650,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <p:otherStyle> /// <p:extLst> /// - /// + /// public partial class TextStyles : OpenXmlCompositeElement { /// @@ -21705,9 +21705,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Slide Master Title Text Style. /// Represents the following element tag in the schema: p:titleStyle. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.TitleStyle? TitleStyle { get => GetElement(); @@ -21718,9 +21718,9 @@ public DocumentFormat.OpenXml.Presentation.TitleStyle? TitleStyle /// Slide Master Body Text Style. /// Represents the following element tag in the schema: p:bodyStyle. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.BodyStyle? BodyStyle { get => GetElement(); @@ -21731,9 +21731,9 @@ public DocumentFormat.OpenXml.Presentation.BodyStyle? BodyStyle /// Slide Master Other Text Style. /// Represents the following element tag in the schema: p:otherStyle. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.OtherStyle? OtherStyle { get => GetElement(); @@ -21744,9 +21744,9 @@ public DocumentFormat.OpenXml.Presentation.OtherStyle? OtherStyle /// ExtensionList. /// Represents the following element tag in the schema: p:extLst. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList { get => GetElement(); @@ -21762,12 +21762,12 @@ public DocumentFormat.OpenXml.Presentation.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class SlideMasterExtensionList : OpenXmlCompositeElement { /// @@ -21821,12 +21821,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class HandoutMasterExtensionList : OpenXmlCompositeElement { /// @@ -21880,12 +21880,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <p:ext> /// - /// + /// public partial class NotesMasterExtensionList : OpenXmlCompositeElement { /// @@ -21990,13 +21990,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:txEl. /// - /// + /// /// The following table lists the possible child types: /// /// <p:charRg> /// <p:pRg> /// - /// + /// public partial class TextElement : OpenXmlCompositeElement { /// @@ -22047,9 +22047,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Character Range. /// Represents the following element tag in the schema: p:charRg. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.CharRange? CharRange { get => GetElement(); @@ -22060,9 +22060,9 @@ public DocumentFormat.OpenXml.Presentation.CharRange? CharRange /// Paragraph Text Range. /// Represents the following element tag in the schema: p:pRg. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.ParagraphIndexRange? ParagraphIndexRange { get => GetElement(); @@ -22078,13 +22078,13 @@ public DocumentFormat.OpenXml.Presentation.ParagraphIndexRange? ParagraphIndexRa /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:graphicEl. /// - /// + /// /// The following table lists the possible child types: /// /// <a:chart> /// <a:dgm> /// - /// + /// public partial class GraphicElement : OpenXmlCompositeElement { /// @@ -22135,9 +22135,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Diagram to Animate. /// Represents the following element tag in the schema: a:dgm. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Diagram? Diagram { get => GetElement(); @@ -22148,9 +22148,9 @@ public DocumentFormat.OpenXml.Drawing.Diagram? Diagram /// Chart to Animate. /// Represents the following element tag in the schema: a:chart. /// - /// + /// /// xmlns:a = http://schemas.openxmlformats.org/drawingml/2006/main - /// + /// public DocumentFormat.OpenXml.Drawing.Chart? Chart { get => GetElement(); @@ -22714,13 +22714,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is p:sndAc. /// - /// + /// /// The following table lists the possible child types: /// /// <p:endSnd> /// <p:stSnd> /// - /// + /// public partial class SoundAction : OpenXmlCompositeElement { /// @@ -22771,9 +22771,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Start Sound Action. /// Represents the following element tag in the schema: p:stSnd. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.StartSoundAction? StartSoundAction { get => GetElement(); @@ -22784,9 +22784,9 @@ public DocumentFormat.OpenXml.Presentation.StartSoundAction? StartSoundAction /// Stop Sound Action. /// Represents the following element tag in the schema: p:endSnd. /// - /// + /// /// xmlns:p = http://schemas.openxmlformats.org/presentationml/2006/main - /// + /// public DocumentFormat.OpenXml.Presentation.EndSoundAction? EndSoundAction { get => GetElement(); @@ -22802,12 +22802,12 @@ public DocumentFormat.OpenXml.Presentation.EndSoundAction? EndSoundAction /// This class is available in Microsoft365 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p232:phTypeExt> /// - /// + /// public partial class PlaceholderExtension : OpenXmlCompositeElement { /// @@ -22857,9 +22857,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PlaceholderTypeExtension. /// Represents the following element tag in the schema: p232:phTypeExt. /// - /// + /// /// xmlns:p232 = http://schemas.microsoft.com/office/powerpoint/2023/02/main - /// + /// public DocumentFormat.OpenXml.Office.PowerPoint.Y2023.M02.Main.PlaceholderTypeExtension? PlaceholderTypeExtension { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_schemaLibrary_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_schemaLibrary_2006_main.g.cs index 29548c236..09cd2adaa 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_schemaLibrary_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_schemaLibrary_2006_main.g.cs @@ -22,12 +22,12 @@ namespace DocumentFormat.OpenXml.CustomXmlSchemaReferences /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is sl:schemaLibrary. /// - /// + /// /// The following table lists the possible child types: /// /// <sl:schema> /// - /// + /// public partial class SchemaLibrary : OpenXmlCompositeElement { /// @@ -94,9 +94,9 @@ public Schema() : base() /// Custom XML Schema Namespace /// Represents the following attribute in the schema: sl:uri /// - /// + /// /// xmlns:sl=http://schemas.openxmlformats.org/schemaLibrary/2006/main - /// + /// public StringValue? Uri { get => GetAttribute(); @@ -107,9 +107,9 @@ public StringValue? Uri /// Resource File Location /// Represents the following attribute in the schema: sl:manifestLocation /// - /// + /// /// xmlns:sl=http://schemas.openxmlformats.org/schemaLibrary/2006/main - /// + /// public StringValue? ManifestLocation { get => GetAttribute(); @@ -120,9 +120,9 @@ public StringValue? ManifestLocation /// Custom XML Schema Location /// Represents the following attribute in the schema: sl:schemaLocation /// - /// + /// /// xmlns:sl=http://schemas.openxmlformats.org/schemaLibrary/2006/main - /// + /// public StringValue? SchemaLocation { get => GetAttribute(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_spreadsheetml_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_spreadsheetml_2006_main.g.cs index 40650b2ab..eb91e85a2 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_spreadsheetml_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_spreadsheetml_2006_main.g.cs @@ -99,13 +99,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:calcChain. /// - /// + /// /// The following table lists the possible child types: /// /// <x:c> /// <x:extLst> /// - /// + /// public partial class CalculationChain : OpenXmlPartRootElement { /// @@ -192,14 +192,14 @@ public CalculationChainPart? CalculationChainPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:comments. /// - /// + /// /// The following table lists the possible child types: /// /// <x:authors> /// <x:commentList> /// <x:extLst> /// - /// + /// public partial class Comments : OpenXmlPartRootElement { /// @@ -252,9 +252,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Authors. /// Represents the following element tag in the schema: x:authors. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Authors? Authors { get => GetElement(); @@ -265,9 +265,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Authors? Authors /// List of Comments. /// Represents the following element tag in the schema: x:commentList. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CommentList? CommentList { get => GetElement(); @@ -278,9 +278,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CommentList? CommentList /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -327,13 +327,13 @@ public WorksheetCommentsPart? WorksheetCommentsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:MapInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <x:Map> /// <x:Schema> /// - /// + /// public partial class MapInfo : OpenXmlPartRootElement { /// @@ -435,12 +435,12 @@ public CustomXmlMappingsPart? CustomXmlMappingsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:connections. /// - /// + /// /// The following table lists the possible child types: /// /// <x:connection> /// - /// + /// public partial class Connections : OpenXmlPartRootElement { /// @@ -525,7 +525,7 @@ public ConnectionsPart? ConnectionsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotCacheDefinition. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cacheFields> @@ -540,7 +540,7 @@ public ConnectionsPart? ConnectionsPart /// <x:extLst> /// <x:tupleCache> /// - /// + /// public partial class PivotCacheDefinition : OpenXmlPartRootElement { /// @@ -578,9 +578,9 @@ public PivotCacheDefinition(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -823,9 +823,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CacheSource. /// Represents the following element tag in the schema: x:cacheSource. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CacheSource? CacheSource { get => GetElement(); @@ -836,9 +836,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CacheSource? CacheSource /// CacheFields. /// Represents the following element tag in the schema: x:cacheFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CacheFields? CacheFields { get => GetElement(); @@ -849,9 +849,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CacheFields? CacheFields /// CacheHierarchies. /// Represents the following element tag in the schema: x:cacheHierarchies. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies? CacheHierarchies { get => GetElement(); @@ -862,9 +862,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CacheHierarchies? CacheHierarchies /// Kpis. /// Represents the following element tag in the schema: x:kpis. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Kpis? Kpis { get => GetElement(); @@ -875,9 +875,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Kpis? Kpis /// TupleCache. /// Represents the following element tag in the schema: x:tupleCache. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TupleCache? TupleCache { get => GetElement(); @@ -888,9 +888,9 @@ public DocumentFormat.OpenXml.Spreadsheet.TupleCache? TupleCache /// CalculatedItems. /// Represents the following element tag in the schema: x:calculatedItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CalculatedItems? CalculatedItems { get => GetElement(); @@ -901,9 +901,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CalculatedItems? CalculatedItems /// CalculatedMembers. /// Represents the following element tag in the schema: x:calculatedMembers. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers? CalculatedMembers { get => GetElement(); @@ -914,9 +914,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CalculatedMembers? CalculatedMembers /// Dimensions. /// Represents the following element tag in the schema: x:dimensions. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Dimensions? Dimensions { get => GetElement(); @@ -927,9 +927,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Dimensions? Dimensions /// MeasureGroups. /// Represents the following element tag in the schema: x:measureGroups. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MeasureGroups? MeasureGroups { get => GetElement(); @@ -940,9 +940,9 @@ public DocumentFormat.OpenXml.Spreadsheet.MeasureGroups? MeasureGroups /// Maps. /// Represents the following element tag in the schema: x:maps. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Maps? Maps { get => GetElement(); @@ -953,9 +953,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Maps? Maps /// PivotCacheDefinitionExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotCacheDefinitionExtensionList? PivotCacheDefinitionExtensionList { get => GetElement(); @@ -1002,13 +1002,13 @@ public PivotTableCacheDefinitionPart? PivotTableCacheDefinitionPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotCacheRecords. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:r> /// - /// + /// public partial class PivotCacheRecords : OpenXmlPartRootElement { /// @@ -1107,7 +1107,7 @@ public PivotTableCacheRecordsPart? PivotTableCacheRecordsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotTableDefinition. /// - /// + /// /// The following table lists the possible child types: /// /// <x:chartFormats> @@ -1128,7 +1128,7 @@ public PivotTableCacheRecordsPart? PivotTableCacheRecordsPart /// <x:rowHierarchiesUsage> /// <x:rowItems> /// - /// + /// public partial class PivotTableDefinition : OpenXmlPartRootElement { /// @@ -1980,9 +1980,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Location. /// Represents the following element tag in the schema: x:location. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Location? Location { get => GetElement(); @@ -1993,9 +1993,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Location? Location /// PivotFields. /// Represents the following element tag in the schema: x:pivotFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotFields? PivotFields { get => GetElement(); @@ -2006,9 +2006,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotFields? PivotFields /// RowFields. /// Represents the following element tag in the schema: x:rowFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RowFields? RowFields { get => GetElement(); @@ -2019,9 +2019,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RowFields? RowFields /// RowItems. /// Represents the following element tag in the schema: x:rowItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RowItems? RowItems { get => GetElement(); @@ -2032,9 +2032,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RowItems? RowItems /// ColumnFields. /// Represents the following element tag in the schema: x:colFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColumnFields? ColumnFields { get => GetElement(); @@ -2045,9 +2045,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColumnFields? ColumnFields /// ColumnItems. /// Represents the following element tag in the schema: x:colItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColumnItems? ColumnItems { get => GetElement(); @@ -2058,9 +2058,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColumnItems? ColumnItems /// PageFields. /// Represents the following element tag in the schema: x:pageFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageFields? PageFields { get => GetElement(); @@ -2071,9 +2071,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PageFields? PageFields /// DataFields. /// Represents the following element tag in the schema: x:dataFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DataFields? DataFields { get => GetElement(); @@ -2084,9 +2084,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DataFields? DataFields /// Formats. /// Represents the following element tag in the schema: x:formats. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Formats? Formats { get => GetElement(); @@ -2097,9 +2097,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Formats? Formats /// ConditionalFormats. /// Represents the following element tag in the schema: x:conditionalFormats. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? ConditionalFormats { get => GetElement(); @@ -2110,9 +2110,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ConditionalFormats? ConditionalFormats /// ChartFormats. /// Represents the following element tag in the schema: x:chartFormats. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ChartFormats? ChartFormats { get => GetElement(); @@ -2123,9 +2123,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ChartFormats? ChartFormats /// PivotHierarchies. /// Represents the following element tag in the schema: x:pivotHierarchies. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? PivotHierarchies { get => GetElement(); @@ -2136,9 +2136,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotHierarchies? PivotHierarchies /// PivotTableStyle. /// Represents the following element tag in the schema: x:pivotTableStyleInfo. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? PivotTableStyle { get => GetElement(); @@ -2149,9 +2149,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotTableStyle? PivotTableStyle /// PivotFilters. /// Represents the following element tag in the schema: x:filters. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotFilters? PivotFilters { get => GetElement(); @@ -2162,9 +2162,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotFilters? PivotFilters /// RowHierarchiesUsage. /// Represents the following element tag in the schema: x:rowHierarchiesUsage. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? RowHierarchiesUsage { get => GetElement(); @@ -2175,9 +2175,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RowHierarchiesUsage? RowHierarchiesUsa /// ColumnHierarchiesUsage. /// Represents the following element tag in the schema: x:colHierarchiesUsage. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? ColumnHierarchiesUsage { get => GetElement(); @@ -2188,9 +2188,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColumnHierarchiesUsage? ColumnHierarch /// PivotTableDefinitionExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotTableDefinitionExtensionList? PivotTableDefinitionExtensionList { get => GetElement(); @@ -2237,13 +2237,13 @@ public PivotTablePart? PivotTablePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:queryTable. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:queryTableRefresh> /// - /// + /// public partial class QueryTable : OpenXmlPartRootElement { /// @@ -2547,9 +2547,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// QueryTableRefresh. /// Represents the following element tag in the schema: x:queryTableRefresh. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh? QueryTableRefresh { get => GetElement(); @@ -2560,9 +2560,9 @@ public DocumentFormat.OpenXml.Spreadsheet.QueryTableRefresh? QueryTableRefresh /// QueryTableExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.QueryTableExtensionList? QueryTableExtensionList { get => GetElement(); @@ -2609,13 +2609,13 @@ public QueryTablePart? QueryTablePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:si> /// - /// + /// public partial class SharedStringTable : OpenXmlPartRootElement { /// @@ -2727,12 +2727,12 @@ public SharedStringTablePart? SharedStringTablePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:headers. /// - /// + /// /// The following table lists the possible child types: /// /// <x:header> /// - /// + /// public partial class Headers : OpenXmlPartRootElement { /// @@ -2961,7 +2961,7 @@ public WorkbookRevisionHeaderPart? WorkbookRevisionHeaderPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:revisions. /// - /// + /// /// The following table lists the possible child types: /// /// <x:raf> @@ -2977,7 +2977,7 @@ public WorkbookRevisionHeaderPart? WorkbookRevisionHeaderPart /// <x:rrc> /// <x:rsnm> /// - /// + /// public partial class Revisions : OpenXmlPartRootElement { /// @@ -3084,12 +3084,12 @@ public WorkbookRevisionLogPart? WorkbookRevisionLogPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:users. /// - /// + /// /// The following table lists the possible child types: /// /// <x:userInfo> /// - /// + /// public partial class Users : OpenXmlPartRootElement { /// @@ -3187,7 +3187,7 @@ public WorkbookUserDataPart? WorkbookUserDataPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:worksheet. /// - /// + /// /// The following table lists the possible child types: /// /// <x:autoFilter> @@ -3229,7 +3229,7 @@ public WorkbookUserDataPart? WorkbookUserDataPart /// <x:webPublishItems> /// <x:extLst> /// - /// + /// public partial class Worksheet : OpenXmlPartRootElement { /// @@ -3352,9 +3352,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SheetProperties. /// Represents the following element tag in the schema: x:sheetPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetProperties? SheetProperties { get => GetElement(); @@ -3365,9 +3365,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetProperties? SheetProperties /// SheetDimension. /// Represents the following element tag in the schema: x:dimension. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetDimension? SheetDimension { get => GetElement(); @@ -3378,9 +3378,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetDimension? SheetDimension /// SheetViews. /// Represents the following element tag in the schema: x:sheetViews. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetViews? SheetViews { get => GetElement(); @@ -3391,9 +3391,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetViews? SheetViews /// SheetFormatProperties. /// Represents the following element tag in the schema: x:sheetFormatPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? SheetFormatProperties { get => GetElement(); @@ -3440,7 +3440,7 @@ public WorksheetPart? WorksheetPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:chartsheet. /// - /// + /// /// The following table lists the possible child types: /// /// <x:sheetPr> @@ -3458,7 +3458,7 @@ public WorksheetPart? WorksheetPart /// <x:picture> /// <x:webPublishItems> /// - /// + /// public partial class Chartsheet : OpenXmlPartRootElement { /// @@ -3533,9 +3533,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Chart Sheet Properties. /// Represents the following element tag in the schema: x:sheetPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties? ChartSheetProperties { get => GetElement(); @@ -3546,9 +3546,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties? ChartSheetProper /// Chart Sheet Views. /// Represents the following element tag in the schema: x:sheetViews. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews? ChartSheetViews { get => GetElement(); @@ -3559,9 +3559,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ChartSheetViews? ChartSheetViews /// Chart Sheet Protection. /// Represents the following element tag in the schema: x:sheetProtection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection? ChartSheetProtection { get => GetElement(); @@ -3572,9 +3572,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ChartSheetProtection? ChartSheetProtec /// Custom Chart Sheet Views. /// Represents the following element tag in the schema: x:customSheetViews. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews? CustomChartsheetViews { get => GetElement(); @@ -3585,9 +3585,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews? CustomChartshee /// PageMargins. /// Represents the following element tag in the schema: x:pageMargins. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageMargins? PageMargins { get => GetElement(); @@ -3598,9 +3598,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PageMargins? PageMargins /// ChartSheetPageSetup. /// Represents the following element tag in the schema: x:pageSetup. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? ChartSheetPageSetup { get => GetElement(); @@ -3611,9 +3611,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? ChartSheetPageSet /// HeaderFooter. /// Represents the following element tag in the schema: x:headerFooter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? HeaderFooter { get => GetElement(); @@ -3624,9 +3624,9 @@ public DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? HeaderFooter /// Drawing. /// Represents the following element tag in the schema: x:drawing. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Drawing? Drawing { get => GetElement(); @@ -3637,9 +3637,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Drawing? Drawing /// LegacyDrawing. /// Represents the following element tag in the schema: x:legacyDrawing. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? LegacyDrawing { get => GetElement(); @@ -3650,9 +3650,9 @@ public DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? LegacyDrawing /// Legacy Drawing Reference in Header Footer. /// Represents the following element tag in the schema: x:legacyDrawingHF. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? LegacyDrawingHeaderFooter { get => GetElement(); @@ -3663,9 +3663,9 @@ public DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? LegacyDrawi /// DrawingHeaderFooter. /// Represents the following element tag in the schema: x:drawingHF. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? DrawingHeaderFooter { get => GetElement(); @@ -3676,9 +3676,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? DrawingHeaderFoot /// Picture. /// Represents the following element tag in the schema: x:picture. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Picture? Picture { get => GetElement(); @@ -3689,9 +3689,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Picture? Picture /// WebPublishItems. /// Represents the following element tag in the schema: x:webPublishItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.WebPublishItems? WebPublishItems { get => GetElement(); @@ -3702,9 +3702,9 @@ public DocumentFormat.OpenXml.Spreadsheet.WebPublishItems? WebPublishItems /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -3751,7 +3751,7 @@ public ChartsheetPart? ChartsheetPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dialogsheet. /// - /// + /// /// The following table lists the possible child types: /// /// <x:controls> @@ -3771,7 +3771,7 @@ public ChartsheetPart? ChartsheetPart /// <x:sheetProtection> /// <x:sheetViews> /// - /// + /// public partial class DialogSheet : OpenXmlPartRootElement { /// @@ -3850,9 +3850,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Sheet Properties. /// Represents the following element tag in the schema: x:sheetPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetProperties? SheetProperties { get => GetElement(); @@ -3863,9 +3863,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetProperties? SheetProperties /// Dialog Sheet Views. /// Represents the following element tag in the schema: x:sheetViews. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetViews? SheetViews { get => GetElement(); @@ -3876,9 +3876,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetViews? SheetViews /// Dialog Sheet Format Properties. /// Represents the following element tag in the schema: x:sheetFormatPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? SheetFormatProperties { get => GetElement(); @@ -3889,9 +3889,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetFormatProperties? SheetFormatProp /// Sheet Protection. /// Represents the following element tag in the schema: x:sheetProtection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetProtection? SheetProtection { get => GetElement(); @@ -3902,9 +3902,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetProtection? SheetProtection /// Custom Sheet Views. /// Represents the following element tag in the schema: x:customSheetViews. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews? CustomSheetViews { get => GetElement(); @@ -3915,9 +3915,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CustomSheetViews? CustomSheetViews /// Print Options. /// Represents the following element tag in the schema: x:printOptions. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PrintOptions? PrintOptions { get => GetElement(); @@ -3928,9 +3928,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PrintOptions? PrintOptions /// Page Margins. /// Represents the following element tag in the schema: x:pageMargins. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageMargins? PageMargins { get => GetElement(); @@ -3941,9 +3941,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PageMargins? PageMargins /// Page Setup Settings. /// Represents the following element tag in the schema: x:pageSetup. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageSetup? PageSetup { get => GetElement(); @@ -3954,9 +3954,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PageSetup? PageSetup /// Header and Footer Settings. /// Represents the following element tag in the schema: x:headerFooter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? HeaderFooter { get => GetElement(); @@ -3967,9 +3967,9 @@ public DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? HeaderFooter /// Drawing. /// Represents the following element tag in the schema: x:drawing. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Drawing? Drawing { get => GetElement(); @@ -3980,9 +3980,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Drawing? Drawing /// Legacy Drawing. /// Represents the following element tag in the schema: x:legacyDrawing. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? LegacyDrawing { get => GetElement(); @@ -3993,9 +3993,9 @@ public DocumentFormat.OpenXml.Spreadsheet.LegacyDrawing? LegacyDrawing /// Legacy Drawing Header Footer. /// Represents the following element tag in the schema: x:legacyDrawingHF. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? LegacyDrawingHeaderFooter { get => GetElement(); @@ -4006,9 +4006,9 @@ public DocumentFormat.OpenXml.Spreadsheet.LegacyDrawingHeaderFooter? LegacyDrawi /// DrawingHeaderFooter. /// Represents the following element tag in the schema: x:drawingHF. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? DrawingHeaderFooter { get => GetElement(); @@ -4019,9 +4019,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter? DrawingHeaderFoot /// OleObjects. /// Represents the following element tag in the schema: x:oleObjects. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OleObjects? OleObjects { get => GetElement(); @@ -4032,9 +4032,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OleObjects? OleObjects /// Controls. /// Represents the following element tag in the schema: x:controls. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Controls? Controls { get => GetElement(); @@ -4045,9 +4045,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Controls? Controls /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -4094,7 +4094,7 @@ public DialogsheetPart? DialogsheetPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:metadata. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> @@ -4105,7 +4105,7 @@ public DialogsheetPart? DialogsheetPart /// <x:metadataStrings> /// <x:metadataTypes> /// - /// + /// public partial class Metadata : OpenXmlPartRootElement { /// @@ -4166,9 +4166,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Metadata Types Collection. /// Represents the following element tag in the schema: x:metadataTypes. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MetadataTypes? MetadataTypes { get => GetElement(); @@ -4179,9 +4179,9 @@ public DocumentFormat.OpenXml.Spreadsheet.MetadataTypes? MetadataTypes /// Metadata String Store. /// Represents the following element tag in the schema: x:metadataStrings. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MetadataStrings? MetadataStrings { get => GetElement(); @@ -4192,9 +4192,9 @@ public DocumentFormat.OpenXml.Spreadsheet.MetadataStrings? MetadataStrings /// MDX Metadata Information. /// Represents the following element tag in the schema: x:mdxMetadata. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MdxMetadata? MdxMetadata { get => GetElement(); @@ -4241,12 +4241,12 @@ public CellMetadataPart? CellMetadataPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:singleXmlCells. /// - /// + /// /// The following table lists the possible child types: /// /// <x:singleXmlCell> /// - /// + /// public partial class SingleXmlCells : OpenXmlPartRootElement { /// @@ -4331,7 +4331,7 @@ public SingleCellTablePart? SingleCellTablePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:styleSheet. /// - /// + /// /// The following table lists the possible child types: /// /// <x:borders> @@ -4346,7 +4346,7 @@ public SingleCellTablePart? SingleCellTablePart /// <x:extLst> /// <x:tableStyles> /// - /// + /// public partial class Stylesheet : OpenXmlPartRootElement { /// @@ -4415,9 +4415,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// NumberingFormats. /// Represents the following element tag in the schema: x:numFmts. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.NumberingFormats? NumberingFormats { get => GetElement(); @@ -4428,9 +4428,9 @@ public DocumentFormat.OpenXml.Spreadsheet.NumberingFormats? NumberingFormats /// Fonts. /// Represents the following element tag in the schema: x:fonts. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Fonts? Fonts { get => GetElement(); @@ -4441,9 +4441,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Fonts? Fonts /// Fills. /// Represents the following element tag in the schema: x:fills. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Fills? Fills { get => GetElement(); @@ -4454,9 +4454,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Fills? Fills /// Borders. /// Represents the following element tag in the schema: x:borders. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Borders? Borders { get => GetElement(); @@ -4467,9 +4467,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Borders? Borders /// CellStyleFormats. /// Represents the following element tag in the schema: x:cellStyleXfs. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats? CellStyleFormats { get => GetElement(); @@ -4480,9 +4480,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CellStyleFormats? CellStyleFormats /// CellFormats. /// Represents the following element tag in the schema: x:cellXfs. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CellFormats? CellFormats { get => GetElement(); @@ -4493,9 +4493,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CellFormats? CellFormats /// CellStyles. /// Represents the following element tag in the schema: x:cellStyles. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CellStyles? CellStyles { get => GetElement(); @@ -4506,9 +4506,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CellStyles? CellStyles /// DifferentialFormats. /// Represents the following element tag in the schema: x:dxfs. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats? DifferentialFormats { get => GetElement(); @@ -4519,9 +4519,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DifferentialFormats? DifferentialForma /// TableStyles. /// Represents the following element tag in the schema: x:tableStyles. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TableStyles? TableStyles { get => GetElement(); @@ -4532,9 +4532,9 @@ public DocumentFormat.OpenXml.Spreadsheet.TableStyles? TableStyles /// Colors. /// Represents the following element tag in the schema: x:colors. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Colors? Colors { get => GetElement(); @@ -4545,9 +4545,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Colors? Colors /// StylesheetExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.StylesheetExtensionList? StylesheetExtensionList { get => GetElement(); @@ -4594,7 +4594,7 @@ public WorkbookStylesPart? WorkbookStylesPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:externalLink. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ddeLink> @@ -4602,7 +4602,7 @@ public WorkbookStylesPart? WorkbookStylesPart /// <x:externalBook> /// <x:oleLink> /// - /// + /// public partial class ExternalLink : OpenXmlPartRootElement { /// @@ -4696,7 +4696,7 @@ public ExternalWorkbookPart? ExternalWorkbookPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:table. /// - /// + /// /// The following table lists the possible child types: /// /// <x:autoFilter> @@ -4705,7 +4705,7 @@ public ExternalWorkbookPart? ExternalWorkbookPart /// <x:extLst> /// <x:tableStyleInfo> /// - /// + /// public partial class Table : OpenXmlPartRootElement { /// @@ -5029,9 +5029,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table AutoFilter. /// Represents the following element tag in the schema: x:autoFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.AutoFilter? AutoFilter { get => GetElement(); @@ -5042,9 +5042,9 @@ public DocumentFormat.OpenXml.Spreadsheet.AutoFilter? AutoFilter /// Sort State. /// Represents the following element tag in the schema: x:sortState. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SortState? SortState { get => GetElement(); @@ -5055,9 +5055,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SortState? SortState /// Table Columns. /// Represents the following element tag in the schema: x:tableColumns. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TableColumns? TableColumns { get => GetElement(); @@ -5068,9 +5068,9 @@ public DocumentFormat.OpenXml.Spreadsheet.TableColumns? TableColumns /// Table Style. /// Represents the following element tag in the schema: x:tableStyleInfo. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo? TableStyleInfo { get => GetElement(); @@ -5081,9 +5081,9 @@ public DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo? TableStyleInfo /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TableExtensionList? TableExtensionList { get => GetElement(); @@ -5130,13 +5130,13 @@ public TableDefinitionPart? TableDefinitionPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:volTypes. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:volType> /// - /// + /// public partial class VolatileTypes : OpenXmlPartRootElement { /// @@ -5223,7 +5223,7 @@ public VolatileDependenciesPart? VolatileDependenciesPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:workbook. /// - /// + /// /// The following table lists the possible child types: /// /// <x:bookViews> @@ -5245,7 +5245,7 @@ public VolatileDependenciesPart? VolatileDependenciesPart /// <x:workbookProtection> /// <x15ac:absPath> /// - /// + /// public partial class Workbook : OpenXmlPartRootElement { /// @@ -5340,9 +5340,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FileVersion. /// Represents the following element tag in the schema: x:fileVersion. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FileVersion? FileVersion { get => GetElement(); @@ -5353,9 +5353,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FileVersion? FileVersion /// FileSharing. /// Represents the following element tag in the schema: x:fileSharing. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FileSharing? FileSharing { get => GetElement(); @@ -5366,9 +5366,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FileSharing? FileSharing /// WorkbookProperties. /// Represents the following element tag in the schema: x:workbookPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties? WorkbookProperties { get => GetElement(); @@ -5379,9 +5379,9 @@ public DocumentFormat.OpenXml.Spreadsheet.WorkbookProperties? WorkbookProperties /// AbsolutePath, this property is only available in Office 2013 and later.. /// Represents the following element tag in the schema: x15ac:absPath. /// - /// + /// /// xmlns:x15ac = http://schemas.microsoft.com/office/spreadsheetml/2010/11/ac - /// + /// public DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath? AbsolutePath { get => GetElement(); @@ -5392,9 +5392,9 @@ public DocumentFormat.OpenXml.Office2013.ExcelAc.AbsolutePath? AbsolutePath /// WorkbookProtection. /// Represents the following element tag in the schema: x:workbookProtection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection? WorkbookProtection { get => GetElement(); @@ -5405,9 +5405,9 @@ public DocumentFormat.OpenXml.Spreadsheet.WorkbookProtection? WorkbookProtection /// BookViews. /// Represents the following element tag in the schema: x:bookViews. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.BookViews? BookViews { get => GetElement(); @@ -5418,9 +5418,9 @@ public DocumentFormat.OpenXml.Spreadsheet.BookViews? BookViews /// Sheets. /// Represents the following element tag in the schema: x:sheets. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Sheets? Sheets { get => GetElement(); @@ -5431,9 +5431,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Sheets? Sheets /// FunctionGroups. /// Represents the following element tag in the schema: x:functionGroups. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FunctionGroups? FunctionGroups { get => GetElement(); @@ -5444,9 +5444,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FunctionGroups? FunctionGroups /// ExternalReferences. /// Represents the following element tag in the schema: x:externalReferences. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExternalReferences? ExternalReferences { get => GetElement(); @@ -5457,9 +5457,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ExternalReferences? ExternalReferences /// DefinedNames. /// Represents the following element tag in the schema: x:definedNames. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DefinedNames? DefinedNames { get => GetElement(); @@ -5470,9 +5470,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DefinedNames? DefinedNames /// CalculationProperties. /// Represents the following element tag in the schema: x:calcPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CalculationProperties? CalculationProperties { get => GetElement(); @@ -5483,9 +5483,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CalculationProperties? CalculationProp /// OleSize. /// Represents the following element tag in the schema: x:oleSize. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OleSize? OleSize { get => GetElement(); @@ -5496,9 +5496,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OleSize? OleSize /// CustomWorkbookViews. /// Represents the following element tag in the schema: x:customWorkbookViews. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews? CustomWorkbookViews { get => GetElement(); @@ -5509,9 +5509,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CustomWorkbookViews? CustomWorkbookVie /// PivotCaches. /// Represents the following element tag in the schema: x:pivotCaches. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotCaches? PivotCaches { get => GetElement(); @@ -5522,9 +5522,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotCaches? PivotCaches /// WebPublishing. /// Represents the following element tag in the schema: x:webPublishing. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.WebPublishing? WebPublishing { get => GetElement(); @@ -5571,7 +5571,7 @@ public WorkbookPart? WorkbookPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:filterColumn. /// - /// + /// /// The following table lists the possible child types: /// /// <x:colorFilter> @@ -5584,7 +5584,7 @@ public WorkbookPart? WorkbookPart /// <x14:customFilters> /// <x14:iconFilter> /// - /// + /// public partial class FilterColumn : OpenXmlCompositeElement { /// @@ -5686,9 +5686,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Filter Criteria. /// Represents the following element tag in the schema: x:filters. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Filters? Filters { get => GetElement(); @@ -5699,9 +5699,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Filters? Filters /// Top 10. /// Represents the following element tag in the schema: x:top10. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Top10? Top10 { get => GetElement(); @@ -5712,9 +5712,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Top10? Top10 /// CustomFilters14, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: x14:customFilters. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? CustomFilters14 { get => GetElement(); @@ -5725,9 +5725,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.CustomFilters? CustomFilters14 /// Custom Filters. /// Represents the following element tag in the schema: x:customFilters. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CustomFilters? CustomFilters { get => GetElement(); @@ -5738,9 +5738,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CustomFilters? CustomFilters /// Dynamic Filter. /// Represents the following element tag in the schema: x:dynamicFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? DynamicFilter { get => GetElement(); @@ -5751,9 +5751,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DynamicFilter? DynamicFilter /// Color Filter Criteria. /// Represents the following element tag in the schema: x:colorFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColorFilter? ColorFilter { get => GetElement(); @@ -5764,9 +5764,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColorFilter? ColorFilter /// IconFilter14, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: x14:iconFilter. /// - /// + /// /// xmlns:x14 = http://schemas.microsoft.com/office/spreadsheetml/2009/9/main - /// + /// public DocumentFormat.OpenXml.Office2010.Excel.IconFilter? IconFilter14 { get => GetElement(); @@ -5777,9 +5777,9 @@ public DocumentFormat.OpenXml.Office2010.Excel.IconFilter? IconFilter14 /// Icon Filter. /// Represents the following element tag in the schema: x:iconFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.IconFilter? IconFilter { get => GetElement(); @@ -5790,9 +5790,9 @@ public DocumentFormat.OpenXml.Spreadsheet.IconFilter? IconFilter /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -5808,14 +5808,14 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sortState. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:sortCondition> /// <x14:sortCondition> /// - /// + /// public partial class SortState : OpenXmlCompositeElement { /// @@ -5924,12 +5924,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ExtensionList : OpenXmlCompositeElement { /// @@ -6139,12 +6139,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:authors. /// - /// + /// /// The following table lists the possible child types: /// /// <x:author> /// - /// + /// public partial class Authors : OpenXmlCompositeElement { /// @@ -6198,12 +6198,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:commentList. /// - /// + /// /// The following table lists the possible child types: /// /// <x:comment> /// - /// + /// public partial class CommentList : OpenXmlCompositeElement { /// @@ -6257,13 +6257,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:comment. /// - /// + /// /// The following table lists the possible child types: /// /// <x:commentPr> /// <x:text> /// - /// + /// public partial class Comment : OpenXmlCompositeElement { /// @@ -6373,9 +6373,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Comment Text. /// Represents the following element tag in the schema: x:text. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CommentText? CommentText { get => GetElement(); @@ -6386,9 +6386,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CommentText? CommentText /// CommentProperties, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: x:commentPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CommentProperties? CommentProperties { get => GetElement(); @@ -6989,9 +6989,9 @@ internal override OpenXmlSimpleType InnerTextToValue(string text) /// Content Contains Significant Whitespace /// Represents the following attribute in the schema: xml:space /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public EnumValue? Space { get => GetAttribute>(); @@ -7104,12 +7104,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:Map. /// - /// + /// /// The following table lists the possible child types: /// /// <x:DataBinding> /// - /// + /// public partial class Map : OpenXmlCompositeElement { /// @@ -7289,9 +7289,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// XML Mapping. /// Represents the following element tag in the schema: x:DataBinding. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DataBinding? DataBinding { get => GetElement(); @@ -7427,7 +7427,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:connection. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> @@ -7437,7 +7437,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:textPr> /// <x:webPr> /// - /// + /// public partial class Connection : OpenXmlCompositeElement { /// @@ -7732,9 +7732,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DatabaseProperties. /// Represents the following element tag in the schema: x:dbPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties? DatabaseProperties { get => GetElement(); @@ -7745,9 +7745,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DatabaseProperties? DatabaseProperties /// OlapProperties. /// Represents the following element tag in the schema: x:olapPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OlapProperties? OlapProperties { get => GetElement(); @@ -7758,9 +7758,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OlapProperties? OlapProperties /// WebQueryProperties. /// Represents the following element tag in the schema: x:webPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties? WebQueryProperties { get => GetElement(); @@ -7771,9 +7771,9 @@ public DocumentFormat.OpenXml.Spreadsheet.WebQueryProperties? WebQueryProperties /// TextProperties. /// Represents the following element tag in the schema: x:textPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TextProperties? TextProperties { get => GetElement(); @@ -7784,9 +7784,9 @@ public DocumentFormat.OpenXml.Spreadsheet.TextProperties? TextProperties /// Parameters. /// Represents the following element tag in the schema: x:parameters. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Parameters? Parameters { get => GetElement(); @@ -7797,9 +7797,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Parameters? Parameters /// ConnectionExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList? ConnectionExtensionList { get => GetElement(); @@ -7815,14 +7815,14 @@ public DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList? ConnectionExt /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tables. /// - /// + /// /// The following table lists the possible child types: /// /// <x:x> /// <x:m> /// <x:s> /// - /// + /// public partial class Tables : OpenXmlCompositeElement { /// @@ -8186,7 +8186,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cacheField. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> @@ -8194,7 +8194,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:sharedItems> /// <x:mpMap> /// - /// + /// public partial class CacheField : OpenXmlCompositeElement { /// @@ -8397,9 +8397,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SharedItems. /// Represents the following element tag in the schema: x:sharedItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SharedItems? SharedItems { get => GetElement(); @@ -8410,9 +8410,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SharedItems? SharedItems /// FieldGroup. /// Represents the following element tag in the schema: x:fieldGroup. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FieldGroup? FieldGroup { get => GetElement(); @@ -8428,12 +8428,12 @@ public DocumentFormat.OpenXml.Spreadsheet.FieldGroup? FieldGroup /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pages. /// - /// + /// /// The following table lists the possible child types: /// /// <x:page> /// - /// + /// public partial class Pages : OpenXmlCompositeElement { /// @@ -8499,12 +8499,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rangeSets. /// - /// + /// /// The following table lists the possible child types: /// /// <x:rangeSet> /// - /// + /// public partial class RangeSets : OpenXmlCompositeElement { /// @@ -8570,12 +8570,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:page. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pageItem> /// - /// + /// public partial class Page : OpenXmlCompositeElement { /// @@ -8763,9 +8763,9 @@ public StringValue? Sheet /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -8798,13 +8798,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:m. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpls> /// <x:x> /// - /// + /// public partial class MissingItem : OpenXmlCompositeElement { /// @@ -8990,13 +8990,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:n. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpls> /// <x:x> /// - /// + /// public partial class NumberItem : OpenXmlCompositeElement { /// @@ -9199,12 +9199,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:b. /// - /// + /// /// The following table lists the possible child types: /// /// <x:x> /// - /// + /// public partial class BooleanItem : OpenXmlCompositeElement { /// @@ -9318,13 +9318,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:e. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpls> /// <x:x> /// - /// + /// public partial class ErrorItem : OpenXmlCompositeElement { /// @@ -9519,9 +9519,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Tuples. /// Represents the following element tag in the schema: x:tpls. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Tuples? Tuples { get => GetElement(); @@ -9537,13 +9537,13 @@ public DocumentFormat.OpenXml.Spreadsheet.Tuples? Tuples /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:s. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpls> /// <x:x> /// - /// + /// public partial class StringItem : OpenXmlCompositeElement { /// @@ -9743,12 +9743,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:d. /// - /// + /// /// The following table lists the possible child types: /// /// <x:x> /// - /// + /// public partial class DateTimeItem : OpenXmlCompositeElement { /// @@ -9862,12 +9862,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tpls. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpl> /// - /// + /// public partial class Tuples : TuplesType { /// @@ -9920,12 +9920,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sortByTuple. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpl> /// - /// + /// public partial class SortByTuple : TuplesType { /// @@ -9978,12 +9978,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpl> /// - /// + /// public abstract partial class TuplesType : OpenXmlCompositeElement { /// @@ -10122,7 +10122,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:r. /// - /// + /// /// The following table lists the possible child types: /// /// <x:b> @@ -10133,7 +10133,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:n> /// <x:s> /// - /// + /// public partial class PivotCacheRecord : OpenXmlCompositeElement { /// @@ -10394,13 +10394,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:groupLevel. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:groups> /// - /// + /// public partial class GroupLevel : OpenXmlCompositeElement { /// @@ -10503,9 +10503,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OLAP Level Groups. /// Represents the following element tag in the schema: x:groups. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Groups? Groups { get => GetElement(); @@ -10516,9 +10516,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Groups? Groups /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -10534,12 +10534,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:groups. /// - /// + /// /// The following table lists the possible child types: /// /// <x:group> /// - /// + /// public partial class Groups : OpenXmlCompositeElement { /// @@ -10605,12 +10605,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:group. /// - /// + /// /// The following table lists the possible child types: /// /// <x:groupMembers> /// - /// + /// public partial class Group : OpenXmlCompositeElement { /// @@ -10728,9 +10728,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OLAP Group Members. /// Represents the following element tag in the schema: x:groupMembers. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.GroupMembers? GroupMembers { get => GetElement(); @@ -10746,12 +10746,12 @@ public DocumentFormat.OpenXml.Spreadsheet.GroupMembers? GroupMembers /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:groupMembers. /// - /// + /// /// The following table lists the possible child types: /// /// <x:groupMember> /// - /// + /// public partial class GroupMembers : OpenXmlCompositeElement { /// @@ -10869,7 +10869,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:entries. /// - /// + /// /// The following table lists the possible child types: /// /// <x:e> @@ -10877,7 +10877,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:n> /// <x:s> /// - /// + /// public partial class Entries : OpenXmlCompositeElement { /// @@ -10949,12 +10949,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sets. /// - /// + /// /// The following table lists the possible child types: /// /// <x:set> /// - /// + /// public partial class Sets : OpenXmlCompositeElement { /// @@ -11020,12 +11020,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:queryCache. /// - /// + /// /// The following table lists the possible child types: /// /// <x:query> /// - /// + /// public partial class QueryCache : OpenXmlCompositeElement { /// @@ -11091,12 +11091,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:serverFormats. /// - /// + /// /// The following table lists the possible child types: /// /// <x:serverFormat> /// - /// + /// public partial class ServerFormats : OpenXmlCompositeElement { /// @@ -11276,13 +11276,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:set. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpls> /// <x:sortByTuple> /// - /// + /// public partial class TupleSet : OpenXmlCompositeElement { /// @@ -11402,12 +11402,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:query. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tpls> /// - /// + /// public partial class Query : OpenXmlCompositeElement { /// @@ -11472,9 +11472,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Tuples. /// Represents the following element tag in the schema: x:tpls. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Tuples? Tuples { get => GetElement(); @@ -11490,13 +11490,13 @@ public DocumentFormat.OpenXml.Spreadsheet.Tuples? Tuples /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:calculatedItem. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:pivotArea> /// - /// + /// public partial class CalculatedItem : OpenXmlCompositeElement { /// @@ -11570,9 +11570,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Calculated Item Location. /// Represents the following element tag in the schema: x:pivotArea. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea { get => GetElement(); @@ -11583,9 +11583,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -11601,13 +11601,13 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotArea. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:references> /// - /// + /// public partial class PivotArea : OpenXmlCompositeElement { /// @@ -11792,9 +11792,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// References. /// Represents the following element tag in the schema: x:references. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? PivotAreaReferences { get => GetElement(); @@ -11805,9 +11805,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotAreaReferences? PivotAreaReferenc /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -11823,12 +11823,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:calculatedMember. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class CalculatedMember : OpenXmlCompositeElement { /// @@ -11970,9 +11970,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// CalculatedMemberExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList? CalculatedMemberExtensionList { get => GetElement(); @@ -11988,14 +11988,14 @@ public DocumentFormat.OpenXml.Spreadsheet.CalculatedMemberExtensionList? Calcula /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotField. /// - /// + /// /// The following table lists the possible child types: /// /// <x:autoSortScope> /// <x:items> /// <x:extLst> /// - /// + /// public partial class PivotField : OpenXmlCompositeElement { /// @@ -12578,9 +12578,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Field Items. /// Represents the following element tag in the schema: x:items. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Items? Items { get => GetElement(); @@ -12591,9 +12591,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Items? Items /// AutoSort Scope. /// Represents the following element tag in the schema: x:autoSortScope. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.AutoSortScope? AutoSortScope { get => GetElement(); @@ -12604,9 +12604,9 @@ public DocumentFormat.OpenXml.Spreadsheet.AutoSortScope? AutoSortScope /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList? PivotFieldExtensionList { get => GetElement(); @@ -12771,12 +12771,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dataField. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class DataField : OpenXmlCompositeElement { /// @@ -12907,9 +12907,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DataFieldExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList? DataFieldExtensionList { get => GetElement(); @@ -12925,12 +12925,12 @@ public DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList? DataFieldExten /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:i. /// - /// + /// /// The following table lists the possible child types: /// /// <x:x> /// - /// + /// public partial class RowItem : OpenXmlCompositeElement { /// @@ -13059,13 +13059,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:format. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:pivotArea> /// - /// + /// public partial class Format : OpenXmlCompositeElement { /// @@ -13140,9 +13140,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pivot Table Location. /// Represents the following element tag in the schema: x:pivotArea. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea { get => GetElement(); @@ -13153,9 +13153,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -13171,13 +13171,13 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:conditionalFormat. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:pivotAreas> /// - /// + /// public partial class ConditionalFormat : OpenXmlCompositeElement { /// @@ -13266,9 +13266,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pivot Areas. /// Represents the following element tag in the schema: x:pivotAreas. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotAreas? PivotAreas { get => GetElement(); @@ -13279,9 +13279,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotAreas? PivotAreas /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -13297,12 +13297,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotAreas. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotArea> /// - /// + /// public partial class PivotAreas : OpenXmlCompositeElement { /// @@ -13368,12 +13368,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:chartFormat. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotArea> /// - /// + /// public partial class ChartFormat : OpenXmlCompositeElement { /// @@ -13462,9 +13462,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pivot Table Location Rule. /// Represents the following element tag in the schema: x:pivotArea. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea { get => GetElement(); @@ -13480,14 +13480,14 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotHierarchy. /// - /// + /// /// The following table lists the possible child types: /// /// <x:mps> /// <x:members> /// <x:extLst> /// - /// + /// public partial class PivotHierarchy : OpenXmlCompositeElement { /// @@ -13663,9 +13663,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OLAP Member Properties. /// Represents the following element tag in the schema: x:mps. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MemberProperties? MemberProperties { get => GetElement(); @@ -14121,13 +14121,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:filter. /// - /// + /// /// The following table lists the possible child types: /// /// <x:autoFilter> /// <x:extLst> /// - /// + /// public partial class PivotFilter : OpenXmlCompositeElement { /// @@ -14313,9 +14313,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AutoFilter. /// Represents the following element tag in the schema: x:autoFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.AutoFilter? AutoFilter { get => GetElement(); @@ -14326,9 +14326,9 @@ public DocumentFormat.OpenXml.Spreadsheet.AutoFilter? AutoFilter /// PivotFilterExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList? PivotFilterExtensionList { get => GetElement(); @@ -14344,14 +14344,14 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotFilterExtensionList? PivotFilterE /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cacheHierarchy. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:fieldsUsage> /// <x:groupLevels> /// - /// + /// public partial class CacheHierarchy : OpenXmlCompositeElement { /// @@ -14659,9 +14659,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FieldsUsage. /// Represents the following element tag in the schema: x:fieldsUsage. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FieldsUsage? FieldsUsage { get => GetElement(); @@ -14672,9 +14672,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FieldsUsage? FieldsUsage /// GroupLevels. /// Represents the following element tag in the schema: x:groupLevels. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.GroupLevels? GroupLevels { get => GetElement(); @@ -14685,9 +14685,9 @@ public DocumentFormat.OpenXml.Spreadsheet.GroupLevels? GroupLevels /// CacheHierarchyExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CacheHierarchyExtensionList? CacheHierarchyExtensionList { get => GetElement(); @@ -14817,12 +14817,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:discretePr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:x> /// - /// + /// public partial class DiscreteProperties : OpenXmlCompositeElement { /// @@ -14888,7 +14888,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:groupItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x:b> @@ -14898,7 +14898,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:n> /// <x:s> /// - /// + /// public partial class GroupItems : OpenXmlCompositeElement { /// @@ -14974,12 +14974,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pageField. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class PageField : OpenXmlCompositeElement { /// @@ -15089,9 +15089,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -15107,12 +15107,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:references. /// - /// + /// /// The following table lists the possible child types: /// /// <x:reference> /// - /// + /// public partial class PivotAreaReferences : OpenXmlCompositeElement { /// @@ -15178,13 +15178,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:reference. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:x> /// - /// + /// public partial class PivotAreaReference : OpenXmlCompositeElement { /// @@ -15428,12 +15428,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:queryTableFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:queryTableField> /// - /// + /// public partial class QueryTableFields : OpenXmlCompositeElement { /// @@ -15499,12 +15499,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:queryTableDeletedFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:deletedField> /// - /// + /// public partial class QueryTableDeletedFields : OpenXmlCompositeElement { /// @@ -15610,12 +15610,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:queryTableField. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class QueryTableField : OpenXmlCompositeElement { /// @@ -15751,9 +15751,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -15769,7 +15769,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:si. /// - /// + /// /// The following table lists the possible child types: /// /// <x:phoneticPr> @@ -15777,7 +15777,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// <x:r> /// <x:t> /// - /// + /// public partial class SharedStringItem : RstType { /// @@ -15833,7 +15833,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:is. /// - /// + /// /// The following table lists the possible child types: /// /// <x:phoneticPr> @@ -15841,7 +15841,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:r> /// <x:t> /// - /// + /// public partial class InlineString : RstType { /// @@ -15897,7 +15897,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:text. /// - /// + /// /// The following table lists the possible child types: /// /// <x:phoneticPr> @@ -15905,7 +15905,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:r> /// <x:t> /// - /// + /// public partial class CommentText : RstType { /// @@ -15961,7 +15961,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x:phoneticPr> @@ -15969,7 +15969,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:r> /// <x:t> /// - /// + /// public abstract partial class RstType : OpenXmlCompositeElement { /// @@ -16016,9 +16016,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text. /// Represents the following element tag in the schema: x:t. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Text? Text { get => GetElement(); @@ -16694,7 +16694,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:b> @@ -16713,7 +16713,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:u> /// <x:vertAlign> /// - /// + /// public partial class RunProperties : OpenXmlCompositeElement { /// @@ -16795,13 +16795,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:r. /// - /// + /// /// The following table lists the possible child types: /// /// <x:rPr> /// <x:t> /// - /// + /// public partial class Run : OpenXmlCompositeElement { /// @@ -16852,9 +16852,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Run Properties. /// Represents the following element tag in the schema: x:rPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RunProperties? RunProperties { get => GetElement(); @@ -16865,9 +16865,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RunProperties? RunProperties /// Text. /// Represents the following element tag in the schema: x:t. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Text? Text { get => GetElement(); @@ -16883,12 +16883,12 @@ public DocumentFormat.OpenXml.Spreadsheet.Text? Text /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rPh. /// - /// + /// /// The following table lists the possible child types: /// /// <x:t> /// - /// + /// public partial class PhoneticRun : OpenXmlCompositeElement { /// @@ -16967,9 +16967,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text. /// Represents the following element tag in the schema: x:t. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Text? Text { get => GetElement(); @@ -17047,14 +17047,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:header. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:reviewedList> /// <x:sheetIdMap> /// - /// + /// public partial class Header : OpenXmlCompositeElement { /// @@ -17132,9 +17132,9 @@ public StringValue? UserName /// Relationship ID /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -17207,9 +17207,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Sheet Id Map. /// Represents the following element tag in the schema: x:sheetIdMap. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetIdMap? SheetIdMap { get => GetElement(); @@ -17220,9 +17220,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetIdMap? SheetIdMap /// Reviewed List. /// Represents the following element tag in the schema: x:reviewedList. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ReviewedList? ReviewedList { get => GetElement(); @@ -17233,9 +17233,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ReviewedList? ReviewedList /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -17251,14 +17251,14 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rrc. /// - /// + /// /// The following table lists the possible child types: /// /// <x:rcc> /// <x:rfmt> /// <x:undo> /// - /// + /// public partial class RevisionRowColumn : OpenXmlCompositeElement { /// @@ -17418,14 +17418,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rm. /// - /// + /// /// The following table lists the possible child types: /// /// <x:rcc> /// <x:rfmt> /// <x:undo> /// - /// + /// public partial class RevisionMove : OpenXmlCompositeElement { /// @@ -17629,12 +17629,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rsnm. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class RevisionSheetName : OpenXmlCompositeElement { /// @@ -17763,9 +17763,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -17886,7 +17886,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rcc. /// - /// + /// /// The following table lists the possible child types: /// /// <x:oc> @@ -17895,7 +17895,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:extLst> /// <x:nc> /// - /// + /// public partial class RevisionCellChange : OpenXmlCompositeElement { /// @@ -18114,9 +18114,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Old Cell Data. /// Represents the following element tag in the schema: x:oc. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OldCell? OldCell { get => GetElement(); @@ -18127,9 +18127,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OldCell? OldCell /// New Cell Data. /// Represents the following element tag in the schema: x:nc. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.NewCell? NewCell { get => GetElement(); @@ -18140,9 +18140,9 @@ public DocumentFormat.OpenXml.Spreadsheet.NewCell? NewCell /// Old Formatting Information. /// Represents the following element tag in the schema: x:odxf. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat? OldDifferentialFormat { get => GetElement(); @@ -18153,9 +18153,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat? OldDifferential /// New Formatting Information. /// Represents the following element tag in the schema: x:ndxf. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat? NewDifferentialFormat { get => GetElement(); @@ -18166,9 +18166,9 @@ public DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat? NewDifferential /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -18184,13 +18184,13 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rfmt. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dxf> /// <x:extLst> /// - /// + /// public partial class RevisionFormat : OpenXmlCompositeElement { /// @@ -18315,9 +18315,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formatting. /// Represents the following element tag in the schema: x:dxf. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat? DifferentialFormat { get => GetElement(); @@ -18328,9 +18328,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat? DifferentialFormat /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -18478,14 +18478,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rdn. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:formula> /// <x:oldFormula> /// - /// + /// public partial class RevisionDefinedName : OpenXmlCompositeElement { /// @@ -18824,9 +18824,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: x:formula. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Formula? Formula { get => GetElement(); @@ -18837,9 +18837,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Formula? Formula /// Old Formula. /// Represents the following element tag in the schema: x:oldFormula. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OldFormula? OldFormula { get => GetElement(); @@ -18850,9 +18850,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OldFormula? OldFormula /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -19168,12 +19168,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetIdMap. /// - /// + /// /// The following table lists the possible child types: /// /// <x:sheetId> /// - /// + /// public partial class SheetIdMap : OpenXmlCompositeElement { /// @@ -19239,12 +19239,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:reviewedList. /// - /// + /// /// The following table lists the possible child types: /// /// <x:reviewed> /// - /// + /// public partial class ReviewedList : OpenXmlCompositeElement { /// @@ -19509,7 +19509,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:oc. /// - /// + /// /// The following table lists the possible child types: /// /// <x:f> @@ -19517,7 +19517,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:is> /// <x:v> /// - /// + /// public partial class OldCell : CellType { /// @@ -19576,7 +19576,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:c. /// - /// + /// /// The following table lists the possible child types: /// /// <x:f> @@ -19584,7 +19584,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:is> /// <x:v> /// - /// + /// public partial class Cell : CellType { /// @@ -19649,7 +19649,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x:f> @@ -19657,7 +19657,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:is> /// <x:v> /// - /// + /// public abstract partial class CellType : OpenXmlCompositeElement { /// @@ -19771,9 +19771,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: x:f. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CellFormula? CellFormula { get => GetElement(); @@ -19784,9 +19784,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CellFormula? CellFormula /// Cell Value. /// Represents the following element tag in the schema: x:v. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CellValue? CellValue { get => GetElement(); @@ -19797,9 +19797,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CellValue? CellValue /// Rich Text Inline. /// Represents the following element tag in the schema: x:is. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.InlineString? InlineString { get => GetElement(); @@ -19810,9 +19810,9 @@ public DocumentFormat.OpenXml.Spreadsheet.InlineString? InlineString /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -19825,7 +19825,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:nc. /// - /// + /// /// The following table lists the possible child types: /// /// <x:f> @@ -19833,7 +19833,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// <x:is> /// <x:v> /// - /// + /// public partial class NewCell : OpenXmlCompositeElement { /// @@ -19961,9 +19961,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Formula. /// Represents the following element tag in the schema: x:f. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CellFormula? CellFormula { get => GetElement(); @@ -19974,9 +19974,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CellFormula? CellFormula /// Cell Value. /// Represents the following element tag in the schema: x:v. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CellValue? CellValue { get => GetElement(); @@ -19987,9 +19987,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CellValue? CellValue /// Rich Text Inline. /// Represents the following element tag in the schema: x:is. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.InlineString? InlineString { get => GetElement(); @@ -20000,9 +20000,9 @@ public DocumentFormat.OpenXml.Spreadsheet.InlineString? InlineString /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -20018,7 +20018,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:odxf. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> @@ -20029,7 +20029,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// <x:font> /// <x:numFmt> /// - /// + /// public partial class OldDifferentialFormat : DifferentialFormatType { /// @@ -20088,7 +20088,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ndxf. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> @@ -20099,7 +20099,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:font> /// <x:numFmt> /// - /// + /// public partial class NewDifferentialFormat : DifferentialFormatType { /// @@ -20158,7 +20158,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dxf. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> @@ -20169,7 +20169,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:font> /// <x:numFmt> /// - /// + /// public partial class DifferentialFormat : DifferentialFormatType { /// @@ -20228,7 +20228,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> @@ -20239,7 +20239,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:font> /// <x:numFmt> /// - /// + /// public abstract partial class DifferentialFormatType : OpenXmlCompositeElement { /// @@ -20289,9 +20289,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Font Properties. /// Represents the following element tag in the schema: x:font. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Font? Font { get => GetElement(); @@ -20302,9 +20302,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Font? Font /// Number Format. /// Represents the following element tag in the schema: x:numFmt. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat { get => GetElement(); @@ -20315,9 +20315,9 @@ public DocumentFormat.OpenXml.Spreadsheet.NumberingFormat? NumberingFormat /// Fill. /// Represents the following element tag in the schema: x:fill. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill { get => GetElement(); @@ -20328,9 +20328,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Fill? Fill /// Alignment. /// Represents the following element tag in the schema: x:alignment. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment { get => GetElement(); @@ -20341,9 +20341,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment /// Border Properties. /// Represents the following element tag in the schema: x:border. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Border? Border { get => GetElement(); @@ -20354,9 +20354,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Border? Border /// Protection Properties. /// Represents the following element tag in the schema: x:protection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection { get => GetElement(); @@ -20367,9 +20367,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -20568,9 +20568,9 @@ public BooleanValue? Bx /// Content Contains Significant Whitespace /// Represents the following attribute in the schema: xml:space /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public EnumValue? Space { get => GetAttribute>(); @@ -20608,12 +20608,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:userInfo. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class UserInfo : OpenXmlCompositeElement { /// @@ -20720,9 +20720,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -20738,13 +20738,13 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:row. /// - /// + /// /// The following table lists the possible child types: /// /// <x:c> /// <x:extLst> /// - /// + /// public partial class Row : OpenXmlCompositeElement { /// @@ -20902,9 +20902,9 @@ public BooleanValue? ShowPhonetic /// dyDescent, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: x14ac:dyDescent /// - /// + /// /// xmlns:x14ac=http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac - /// + /// public DoubleValue? DyDescent { get => GetAttribute(); @@ -21368,12 +21368,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotSelection. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotArea> /// - /// + /// public partial class PivotSelection : OpenXmlCompositeElement { /// @@ -21571,9 +21571,9 @@ public UInt32Value? Click /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -21619,9 +21619,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pivot Area. /// Represents the following element tag in the schema: x:pivotArea. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea { get => GetElement(); @@ -21763,9 +21763,9 @@ public StringValue? Sheet /// relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -21792,12 +21792,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rowBreaks. /// - /// + /// /// The following table lists the possible child types: /// /// <x:brk> /// - /// + /// public partial class RowBreaks : PageBreakType { /// @@ -21852,12 +21852,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:colBreaks. /// - /// + /// /// The following table lists the possible child types: /// /// <x:brk> /// - /// + /// public partial class ColumnBreaks : PageBreakType { /// @@ -21912,12 +21912,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x:brk> /// - /// + /// public abstract partial class PageBreakType : OpenXmlCompositeElement { /// @@ -22354,9 +22354,9 @@ public UInt32Value? Copies /// Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -22401,7 +22401,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:headerFooter. /// - /// + /// /// The following table lists the possible child types: /// /// <x:oddHeader> @@ -22411,7 +22411,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:firstHeader> /// <x:firstFooter> /// - /// + /// public partial class HeaderFooter : OpenXmlCompositeElement { /// @@ -22515,9 +22515,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Odd Header. /// Represents the following element tag in the schema: x:oddHeader. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OddHeader? OddHeader { get => GetElement(); @@ -22528,9 +22528,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OddHeader? OddHeader /// Odd Page Footer. /// Represents the following element tag in the schema: x:oddFooter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OddFooter? OddFooter { get => GetElement(); @@ -22541,9 +22541,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OddFooter? OddFooter /// Even Page Header. /// Represents the following element tag in the schema: x:evenHeader. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.EvenHeader? EvenHeader { get => GetElement(); @@ -22554,9 +22554,9 @@ public DocumentFormat.OpenXml.Spreadsheet.EvenHeader? EvenHeader /// Even Page Footer. /// Represents the following element tag in the schema: x:evenFooter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.EvenFooter? EvenFooter { get => GetElement(); @@ -22567,9 +22567,9 @@ public DocumentFormat.OpenXml.Spreadsheet.EvenFooter? EvenFooter /// First Page Header. /// Represents the following element tag in the schema: x:firstHeader. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FirstHeader? FirstHeader { get => GetElement(); @@ -22580,9 +22580,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FirstHeader? FirstHeader /// First Page Footer. /// Represents the following element tag in the schema: x:firstFooter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FirstFooter? FirstFooter { get => GetElement(); @@ -22598,14 +22598,14 @@ public DocumentFormat.OpenXml.Spreadsheet.FirstFooter? FirstFooter /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:autoFilter. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:filterColumn> /// <x:sortState> /// - /// + /// public partial class AutoFilter : OpenXmlCompositeElement { /// @@ -22675,7 +22675,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cfRule. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> @@ -22684,7 +22684,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:iconSet> /// <x:formula> /// - /// + /// public partial class ConditionalFormattingRule : OpenXmlCompositeElement { /// @@ -22922,9 +22922,9 @@ public StringValue? Reference /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -22989,12 +22989,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cfvo. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class ConditionalFormatValueObject : OpenXmlCompositeElement { /// @@ -23080,9 +23080,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -23098,12 +23098,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:scenario. /// - /// + /// /// The following table lists the possible child types: /// /// <x:inputCells> /// - /// + /// public partial class Scenario : OpenXmlCompositeElement { /// @@ -23510,9 +23510,9 @@ public UInt32Value? Copies /// Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -23574,9 +23574,9 @@ public StringValue? Name /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -23753,9 +23753,9 @@ public TablePart() : base() /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -23782,12 +23782,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetView. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class ChartSheetView : OpenXmlCompositeElement { /// @@ -23890,9 +23890,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -23908,14 +23908,14 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:customSheetView. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pageSetup> /// <x:headerFooter> /// <x:pageMargins> /// - /// + /// public partial class CustomChartsheetView : OpenXmlCompositeElement { /// @@ -24020,9 +24020,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PageMargins. /// Represents the following element tag in the schema: x:pageMargins. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageMargins? PageMargins { get => GetElement(); @@ -24033,9 +24033,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PageMargins? PageMargins /// Chart Sheet Page Setup. /// Represents the following element tag in the schema: x:pageSetup. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? ChartSheetPageSetup { get => GetElement(); @@ -24046,9 +24046,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ChartSheetPageSetup? ChartSheetPageSet /// HeaderFooter. /// Represents the following element tag in the schema: x:headerFooter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? HeaderFooter { get => GetElement(); @@ -24151,12 +24151,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:control. /// - /// + /// /// The following table lists the possible child types: /// /// <x:controlPr> /// - /// + /// public partial class Control : OpenXmlCompositeElement { /// @@ -24204,9 +24204,9 @@ public UInt32Value? ShapeId /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -24251,9 +24251,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ControlProperties, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: x:controlPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ControlProperties? ControlProperties { get => GetElement(); @@ -24447,14 +24447,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dataValidation. /// - /// + /// /// The following table lists the possible child types: /// /// <x:formula1> /// <x:formula2> /// <x12ac:list> /// - /// + /// public partial class DataValidation : OpenXmlCompositeElement { /// @@ -24657,9 +24657,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// List, this property is only available in Office 2013 and later.. /// Represents the following element tag in the schema: x12ac:list. /// - /// + /// /// xmlns:x12ac = http://schemas.microsoft.com/office/spreadsheetml/2011/1/ac - /// + /// public DocumentFormat.OpenXml.Office2010.ExcelAc.List? List { get => GetElement(); @@ -24670,9 +24670,9 @@ public DocumentFormat.OpenXml.Office2010.ExcelAc.List? List /// Formula1. /// Represents the following element tag in the schema: x:formula1. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Formula1? Formula1 { get => GetElement(); @@ -24683,9 +24683,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Formula1? Formula1 /// Formula2. /// Represents the following element tag in the schema: x:formula2. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Formula2? Formula2 { get => GetElement(); @@ -24701,7 +24701,7 @@ public DocumentFormat.OpenXml.Spreadsheet.Formula2? Formula2 /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetView. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> @@ -24709,7 +24709,7 @@ public DocumentFormat.OpenXml.Spreadsheet.Formula2? Formula2 /// <x:pivotSelection> /// <x:selection> /// - /// + /// public partial class SheetView : OpenXmlCompositeElement { /// @@ -24983,9 +24983,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// View Pane. /// Represents the following element tag in the schema: x:pane. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Pane? Pane { get => GetElement(); @@ -25001,7 +25001,7 @@ public DocumentFormat.OpenXml.Spreadsheet.Pane? Pane /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:customSheetView. /// - /// + /// /// The following table lists the possible child types: /// /// <x:autoFilter> @@ -25015,7 +25015,7 @@ public DocumentFormat.OpenXml.Spreadsheet.Pane? Pane /// <x:printOptions> /// <x:selection> /// - /// + /// public partial class CustomSheetView : OpenXmlCompositeElement { /// @@ -25310,9 +25310,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pane Split Information. /// Represents the following element tag in the schema: x:pane. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Pane? Pane { get => GetElement(); @@ -25323,9 +25323,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Pane? Pane /// Selection. /// Represents the following element tag in the schema: x:selection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Selection? Selection { get => GetElement(); @@ -25336,9 +25336,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Selection? Selection /// Horizontal Page Breaks. /// Represents the following element tag in the schema: x:rowBreaks. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RowBreaks? RowBreaks { get => GetElement(); @@ -25349,9 +25349,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RowBreaks? RowBreaks /// Vertical Page Breaks. /// Represents the following element tag in the schema: x:colBreaks. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks? ColumnBreaks { get => GetElement(); @@ -25362,9 +25362,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ColumnBreaks? ColumnBreaks /// Page Margins. /// Represents the following element tag in the schema: x:pageMargins. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageMargins? PageMargins { get => GetElement(); @@ -25375,9 +25375,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PageMargins? PageMargins /// Print Options. /// Represents the following element tag in the schema: x:printOptions. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PrintOptions? PrintOptions { get => GetElement(); @@ -25388,9 +25388,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PrintOptions? PrintOptions /// Page Setup Settings. /// Represents the following element tag in the schema: x:pageSetup. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageSetup? PageSetup { get => GetElement(); @@ -25401,9 +25401,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PageSetup? PageSetup /// Header Footer Settings. /// Represents the following element tag in the schema: x:headerFooter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? HeaderFooter { get => GetElement(); @@ -25414,9 +25414,9 @@ public DocumentFormat.OpenXml.Spreadsheet.HeaderFooter? HeaderFooter /// AutoFilter Settings. /// Represents the following element tag in the schema: x:autoFilter. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.AutoFilter? AutoFilter { get => GetElement(); @@ -25427,9 +25427,9 @@ public DocumentFormat.OpenXml.Spreadsheet.AutoFilter? AutoFilter /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -25445,12 +25445,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:oleObject. /// - /// + /// /// The following table lists the possible child types: /// /// <x:objectPr> /// - /// + /// public partial class OleObject : OpenXmlCompositeElement { /// @@ -25548,9 +25548,9 @@ public UInt32Value? ShapeId /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -25586,9 +25586,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// EmbeddedObjectProperties, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: x:objectPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties? EmbeddedObjectProperties { get => GetElement(); @@ -25604,12 +25604,12 @@ public DocumentFormat.OpenXml.Spreadsheet.EmbeddedObjectProperties? EmbeddedObje /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:metadataTypes. /// - /// + /// /// The following table lists the possible child types: /// /// <x:metadataType> /// - /// + /// public partial class MetadataTypes : OpenXmlCompositeElement { /// @@ -25676,12 +25676,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:metadataStrings. /// - /// + /// /// The following table lists the possible child types: /// /// <x:s> /// - /// + /// public partial class MetadataStrings : OpenXmlCompositeElement { /// @@ -25748,12 +25748,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:mdxMetadata. /// - /// + /// /// The following table lists the possible child types: /// /// <x:mdx> /// - /// + /// public partial class MdxMetadata : OpenXmlCompositeElement { /// @@ -25820,13 +25820,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:futureMetadata. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:bk> /// - /// + /// public partial class FutureMetadata : OpenXmlCompositeElement { /// @@ -25912,12 +25912,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cellMetadata. /// - /// + /// /// The following table lists the possible child types: /// /// <x:bk> /// - /// + /// public partial class CellMetadata : MetadataBlocksType { /// @@ -25971,12 +25971,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:valueMetadata. /// - /// + /// /// The following table lists the possible child types: /// /// <x:bk> /// - /// + /// public partial class ValueMetadata : MetadataBlocksType { /// @@ -26030,12 +26030,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x:bk> /// - /// + /// public abstract partial class MetadataBlocksType : OpenXmlCompositeElement { /// @@ -26434,12 +26434,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:bk. /// - /// + /// /// The following table lists the possible child types: /// /// <x:rc> /// - /// + /// public partial class MetadataBlock : OpenXmlCompositeElement { /// @@ -26548,12 +26548,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:bk. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class FutureMetadataBlock : OpenXmlCompositeElement { /// @@ -26602,9 +26602,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Future Feature Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -26620,7 +26620,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:mdx. /// - /// + /// /// The following table lists the possible child types: /// /// <x:k> @@ -26628,7 +26628,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// <x:ms> /// <x:t> /// - /// + /// public partial class Mdx : OpenXmlCompositeElement { /// @@ -26714,9 +26714,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Tuple MDX Metadata. /// Represents the following element tag in the schema: x:t. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MdxTuple? MdxTuple { get => GetElement(); @@ -26727,9 +26727,9 @@ public DocumentFormat.OpenXml.Spreadsheet.MdxTuple? MdxTuple /// Set MDX Metadata. /// Represents the following element tag in the schema: x:ms. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MdxSet? MdxSet { get => GetElement(); @@ -26740,9 +26740,9 @@ public DocumentFormat.OpenXml.Spreadsheet.MdxSet? MdxSet /// Member Property MDX Metadata. /// Represents the following element tag in the schema: x:p. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp? MdxMemberProp { get => GetElement(); @@ -26753,9 +26753,9 @@ public DocumentFormat.OpenXml.Spreadsheet.MdxMemberProp? MdxMemberProp /// KPI MDX Metadata. /// Represents the following element tag in the schema: x:k. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MdxKpi? MdxKpi { get => GetElement(); @@ -26771,12 +26771,12 @@ public DocumentFormat.OpenXml.Spreadsheet.MdxKpi? MdxKpi /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:t. /// - /// + /// /// The following table lists the possible child types: /// /// <x:n> /// - /// + /// public partial class MdxTuple : OpenXmlCompositeElement { /// @@ -26951,12 +26951,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ms. /// - /// + /// /// The following table lists the possible child types: /// /// <x:n> /// - /// + /// public partial class MdxSet : OpenXmlCompositeElement { /// @@ -27233,13 +27233,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:singleXmlCell. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:xmlCellPr> /// - /// + /// public partial class SingleXmlCell : OpenXmlCompositeElement { /// @@ -27336,9 +27336,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Cell Properties. /// Represents the following element tag in the schema: x:xmlCellPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties? XmlCellProperties { get => GetElement(); @@ -27349,9 +27349,9 @@ public DocumentFormat.OpenXml.Spreadsheet.XmlCellProperties? XmlCellProperties /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -27367,13 +27367,13 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:xmlCellPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:xmlPr> /// - /// + /// public partial class XmlCellProperties : OpenXmlCompositeElement { /// @@ -27456,9 +27456,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Column XML Properties. /// Represents the following element tag in the schema: x:xmlPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.XmlProperties? XmlProperties { get => GetElement(); @@ -27469,9 +27469,9 @@ public DocumentFormat.OpenXml.Spreadsheet.XmlProperties? XmlProperties /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -27487,12 +27487,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:xmlPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class XmlProperties : OpenXmlCompositeElement { /// @@ -27586,9 +27586,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -27604,13 +27604,13 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:patternFill. /// - /// + /// /// The following table lists the possible child types: /// /// <x:fgColor> /// <x:bgColor> /// - /// + /// public partial class PatternFill : OpenXmlCompositeElement { /// @@ -27673,9 +27673,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Foreground Color. /// Represents the following element tag in the schema: x:fgColor. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ForegroundColor? ForegroundColor { get => GetElement(); @@ -27686,9 +27686,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ForegroundColor? ForegroundColor /// Background Color. /// Represents the following element tag in the schema: x:bgColor. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.BackgroundColor? BackgroundColor { get => GetElement(); @@ -27704,12 +27704,12 @@ public DocumentFormat.OpenXml.Spreadsheet.BackgroundColor? BackgroundColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:gradientFill. /// - /// + /// /// The following table lists the possible child types: /// /// <x:stop> /// - /// + /// public partial class GradientFill : OpenXmlCompositeElement { /// @@ -27835,12 +27835,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:stop. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class GradientStop : OpenXmlCompositeElement { /// @@ -27905,9 +27905,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Color. /// Represents the following element tag in the schema: x:color. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Color? Color { get => GetElement(); @@ -28162,7 +28162,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:font. /// - /// + /// /// The following table lists the possible child types: /// /// <x:b> @@ -28181,7 +28181,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:u> /// <x:vertAlign> /// - /// + /// public partial class Font : OpenXmlCompositeElement { /// @@ -28258,9 +28258,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Bold. /// Represents the following element tag in the schema: x:b. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Bold? Bold { get => GetElement(); @@ -28271,9 +28271,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Bold? Bold /// Italic. /// Represents the following element tag in the schema: x:i. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Italic? Italic { get => GetElement(); @@ -28284,9 +28284,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Italic? Italic /// Strike Through. /// Represents the following element tag in the schema: x:strike. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Strike? Strike { get => GetElement(); @@ -28297,9 +28297,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Strike? Strike /// Condense. /// Represents the following element tag in the schema: x:condense. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Condense? Condense { get => GetElement(); @@ -28310,9 +28310,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Condense? Condense /// Extend. /// Represents the following element tag in the schema: x:extend. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Extend? Extend { get => GetElement(); @@ -28323,9 +28323,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Extend? Extend /// Outline. /// Represents the following element tag in the schema: x:outline. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Outline? Outline { get => GetElement(); @@ -28336,9 +28336,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Outline? Outline /// Shadow. /// Represents the following element tag in the schema: x:shadow. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Shadow? Shadow { get => GetElement(); @@ -28349,9 +28349,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Shadow? Shadow /// Underline. /// Represents the following element tag in the schema: x:u. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Underline? Underline { get => GetElement(); @@ -28362,9 +28362,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Underline? Underline /// Text Vertical Alignment. /// Represents the following element tag in the schema: x:vertAlign. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment? VerticalTextAlignment { get => GetElement(); @@ -28375,9 +28375,9 @@ public DocumentFormat.OpenXml.Spreadsheet.VerticalTextAlignment? VerticalTextAli /// Font Size. /// Represents the following element tag in the schema: x:sz. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FontSize? FontSize { get => GetElement(); @@ -28388,9 +28388,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FontSize? FontSize /// Text Color. /// Represents the following element tag in the schema: x:color. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Color? Color { get => GetElement(); @@ -28401,9 +28401,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Color? Color /// Font Name. /// Represents the following element tag in the schema: x:name. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FontName? FontName { get => GetElement(); @@ -28414,9 +28414,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FontName? FontName /// Font Family. /// Represents the following element tag in the schema: x:family. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering? FontFamilyNumbering { get => GetElement(); @@ -28427,9 +28427,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FontFamilyNumbering? FontFamilyNumberi /// Character Set. /// Represents the following element tag in the schema: x:charset. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FontCharSet? FontCharSet { get => GetElement(); @@ -28440,9 +28440,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FontCharSet? FontCharSet /// Scheme. /// Represents the following element tag in the schema: x:scheme. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FontScheme? FontScheme { get => GetElement(); @@ -28458,13 +28458,13 @@ public DocumentFormat.OpenXml.Spreadsheet.FontScheme? FontScheme /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:fill. /// - /// + /// /// The following table lists the possible child types: /// /// <x:gradientFill> /// <x:patternFill> /// - /// + /// public partial class Fill : OpenXmlCompositeElement { /// @@ -28515,9 +28515,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Pattern. /// Represents the following element tag in the schema: x:patternFill. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PatternFill? PatternFill { get => GetElement(); @@ -28528,9 +28528,9 @@ public DocumentFormat.OpenXml.Spreadsheet.PatternFill? PatternFill /// Gradient. /// Represents the following element tag in the schema: x:gradientFill. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.GradientFill? GradientFill { get => GetElement(); @@ -28546,7 +28546,7 @@ public DocumentFormat.OpenXml.Spreadsheet.GradientFill? GradientFill /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:border. /// - /// + /// /// The following table lists the possible child types: /// /// <x:start> @@ -28559,7 +28559,7 @@ public DocumentFormat.OpenXml.Spreadsheet.GradientFill? GradientFill /// <x:vertical> /// <x:horizontal> /// - /// + /// public partial class Border : OpenXmlCompositeElement { /// @@ -28658,9 +28658,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// StartBorder, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: x:start. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.StartBorder? StartBorder { get => GetElement(); @@ -28671,9 +28671,9 @@ public DocumentFormat.OpenXml.Spreadsheet.StartBorder? StartBorder /// EndBorder, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: x:end. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.EndBorder? EndBorder { get => GetElement(); @@ -28684,9 +28684,9 @@ public DocumentFormat.OpenXml.Spreadsheet.EndBorder? EndBorder /// Left Border. /// Represents the following element tag in the schema: x:left. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.LeftBorder? LeftBorder { get => GetElement(); @@ -28697,9 +28697,9 @@ public DocumentFormat.OpenXml.Spreadsheet.LeftBorder? LeftBorder /// Right Border. /// Represents the following element tag in the schema: x:right. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RightBorder? RightBorder { get => GetElement(); @@ -28710,9 +28710,9 @@ public DocumentFormat.OpenXml.Spreadsheet.RightBorder? RightBorder /// Top Border. /// Represents the following element tag in the schema: x:top. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TopBorder? TopBorder { get => GetElement(); @@ -28723,9 +28723,9 @@ public DocumentFormat.OpenXml.Spreadsheet.TopBorder? TopBorder /// Bottom Border. /// Represents the following element tag in the schema: x:bottom. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.BottomBorder? BottomBorder { get => GetElement(); @@ -28736,9 +28736,9 @@ public DocumentFormat.OpenXml.Spreadsheet.BottomBorder? BottomBorder /// Diagonal. /// Represents the following element tag in the schema: x:diagonal. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder? DiagonalBorder { get => GetElement(); @@ -28749,9 +28749,9 @@ public DocumentFormat.OpenXml.Spreadsheet.DiagonalBorder? DiagonalBorder /// Vertical Inner Border. /// Represents the following element tag in the schema: x:vertical. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.VerticalBorder? VerticalBorder { get => GetElement(); @@ -28762,9 +28762,9 @@ public DocumentFormat.OpenXml.Spreadsheet.VerticalBorder? VerticalBorder /// Horizontal Inner Borders. /// Represents the following element tag in the schema: x:horizontal. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder? HorizontalBorder { get => GetElement(); @@ -28780,12 +28780,12 @@ public DocumentFormat.OpenXml.Spreadsheet.HorizontalBorder? HorizontalBorder /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:indexedColors. /// - /// + /// /// The following table lists the possible child types: /// /// <x:rgbColor> /// - /// + /// public partial class IndexedColors : OpenXmlCompositeElement { /// @@ -28839,12 +28839,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:mruColors. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class MruColors : OpenXmlCompositeElement { /// @@ -28898,12 +28898,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tableStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tableStyleElement> /// - /// + /// public partial class TableStyle : OpenXmlCompositeElement { /// @@ -29045,12 +29045,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cellStyle. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class CellStyle : OpenXmlCompositeElement { /// @@ -29174,9 +29174,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -29192,14 +29192,14 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:xf. /// - /// + /// /// The following table lists the possible child types: /// /// <x:alignment> /// <x:protection> /// <x:extLst> /// - /// + /// public partial class CellFormat : OpenXmlCompositeElement { /// @@ -29401,9 +29401,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Alignment. /// Represents the following element tag in the schema: x:alignment. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment { get => GetElement(); @@ -29414,9 +29414,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Alignment? Alignment /// Protection. /// Represents the following element tag in the schema: x:protection. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection { get => GetElement(); @@ -29427,9 +29427,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Protection? Protection /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -29696,12 +29696,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetData. /// - /// + /// /// The following table lists the possible child types: /// /// <x:row> /// - /// + /// public partial class ExternalSheetData : OpenXmlCompositeElement { /// @@ -29782,12 +29782,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:row. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cell> /// - /// + /// public partial class ExternalRow : OpenXmlCompositeElement { /// @@ -29860,12 +29860,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cell. /// - /// + /// /// The following table lists the possible child types: /// /// <x:v> /// - /// + /// public partial class ExternalCell : OpenXmlCompositeElement { /// @@ -29953,9 +29953,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Value. /// Represents the following element tag in the schema: x:v. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Xstring? Xstring { get => GetElement(); @@ -29971,12 +29971,12 @@ public DocumentFormat.OpenXml.Spreadsheet.Xstring? Xstring /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ddeItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ddeItem> /// - /// + /// public partial class DdeItems : OpenXmlCompositeElement { /// @@ -30030,12 +30030,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ddeItem. /// - /// + /// /// The following table lists the possible child types: /// /// <x:values> /// - /// + /// public partial class DdeItem : OpenXmlCompositeElement { /// @@ -30131,9 +30131,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DDE Name Values. /// Represents the following element tag in the schema: x:values. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Values? Values { get => GetElement(); @@ -30149,12 +30149,12 @@ public DocumentFormat.OpenXml.Spreadsheet.Values? Values /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:values. /// - /// + /// /// The following table lists the possible child types: /// /// <x:value> /// - /// + /// public partial class Values : OpenXmlCompositeElement { /// @@ -30233,12 +30233,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:value. /// - /// + /// /// The following table lists the possible child types: /// /// <x:val> /// - /// + /// public partial class Value : OpenXmlCompositeElement { /// @@ -30299,9 +30299,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DDE Link Value. /// Represents the following element tag in the schema: x:val. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue? DdeLinkValue { get => GetElement(); @@ -30317,13 +30317,13 @@ public DocumentFormat.OpenXml.Spreadsheet.DdeLinkValue? DdeLinkValue /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:oleItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x:oleItem> /// <x14:oleItem> /// - /// + /// public partial class OleItems : OpenXmlCompositeElement { /// @@ -30379,7 +30379,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:externalBook. /// - /// + /// /// The following table lists the possible child types: /// /// <x:definedNames> @@ -30387,7 +30387,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:sheetNames> /// <xxl21:alternateUrls> /// - /// + /// public partial class ExternalBook : OpenXmlCompositeElement { /// @@ -30425,9 +30425,9 @@ public ExternalBook(string outerXml) : base(outerXml) /// Relationship to supporting book file path /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -30460,9 +30460,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Alternate URLs and identifiers of the external book, this property is only available in Microsoft365 and later.. /// Represents the following element tag in the schema: xxl21:alternateUrls. /// - /// + /// /// xmlns:xxl21 = http://schemas.microsoft.com/office/spreadsheetml/2021/extlinks2021 - /// + /// public DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.ExternalBookAlternateUrls? ExternalBookAlternateUrls { get => GetElement(); @@ -30473,9 +30473,9 @@ public DocumentFormat.OpenXml.Office.SpreadSheetML.Y2021.ExtLinks2021.ExternalBo /// Sheet names of supporting book. /// Represents the following element tag in the schema: x:sheetNames. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetNames? SheetNames { get => GetElement(); @@ -30486,9 +30486,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetNames? SheetNames /// Defined names associated with supporting book.. /// Represents the following element tag in the schema: x:definedNames. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames? ExternalDefinedNames { get => GetElement(); @@ -30499,9 +30499,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ExternalDefinedNames? ExternalDefinedN /// Cached worksheet data associated with supporting book. /// Represents the following element tag in the schema: x:sheetDataSet. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SheetDataSet? SheetDataSet { get => GetElement(); @@ -30517,12 +30517,12 @@ public DocumentFormat.OpenXml.Spreadsheet.SheetDataSet? SheetDataSet /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ddeLink. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ddeItems> /// - /// + /// public partial class DdeLink : OpenXmlCompositeElement { /// @@ -30602,9 +30602,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// DDE Items Collection. /// Represents the following element tag in the schema: x:ddeItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DdeItems? DdeItems { get => GetElement(); @@ -30620,12 +30620,12 @@ public DocumentFormat.OpenXml.Spreadsheet.DdeItems? DdeItems /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:oleLink. /// - /// + /// /// The following table lists the possible child types: /// /// <x:oleItems> /// - /// + /// public partial class OleLink : OpenXmlCompositeElement { /// @@ -30663,9 +30663,9 @@ public OleLink(string outerXml) : base(outerXml) /// OLE Link Relationship /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -30707,9 +30707,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// OLE Link Items. /// Represents the following element tag in the schema: x:oleItems. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OleItems? OleItems { get => GetElement(); @@ -30799,7 +30799,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tableColumn. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> @@ -30807,7 +30807,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:totalsRowFormula> /// <x:xmlColumnPr> /// - /// + /// public partial class TableColumn : OpenXmlCompositeElement { /// @@ -31015,9 +31015,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Calculated Column Formula. /// Represents the following element tag in the schema: x:calculatedColumnFormula. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula? CalculatedColumnFormula { get => GetElement(); @@ -31028,9 +31028,9 @@ public DocumentFormat.OpenXml.Spreadsheet.CalculatedColumnFormula? CalculatedCol /// Totals Row Formula. /// Represents the following element tag in the schema: x:totalsRowFormula. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula? TotalsRowFormula { get => GetElement(); @@ -31041,9 +31041,9 @@ public DocumentFormat.OpenXml.Spreadsheet.TotalsRowFormula? TotalsRowFormula /// XML Column Properties. /// Represents the following element tag in the schema: x:xmlColumnPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties? XmlColumnProperties { get => GetElement(); @@ -31054,9 +31054,9 @@ public DocumentFormat.OpenXml.Spreadsheet.XmlColumnProperties? XmlColumnProperti /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -31182,9 +31182,9 @@ public BooleanValue? Array /// space /// Represents the following attribute in the schema: xml:space /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public EnumValue? Space { get => GetAttribute>(); @@ -31205,12 +31205,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:xmlColumnPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class XmlColumnProperties : OpenXmlCompositeElement { /// @@ -31316,9 +31316,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -31334,12 +31334,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:volType. /// - /// + /// /// The following table lists the possible child types: /// /// <x:main> /// - /// + /// public partial class VolatileType : OpenXmlCompositeElement { /// @@ -31408,12 +31408,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:main. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tp> /// - /// + /// public partial class Main : OpenXmlCompositeElement { /// @@ -31483,14 +31483,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tp. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tr> /// <x:stp> /// <x:v> /// - /// + /// public partial class Topic : OpenXmlCompositeElement { /// @@ -31555,9 +31555,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Topic Value. /// Represents the following element tag in the schema: x:v. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Xstring? Xstring { get => GetElement(); @@ -31650,9 +31650,9 @@ public UInt32Value? CacheId /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -31803,9 +31803,9 @@ public ExternalReference() : base() /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -31832,12 +31832,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:customWorkbookView. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class CustomWorkbookView : OpenXmlCompositeElement { /// @@ -32166,9 +32166,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -32227,9 +32227,9 @@ public EnumValue? State /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -32272,12 +32272,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:workbookView. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// - /// + /// public partial class WorkbookView : OpenXmlCompositeElement { /// @@ -32474,9 +32474,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -32742,13 +32742,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x:anchor. /// - /// + /// /// The following table lists the possible child types: /// /// <x:from> /// <x:to> /// - /// + /// public partial class ObjectAnchor : OpenXmlCompositeElement { /// @@ -32834,9 +32834,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FromMarker. /// Represents the following element tag in the schema: x:from. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.FromMarker? FromMarker { get => GetElement(); @@ -32847,9 +32847,9 @@ public DocumentFormat.OpenXml.Spreadsheet.FromMarker? FromMarker /// ToMarker. /// Represents the following element tag in the schema: x:to. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ToMarker? ToMarker { get => GetElement(); @@ -32865,7 +32865,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ToMarker? ToMarker /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x:from. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:colOff> @@ -32873,7 +32873,7 @@ public DocumentFormat.OpenXml.Spreadsheet.ToMarker? ToMarker /// <xdr:col> /// <xdr:row> /// - /// + /// public partial class FromMarker : MarkerType { /// @@ -32930,7 +32930,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x:to. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:colOff> @@ -32938,7 +32938,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xdr:col> /// <xdr:row> /// - /// + /// public partial class ToMarker : MarkerType { /// @@ -32995,7 +32995,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <xdr:colOff> @@ -33003,7 +33003,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xdr:col> /// <xdr:row> /// - /// + /// public abstract partial class MarkerType : OpenXmlCompositeElement { /// @@ -33050,9 +33050,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Column). /// Represents the following element tag in the schema: xdr:col. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? ColumnId { get => GetElement(); @@ -33063,9 +33063,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnId? ColumnId /// Column Offset. /// Represents the following element tag in the schema: xdr:colOff. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? ColumnOffset { get => GetElement(); @@ -33076,9 +33076,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.ColumnOffset? ColumnOffset /// Row. /// Represents the following element tag in the schema: xdr:row. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? RowId { get => GetElement(); @@ -33089,9 +33089,9 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.RowId? RowId /// Row Offset. /// Represents the following element tag in the schema: xdr:rowOff. /// - /// + /// /// xmlns:xdr = http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? RowOffset { get => GetElement(); @@ -33104,12 +33104,12 @@ public DocumentFormat.OpenXml.Drawing.Spreadsheet.RowOffset? RowOffset /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:id> /// - /// + /// public partial class ConditionalFormattingRuleExtension : OpenXmlCompositeElement { /// @@ -33180,12 +33180,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotHierarchy> /// - /// + /// public partial class PivotHierarchyExtension : OpenXmlCompositeElement { /// @@ -33256,12 +33256,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotField> /// - /// + /// public partial class PivotFieldExtension : OpenXmlCompositeElement { /// @@ -33332,12 +33332,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:sourceConnection> /// - /// + /// public partial class CacheSourceExtension : OpenXmlCompositeElement { /// @@ -33482,12 +33482,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x:start. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class StartBorder : BorderPropertiesType { /// @@ -33541,12 +33541,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x:end. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class EndBorder : BorderPropertiesType { /// @@ -33600,12 +33600,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:left. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class LeftBorder : BorderPropertiesType { /// @@ -33658,12 +33658,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:right. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class RightBorder : BorderPropertiesType { /// @@ -33716,12 +33716,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:top. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class TopBorder : BorderPropertiesType { /// @@ -33774,12 +33774,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:bottom. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class BottomBorder : BorderPropertiesType { /// @@ -33832,12 +33832,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:diagonal. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class DiagonalBorder : BorderPropertiesType { /// @@ -33890,12 +33890,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:vertical. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class VerticalBorder : BorderPropertiesType { /// @@ -33948,12 +33948,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:horizontal. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public partial class HorizontalBorder : BorderPropertiesType { /// @@ -34006,12 +34006,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <x:color> /// - /// + /// public abstract partial class BorderPropertiesType : OpenXmlCompositeElement { /// @@ -34067,9 +34067,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Color. /// Represents the following element tag in the schema: x:color. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Color? Color { get => GetElement(); @@ -34082,12 +34082,12 @@ public DocumentFormat.OpenXml.Spreadsheet.Color? Color /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x:controlPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:anchor> /// - /// + /// public partial class ControlProperties : OpenXmlCompositeElement { /// @@ -34265,9 +34265,9 @@ public StringValue? Cf /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -34306,9 +34306,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ObjectAnchor. /// Represents the following element tag in the schema: x:anchor. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? ObjectAnchor { get => GetElement(); @@ -34324,12 +34324,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? ObjectAnchor /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x:objectPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:anchor> /// - /// + /// public partial class EmbeddedObjectProperties : OpenXmlCompositeElement { /// @@ -34477,9 +34477,9 @@ public BooleanValue? Dde /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -34515,9 +34515,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ObjectAnchor. /// Represents the following element tag in the schema: x:anchor. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? ObjectAnchor { get => GetElement(); @@ -34533,12 +34533,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? ObjectAnchor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tabColor> /// - /// + /// public partial class ChartSheetProperties : OpenXmlCompositeElement { /// @@ -34612,9 +34612,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TabColor. /// Represents the following element tag in the schema: x:tabColor. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TabColor? TabColor { get => GetElement(); @@ -34630,13 +34630,13 @@ public DocumentFormat.OpenXml.Spreadsheet.TabColor? TabColor /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetViews. /// - /// + /// /// The following table lists the possible child types: /// /// <x:sheetView> /// <x:extLst> /// - /// + /// public partial class ChartSheetViews : OpenXmlCompositeElement { /// @@ -34797,12 +34797,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:customSheetViews. /// - /// + /// /// The following table lists the possible child types: /// /// <x:customSheetView> /// - /// + /// public partial class CustomChartsheetViews : OpenXmlCompositeElement { /// @@ -34869,9 +34869,9 @@ public Drawing() : base() /// Relationship id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -34961,9 +34961,9 @@ protected LegacyDrawingType() : base() /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -34999,9 +34999,9 @@ public DrawingHeaderFooter() : base() /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -35239,9 +35239,9 @@ public Picture() : base() /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -35268,12 +35268,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:webPublishItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x:webPublishItem> /// - /// + /// public partial class WebPublishItems : OpenXmlCompositeElement { /// @@ -35339,13 +35339,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:colorScale. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cfvo> /// <x:color> /// - /// + /// public partial class ColorScale : OpenXmlCompositeElement { /// @@ -35401,13 +35401,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dataBar. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cfvo> /// <x:color> /// - /// + /// public partial class DataBar : OpenXmlCompositeElement { /// @@ -35499,12 +35499,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:iconSet. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cfvo> /// - /// + /// public partial class IconSet : OpenXmlCompositeElement { /// @@ -35603,12 +35603,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ConditionalFormattingRuleExtensionList : OpenXmlCompositeElement { /// @@ -35662,12 +35662,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dataRefs. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dataRef> /// - /// + /// public partial class DataReferences : OpenXmlCompositeElement { /// @@ -35733,14 +35733,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tabColor> /// <x:outlinePr> /// <x:pageSetUpPr> /// - /// + /// public partial class SheetProperties : OpenXmlCompositeElement { /// @@ -35895,9 +35895,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Sheet Tab Color. /// Represents the following element tag in the schema: x:tabColor. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TabColor? TabColor { get => GetElement(); @@ -35908,9 +35908,9 @@ public DocumentFormat.OpenXml.Spreadsheet.TabColor? TabColor /// Outline Properties. /// Represents the following element tag in the schema: x:outlinePr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.OutlineProperties? OutlineProperties { get => GetElement(); @@ -35921,9 +35921,9 @@ public DocumentFormat.OpenXml.Spreadsheet.OutlineProperties? OutlineProperties /// Page Setup Properties. /// Represents the following element tag in the schema: x:pageSetUpPr. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties? PageSetupProperties { get => GetElement(); @@ -35939,13 +35939,13 @@ public DocumentFormat.OpenXml.Spreadsheet.PageSetupProperties? PageSetupProperti /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetViews. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:sheetView> /// - /// + /// public partial class SheetViews : OpenXmlCompositeElement { /// @@ -36104,9 +36104,9 @@ public ByteValue? OutlineLevelColumn /// dyDescent, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: x14ac:dyDescent /// - /// + /// /// xmlns:x14ac=http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac - /// + /// public DoubleValue? DyDescent { get => GetAttribute(); @@ -36408,12 +36408,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:customSheetViews. /// - /// + /// /// The following table lists the possible child types: /// /// <x:customSheetView> /// - /// + /// public partial class CustomSheetViews : OpenXmlCompositeElement { /// @@ -36467,12 +36467,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:oleObjects. /// - /// + /// /// The following table lists the possible child types: /// /// <x:oleObject> /// - /// + /// public partial class OleObjects : OpenXmlCompositeElement { /// @@ -36526,12 +36526,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:controls. /// - /// + /// /// The following table lists the possible child types: /// /// <x:control> /// - /// + /// public partial class Controls : OpenXmlCompositeElement { /// @@ -36628,12 +36628,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cols. /// - /// + /// /// The following table lists the possible child types: /// /// <x:col> /// - /// + /// public partial class Columns : OpenXmlCompositeElement { /// @@ -36687,12 +36687,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetData. /// - /// + /// /// The following table lists the possible child types: /// /// <x:row> /// - /// + /// public partial class SheetData : OpenXmlCompositeElement { /// @@ -36747,12 +36747,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dataConsolidate. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dataRefs> /// - /// + /// public partial class DataConsolidate : OpenXmlCompositeElement { /// @@ -36860,9 +36860,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Data Consolidation References. /// Represents the following element tag in the schema: x:dataRefs. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.DataReferences? DataReferences { get => GetElement(); @@ -36878,13 +36878,13 @@ public DocumentFormat.OpenXml.Spreadsheet.DataReferences? DataReferences /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:conditionalFormatting. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cfRule> /// <x:extLst> /// - /// + /// public partial class ConditionalFormatting : OpenXmlCompositeElement { /// @@ -36964,12 +36964,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:customProperties. /// - /// + /// /// The following table lists the possible child types: /// /// <x:customPr> /// - /// + /// public partial class CustomProperties : OpenXmlCompositeElement { /// @@ -37023,12 +37023,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:mps. /// - /// + /// /// The following table lists the possible child types: /// /// <x:mp> /// - /// + /// public partial class MemberProperties : OpenXmlCompositeElement { /// @@ -37094,12 +37094,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:members. /// - /// + /// /// The following table lists the possible child types: /// /// <x:member> /// - /// + /// public partial class Members : OpenXmlCompositeElement { /// @@ -37176,12 +37176,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class PivotHierarchyExtensionList : OpenXmlCompositeElement { /// @@ -37235,12 +37235,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:items. /// - /// + /// /// The following table lists the possible child types: /// /// <x:item> /// - /// + /// public partial class Items : OpenXmlCompositeElement { /// @@ -37306,12 +37306,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:autoSortScope. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotArea> /// - /// + /// public partial class AutoSortScope : OpenXmlCompositeElement { /// @@ -37360,9 +37360,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Auto Sort Scope. /// Represents the following element tag in the schema: x:pivotArea. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea { get => GetElement(); @@ -37378,12 +37378,12 @@ public DocumentFormat.OpenXml.Spreadsheet.PivotArea? PivotArea /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class PivotFieldExtensionList : OpenXmlCompositeElement { /// @@ -37480,9 +37480,9 @@ public StringValue? Sheet /// Relationship Id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -37512,13 +37512,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:consolidation. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pages> /// <x:rangeSets> /// - /// + /// public partial class Consolidation : OpenXmlCompositeElement { /// @@ -37581,9 +37581,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Page Item Values. /// Represents the following element tag in the schema: x:pages. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Pages? Pages { get => GetElement(); @@ -37594,9 +37594,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Pages? Pages /// Range Sets. /// Represents the following element tag in the schema: x:rangeSets. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.RangeSets? RangeSets { get => GetElement(); @@ -37612,12 +37612,12 @@ public DocumentFormat.OpenXml.Spreadsheet.RangeSets? RangeSets /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class CacheSourceExtensionList : OpenXmlCompositeElement { /// @@ -37671,12 +37671,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is x:commentPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:anchor> /// - /// + /// public partial class CommentProperties : OpenXmlCompositeElement { /// @@ -37892,9 +37892,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ObjectAnchor. /// Represents the following element tag in the schema: x:anchor. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ObjectAnchor? ObjectAnchor { get => GetElement(); @@ -38172,14 +38172,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:filters. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dateGroupItem> /// <x:filter> /// <x14:filter> /// - /// + /// public partial class Filters : OpenXmlCompositeElement { /// @@ -38332,12 +38332,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:customFilters. /// - /// + /// /// The following table lists the possible child types: /// /// <x:customFilter> /// - /// + /// public partial class CustomFilters : OpenXmlCompositeElement { /// @@ -38593,14 +38593,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:slicerCachePivotTables> /// <x15:slicerCacheHideItemsWithNoData> /// <x15:tableSlicerCache> /// - /// + /// public partial class SlicerCacheDefinitionExtension : OpenXmlCompositeElement { /// @@ -38675,13 +38675,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:movingPeriodState> /// <x15:pivotFilter> /// - /// + /// public partial class PivotFilterExtension : OpenXmlCompositeElement { /// @@ -38754,12 +38754,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x15:queryTable> /// - /// + /// public partial class QueryTableExtension : OpenXmlCompositeElement { /// @@ -39029,12 +39029,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:webPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tables> /// - /// + /// public partial class WebQueryProperties : OpenXmlCompositeElement { /// @@ -39228,9 +39228,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Tables. /// Represents the following element tag in the schema: x:tables. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Tables? Tables { get => GetElement(); @@ -39246,12 +39246,12 @@ public DocumentFormat.OpenXml.Spreadsheet.Tables? Tables /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:textPr. /// - /// + /// /// The following table lists the possible child types: /// /// <x:textFields> /// - /// + /// public partial class TextProperties : OpenXmlCompositeElement { /// @@ -39482,9 +39482,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TextFields. /// Represents the following element tag in the schema: x:textFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.TextFields? TextFields { get => GetElement(); @@ -39500,12 +39500,12 @@ public DocumentFormat.OpenXml.Spreadsheet.TextFields? TextFields /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:parameters. /// - /// + /// /// The following table lists the possible child types: /// /// <x:parameter> /// - /// + /// public partial class Parameters : OpenXmlCompositeElement { /// @@ -39571,12 +39571,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class ConnectionExtensionList : OpenXmlCompositeElement { /// @@ -39630,13 +39630,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:connection> /// <x15:connection> /// - /// + /// public partial class ConnectionExtension : OpenXmlCompositeElement { /// @@ -39709,12 +39709,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:textFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:textField> /// - /// + /// public partial class TextFields : OpenXmlCompositeElement { /// @@ -39780,7 +39780,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sharedItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x:b> @@ -39790,7 +39790,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:n> /// <x:s> /// - /// + /// public partial class SharedItems : OpenXmlCompositeElement { /// @@ -40012,14 +40012,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:fieldGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <x:discretePr> /// <x:groupItems> /// <x:rangePr> /// - /// + /// public partial class FieldGroup : OpenXmlCompositeElement { /// @@ -40103,12 +40103,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class CacheFieldExtensionList : OpenXmlCompositeElement { /// @@ -40162,13 +40162,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:cacheField> /// <x15:cachedUniqueNames> /// - /// + /// public partial class CacheFieldExtension : OpenXmlCompositeElement { /// @@ -40241,12 +40241,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:fieldsUsage. /// - /// + /// /// The following table lists the possible child types: /// /// <x:fieldUsage> /// - /// + /// public partial class FieldsUsage : OpenXmlCompositeElement { /// @@ -40312,12 +40312,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:groupLevels. /// - /// + /// /// The following table lists the possible child types: /// /// <x:groupLevel> /// - /// + /// public partial class GroupLevels : OpenXmlCompositeElement { /// @@ -40383,12 +40383,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class CacheHierarchyExtensionList : OpenXmlCompositeElement { /// @@ -40442,13 +40442,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:cacheHierarchy> /// <x15:cacheHierarchy> /// - /// + /// public partial class CacheHierarchyExtension : OpenXmlCompositeElement { /// @@ -40521,12 +40521,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class CalculatedMemberExtensionList : OpenXmlCompositeElement { /// @@ -40580,13 +40580,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:calculatedMember> /// <x15:calculatedMember> /// - /// + /// public partial class CalculatedMemberExtension : OpenXmlCompositeElement { /// @@ -40659,12 +40659,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class DataFieldExtensionList : OpenXmlCompositeElement { /// @@ -40718,13 +40718,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:dataField> /// <x15:dataField> /// - /// + /// public partial class DataFieldExtension : OpenXmlCompositeElement { /// @@ -40797,12 +40797,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class PivotFilterExtensionList : OpenXmlCompositeElement { /// @@ -40856,7 +40856,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:queryTableRefresh. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> @@ -40864,7 +40864,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:queryTableFields> /// <x:sortState> /// - /// + /// public partial class QueryTableRefresh : OpenXmlCompositeElement { /// @@ -41001,9 +41001,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Query table fields. /// Represents the following element tag in the schema: x:queryTableFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.QueryTableFields? QueryTableFields { get => GetElement(); @@ -41014,9 +41014,9 @@ public DocumentFormat.OpenXml.Spreadsheet.QueryTableFields? QueryTableFields /// Deleted Fields. /// Represents the following element tag in the schema: x:queryTableDeletedFields. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields? QueryTableDeletedFields { get => GetElement(); @@ -41027,9 +41027,9 @@ public DocumentFormat.OpenXml.Spreadsheet.QueryTableDeletedFields? QueryTableDel /// Sort State. /// Represents the following element tag in the schema: x:sortState. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.SortState? SortState { get => GetElement(); @@ -41040,9 +41040,9 @@ public DocumentFormat.OpenXml.Spreadsheet.SortState? SortState /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -41058,12 +41058,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class QueryTableExtensionList : OpenXmlCompositeElement { /// @@ -41153,12 +41153,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:protectedRanges. /// - /// + /// /// The following table lists the possible child types: /// /// <x:protectedRange> /// - /// + /// public partial class ProtectedRanges : OpenXmlCompositeElement { /// @@ -41212,12 +41212,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:scenarios. /// - /// + /// /// The following table lists the possible child types: /// /// <x:scenario> /// - /// + /// public partial class Scenarios : OpenXmlCompositeElement { /// @@ -41305,12 +41305,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:mergeCells. /// - /// + /// /// The following table lists the possible child types: /// /// <x:mergeCell> /// - /// + /// public partial class MergeCells : OpenXmlCompositeElement { /// @@ -41376,12 +41376,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dataValidations. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dataValidation> /// - /// + /// public partial class DataValidations : OpenXmlCompositeElement { /// @@ -41483,12 +41483,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:hyperlinks. /// - /// + /// /// The following table lists the possible child types: /// /// <x:hyperlink> /// - /// + /// public partial class Hyperlinks : OpenXmlCompositeElement { /// @@ -41542,12 +41542,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cellWatches. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cellWatch> /// - /// + /// public partial class CellWatches : OpenXmlCompositeElement { /// @@ -41601,13 +41601,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ignoredErrors. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:ignoredError> /// - /// + /// public partial class IgnoredErrors : OpenXmlCompositeElement { /// @@ -41663,12 +41663,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tableParts. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tablePart> /// - /// + /// public partial class TableParts : OpenXmlCompositeElement { /// @@ -41734,12 +41734,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class WorksheetExtensionList : OpenXmlCompositeElement { /// @@ -41793,7 +41793,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:conditionalFormattings> @@ -41805,7 +41805,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x15:timelineRefs> /// <x15:webExtensions> /// - /// + /// public partial class WorksheetExtension : OpenXmlCompositeElement { /// @@ -41890,12 +41890,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:numFmts. /// - /// + /// /// The following table lists the possible child types: /// /// <x:numFmt> /// - /// + /// public partial class NumberingFormats : OpenXmlCompositeElement { /// @@ -41961,12 +41961,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:fonts. /// - /// + /// /// The following table lists the possible child types: /// /// <x:font> /// - /// + /// public partial class Fonts : OpenXmlCompositeElement { /// @@ -42014,9 +42014,9 @@ public UInt32Value? Count /// knownFonts, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: x14ac:knownFonts /// - /// + /// /// xmlns:x14ac=http://schemas.microsoft.com/office/spreadsheetml/2009/9/ac - /// + /// public BooleanValue? KnownFonts { get => GetAttribute(); @@ -42049,12 +42049,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:fills. /// - /// + /// /// The following table lists the possible child types: /// /// <x:fill> /// - /// + /// public partial class Fills : OpenXmlCompositeElement { /// @@ -42120,12 +42120,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:borders. /// - /// + /// /// The following table lists the possible child types: /// /// <x:border> /// - /// + /// public partial class Borders : OpenXmlCompositeElement { /// @@ -42191,12 +42191,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cellStyleXfs. /// - /// + /// /// The following table lists the possible child types: /// /// <x:xf> /// - /// + /// public partial class CellStyleFormats : OpenXmlCompositeElement { /// @@ -42262,12 +42262,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cellXfs. /// - /// + /// /// The following table lists the possible child types: /// /// <x:xf> /// - /// + /// public partial class CellFormats : OpenXmlCompositeElement { /// @@ -42333,12 +42333,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cellStyles. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cellStyle> /// - /// + /// public partial class CellStyles : OpenXmlCompositeElement { /// @@ -42404,12 +42404,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dxfs. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dxf> /// - /// + /// public partial class DifferentialFormats : OpenXmlCompositeElement { /// @@ -42475,12 +42475,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tableStyles. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tableStyle> /// - /// + /// public partial class TableStyles : OpenXmlCompositeElement { /// @@ -42569,13 +42569,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:colors. /// - /// + /// /// The following table lists the possible child types: /// /// <x:indexedColors> /// <x:mruColors> /// - /// + /// public partial class Colors : OpenXmlCompositeElement { /// @@ -42626,9 +42626,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Color Indexes. /// Represents the following element tag in the schema: x:indexedColors. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.IndexedColors? IndexedColors { get => GetElement(); @@ -42639,9 +42639,9 @@ public DocumentFormat.OpenXml.Spreadsheet.IndexedColors? IndexedColors /// MRU Colors. /// Represents the following element tag in the schema: x:mruColors. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.MruColors? MruColors { get => GetElement(); @@ -42657,12 +42657,12 @@ public DocumentFormat.OpenXml.Spreadsheet.MruColors? MruColors /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class StylesheetExtensionList : OpenXmlCompositeElement { /// @@ -42716,7 +42716,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:dxfs> @@ -42724,7 +42724,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x14:slicerStyles> /// <x15:timelineStyles> /// - /// + /// public partial class StylesheetExtension : OpenXmlCompositeElement { /// @@ -42904,12 +42904,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotField> /// - /// + /// public partial class PivotFields : OpenXmlCompositeElement { /// @@ -42975,12 +42975,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rowFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:field> /// - /// + /// public partial class RowFields : OpenXmlCompositeElement { /// @@ -43046,12 +43046,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rowItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x:i> /// - /// + /// public partial class RowItems : OpenXmlCompositeElement { /// @@ -43117,12 +43117,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:colFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:field> /// - /// + /// public partial class ColumnFields : OpenXmlCompositeElement { /// @@ -43188,12 +43188,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:colItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x:i> /// - /// + /// public partial class ColumnItems : OpenXmlCompositeElement { /// @@ -43259,12 +43259,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pageFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pageField> /// - /// + /// public partial class PageFields : OpenXmlCompositeElement { /// @@ -43330,12 +43330,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dataFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dataField> /// - /// + /// public partial class DataFields : OpenXmlCompositeElement { /// @@ -43401,12 +43401,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:formats. /// - /// + /// /// The following table lists the possible child types: /// /// <x:format> /// - /// + /// public partial class Formats : OpenXmlCompositeElement { /// @@ -43472,12 +43472,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:conditionalFormats. /// - /// + /// /// The following table lists the possible child types: /// /// <x:conditionalFormat> /// - /// + /// public partial class ConditionalFormats : OpenXmlCompositeElement { /// @@ -43543,12 +43543,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:chartFormats. /// - /// + /// /// The following table lists the possible child types: /// /// <x:chartFormat> /// - /// + /// public partial class ChartFormats : OpenXmlCompositeElement { /// @@ -43614,12 +43614,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotHierarchies. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotHierarchy> /// - /// + /// public partial class PivotHierarchies : OpenXmlCompositeElement { /// @@ -43777,12 +43777,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:filters. /// - /// + /// /// The following table lists the possible child types: /// /// <x:filter> /// - /// + /// public partial class PivotFilters : OpenXmlCompositeElement { /// @@ -43848,12 +43848,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:rowHierarchiesUsage. /// - /// + /// /// The following table lists the possible child types: /// /// <x:rowHierarchyUsage> /// - /// + /// public partial class RowHierarchiesUsage : OpenXmlCompositeElement { /// @@ -43919,12 +43919,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:colHierarchiesUsage. /// - /// + /// /// The following table lists the possible child types: /// /// <x:colHierarchyUsage> /// - /// + /// public partial class ColumnHierarchiesUsage : OpenXmlCompositeElement { /// @@ -43990,12 +43990,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class PivotTableDefinitionExtensionList : OpenXmlCompositeElement { /// @@ -44049,7 +44049,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotTableDefinition> @@ -44057,7 +44057,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x15:pivotTableUISettings> /// <xxpvi:pivotVersionInfo> /// - /// + /// public partial class PivotTableDefinitionExtension : OpenXmlCompositeElement { /// @@ -44134,14 +44134,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cacheSource. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> /// <x:consolidation> /// <x:worksheetSource> /// - /// + /// public partial class CacheSource : OpenXmlCompositeElement { /// @@ -44222,9 +44222,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// WorksheetSource. /// Represents the following element tag in the schema: x:worksheetSource. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.WorksheetSource? WorksheetSource { get => GetElement(); @@ -44235,9 +44235,9 @@ public DocumentFormat.OpenXml.Spreadsheet.WorksheetSource? WorksheetSource /// Consolidation. /// Represents the following element tag in the schema: x:consolidation. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Consolidation? Consolidation { get => GetElement(); @@ -44248,9 +44248,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Consolidation? Consolidation /// CacheSourceExtensionList. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList? CacheSourceExtensionList { get => GetElement(); @@ -44266,12 +44266,12 @@ public DocumentFormat.OpenXml.Spreadsheet.CacheSourceExtensionList? CacheSourceE /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cacheFields. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cacheField> /// - /// + /// public partial class CacheFields : OpenXmlCompositeElement { /// @@ -44337,12 +44337,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:cacheHierarchies. /// - /// + /// /// The following table lists the possible child types: /// /// <x:cacheHierarchy> /// - /// + /// public partial class CacheHierarchies : OpenXmlCompositeElement { /// @@ -44408,12 +44408,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:kpis. /// - /// + /// /// The following table lists the possible child types: /// /// <x:kpi> /// - /// + /// public partial class Kpis : OpenXmlCompositeElement { /// @@ -44479,7 +44479,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tupleCache. /// - /// + /// /// The following table lists the possible child types: /// /// <x:extLst> @@ -44488,7 +44488,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x:serverFormats> /// <x:sets> /// - /// + /// public partial class TupleCache : OpenXmlCompositeElement { /// @@ -44545,9 +44545,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Entries. /// Represents the following element tag in the schema: x:entries. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Entries? Entries { get => GetElement(); @@ -44558,9 +44558,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Entries? Entries /// Sets. /// Represents the following element tag in the schema: x:sets. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.Sets? Sets { get => GetElement(); @@ -44571,9 +44571,9 @@ public DocumentFormat.OpenXml.Spreadsheet.Sets? Sets /// OLAP Query Cache. /// Represents the following element tag in the schema: x:queryCache. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.QueryCache? QueryCache { get => GetElement(); @@ -44584,9 +44584,9 @@ public DocumentFormat.OpenXml.Spreadsheet.QueryCache? QueryCache /// Server Formats. /// Represents the following element tag in the schema: x:serverFormats. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ServerFormats? ServerFormats { get => GetElement(); @@ -44597,9 +44597,9 @@ public DocumentFormat.OpenXml.Spreadsheet.ServerFormats? ServerFormats /// Future Feature Data Storage Area. /// Represents the following element tag in the schema: x:extLst. /// - /// + /// /// xmlns:x = http://schemas.openxmlformats.org/spreadsheetml/2006/main - /// + /// public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList { get => GetElement(); @@ -44615,12 +44615,12 @@ public DocumentFormat.OpenXml.Spreadsheet.ExtensionList? ExtensionList /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:calculatedItems. /// - /// + /// /// The following table lists the possible child types: /// /// <x:calculatedItem> /// - /// + /// public partial class CalculatedItems : OpenXmlCompositeElement { /// @@ -44686,12 +44686,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:calculatedMembers. /// - /// + /// /// The following table lists the possible child types: /// /// <x:calculatedMember> /// - /// + /// public partial class CalculatedMembers : OpenXmlCompositeElement { /// @@ -44757,12 +44757,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:dimensions. /// - /// + /// /// The following table lists the possible child types: /// /// <x:dimension> /// - /// + /// public partial class Dimensions : OpenXmlCompositeElement { /// @@ -44828,12 +44828,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:measureGroups. /// - /// + /// /// The following table lists the possible child types: /// /// <x:measureGroup> /// - /// + /// public partial class MeasureGroups : OpenXmlCompositeElement { /// @@ -44899,12 +44899,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:maps. /// - /// + /// /// The following table lists the possible child types: /// /// <x:map> /// - /// + /// public partial class Maps : OpenXmlCompositeElement { /// @@ -44970,12 +44970,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class PivotCacheDefinitionExtensionList : OpenXmlCompositeElement { /// @@ -45029,7 +45029,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotCacheDefinition> @@ -45039,7 +45039,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <xxpim:implicitMeasureSupport> /// <xxpvi:cacheVersionInfo> /// - /// + /// public partial class PivotCacheDefinitionExtension : OpenXmlCompositeElement { /// @@ -45120,12 +45120,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetNames. /// - /// + /// /// The following table lists the possible child types: /// /// <x:sheetName> /// - /// + /// public partial class SheetNames : OpenXmlCompositeElement { /// @@ -45179,12 +45179,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:definedNames. /// - /// + /// /// The following table lists the possible child types: /// /// <x:definedName> /// - /// + /// public partial class ExternalDefinedNames : OpenXmlCompositeElement { /// @@ -45238,12 +45238,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheetDataSet. /// - /// + /// /// The following table lists the possible child types: /// /// <x:sheetData> /// - /// + /// public partial class SheetDataSet : OpenXmlCompositeElement { /// @@ -45297,12 +45297,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:tableColumns. /// - /// + /// /// The following table lists the possible child types: /// /// <x:tableColumn> /// - /// + /// public partial class TableColumns : OpenXmlCompositeElement { /// @@ -45449,12 +45449,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class TableExtensionList : OpenXmlCompositeElement { /// @@ -45508,13 +45508,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:table> /// <xlmsforms:msForm> /// - /// + /// public partial class TableExtension : OpenXmlCompositeElement { /// @@ -46191,12 +46191,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:bookViews. /// - /// + /// /// The following table lists the possible child types: /// /// <x:workbookView> /// - /// + /// public partial class BookViews : OpenXmlCompositeElement { /// @@ -46250,12 +46250,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:sheets. /// - /// + /// /// The following table lists the possible child types: /// /// <x:sheet> /// - /// + /// public partial class Sheets : OpenXmlCompositeElement { /// @@ -46309,12 +46309,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:functionGroups. /// - /// + /// /// The following table lists the possible child types: /// /// <x:functionGroup> /// - /// + /// public partial class FunctionGroups : OpenXmlCompositeElement { /// @@ -46381,12 +46381,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:externalReferences. /// - /// + /// /// The following table lists the possible child types: /// /// <x:externalReference> /// - /// + /// public partial class ExternalReferences : OpenXmlCompositeElement { /// @@ -46440,12 +46440,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:definedNames. /// - /// + /// /// The following table lists the possible child types: /// /// <x:definedName> /// - /// + /// public partial class DefinedNames : OpenXmlCompositeElement { /// @@ -46706,12 +46706,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:customWorkbookViews. /// - /// + /// /// The following table lists the possible child types: /// /// <x:customWorkbookView> /// - /// + /// public partial class CustomWorkbookViews : OpenXmlCompositeElement { /// @@ -46765,12 +46765,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:pivotCaches. /// - /// + /// /// The following table lists the possible child types: /// /// <x:pivotCache> /// - /// + /// public partial class PivotCaches : OpenXmlCompositeElement { /// @@ -47017,12 +47017,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:webPublishObjects. /// - /// + /// /// The following table lists the possible child types: /// /// <x:webPublishObject> /// - /// + /// public partial class WebPublishObjects : OpenXmlCompositeElement { /// @@ -47088,12 +47088,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:extLst. /// - /// + /// /// The following table lists the possible child types: /// /// <x:ext> /// - /// + /// public partial class WorkbookExtensionList : OpenXmlCompositeElement { /// @@ -47147,7 +47147,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is x:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <x14:pivotCaches> @@ -47163,7 +47163,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <x15:workbookPr> /// <xlecs:externalCodeService> /// - /// + /// public partial class WorkbookExtension : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_wordprocessingml_2006_main.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_wordprocessingml_2006_main.g.cs index c5868cb5f..06823037b 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_wordprocessingml_2006_main.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_openxmlformats_org_wordprocessingml_2006_main.g.cs @@ -292,9 +292,9 @@ protected TrackChangeType() : base() /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -305,9 +305,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -318,9 +318,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -331,9 +331,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -384,9 +384,9 @@ public CellMerge() : base() /// vMerge /// Represents the following attribute in the schema: w:vMerge /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? VerticalMerge { get => GetAttribute>(); @@ -397,9 +397,9 @@ public EnumValuevMergeOrig /// Represents the following attribute in the schema: w:vMergeOrig /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? VerticalMergeOriginal { get => GetAttribute>(); @@ -410,9 +410,9 @@ public EnumValueauthor /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -423,9 +423,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -436,9 +436,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -449,9 +449,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -509,9 +509,9 @@ public BookmarkStart() : base() /// name /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -522,9 +522,9 @@ public StringValue? Name /// colFirst /// Represents the following attribute in the schema: w:colFirst /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? ColumnFirst { get => GetAttribute(); @@ -535,9 +535,9 @@ public Int32Value? ColumnFirst /// colLast /// Represents the following attribute in the schema: w:colLast /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? ColumnLast { get => GetAttribute(); @@ -548,9 +548,9 @@ public Int32Value? ColumnLast /// displacedByCustomXml /// Represents the following attribute in the schema: w:displacedByCustomXml /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? DisplacedByCustomXml { get => GetAttribute>(); @@ -561,9 +561,9 @@ public EnumValueAnnotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -744,9 +744,9 @@ protected MarkupRangeType() : base() /// displacedByCustomXml /// Represents the following attribute in the schema: w:displacedByCustomXml /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? DisplacedByCustomXml { get => GetAttribute>(); @@ -757,9 +757,9 @@ public EnumValueAnnotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -851,9 +851,9 @@ protected MoveBookmarkType() : base() /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -864,9 +864,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -877,9 +877,9 @@ public DateTimeValue? Date /// name /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -890,9 +890,9 @@ public StringValue? Name /// colFirst /// Represents the following attribute in the schema: w:colFirst /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? ColumnFirst { get => GetAttribute(); @@ -903,9 +903,9 @@ public Int32Value? ColumnFirst /// colLast /// Represents the following attribute in the schema: w:colLast /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? ColumnLast { get => GetAttribute(); @@ -916,9 +916,9 @@ public Int32Value? ColumnLast /// displacedByCustomXml /// Represents the following attribute in the schema: w:displacedByCustomXml /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? DisplacedByCustomXml { get => GetAttribute>(); @@ -929,9 +929,9 @@ public EnumValueAnnotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1113,9 +1113,9 @@ protected MarkupType() : base() /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1787,9 +1787,9 @@ protected StringType() : base() /// String Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -6289,9 +6289,9 @@ protected OnOffType() : base() /// On/Off Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Val { get => GetAttribute(); @@ -6324,9 +6324,9 @@ public FrameProperties() : base() /// Drop Cap Frame /// Represents the following attribute in the schema: w:dropCap /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? DropCap { get => GetAttribute>(); @@ -6337,9 +6337,9 @@ public EnumValue? D /// Drop Cap Vertical Height in Lines /// Represents the following attribute in the schema: w:lines /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Lines { get => GetAttribute(); @@ -6350,9 +6350,9 @@ public Int32Value? Lines /// Frame Width /// Represents the following attribute in the schema: w:w /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Width { get => GetAttribute(); @@ -6363,9 +6363,9 @@ public StringValue? Width /// Frame Height /// Represents the following attribute in the schema: w:h /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Height { get => GetAttribute(); @@ -6376,9 +6376,9 @@ public UInt32Value? Height /// Vertical Frame Padding /// Represents the following attribute in the schema: w:vSpace /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? VerticalSpace { get => GetAttribute(); @@ -6389,9 +6389,9 @@ public StringValue? VerticalSpace /// Horizontal Frame Padding /// Represents the following attribute in the schema: w:hSpace /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? HorizontalSpace { get => GetAttribute(); @@ -6402,9 +6402,9 @@ public StringValue? HorizontalSpace /// Text Wrapping Around Frame /// Represents the following attribute in the schema: w:wrap /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Wrap { get => GetAttribute>(); @@ -6415,9 +6415,9 @@ public EnumValue? Wrap /// Frame Horizontal Positioning Base /// Represents the following attribute in the schema: w:hAnchor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? HorizontalPosition { get => GetAttribute>(); @@ -6428,9 +6428,9 @@ public EnumValue? /// Frame Vertical Positioning Base /// Represents the following attribute in the schema: w:vAnchor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? VerticalPosition { get => GetAttribute>(); @@ -6441,9 +6441,9 @@ public EnumValue? Ve /// Absolute Horizontal Position /// Represents the following attribute in the schema: w:x /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? X { get => GetAttribute(); @@ -6454,9 +6454,9 @@ public StringValue? X /// Relative Horizontal Position /// Represents the following attribute in the schema: w:xAlign /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? XAlign { get => GetAttribute>(); @@ -6467,9 +6467,9 @@ public EnumValueAbsolute Vertical Position /// Represents the following attribute in the schema: w:y /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Y { get => GetAttribute(); @@ -6480,9 +6480,9 @@ public StringValue? Y /// Relative Vertical Position /// Represents the following attribute in the schema: w:yAlign /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? YAlign { get => GetAttribute>(); @@ -6493,9 +6493,9 @@ public EnumValue? /// Frame Height Type /// Represents the following attribute in the schema: w:hRule /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? HeightType { get => GetAttribute>(); @@ -6506,9 +6506,9 @@ public EnumValue? Height /// Lock Frame Anchor to Paragraph /// Represents the following attribute in the schema: w:anchorLock /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? AnchorLock { get => GetAttribute(); @@ -6592,7 +6592,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:numPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:numId> @@ -6600,7 +6600,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:ins> /// <w:numberingChange> /// - /// + /// public partial class NumberingProperties : OpenXmlCompositeElement { /// @@ -6655,9 +6655,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Numbering Level Reference. /// Represents the following element tag in the schema: w:ilvl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference? NumberingLevelReference { get => GetElement(); @@ -6668,9 +6668,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingLevelReference? NumberingL /// Numbering Definition Instance Reference. /// Represents the following element tag in the schema: w:numId. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingId? NumberingId { get => GetElement(); @@ -6681,9 +6681,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingId? NumberingId /// Previous Paragraph Numbering Properties. /// Represents the following element tag in the schema: w:numberingChange. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingChange? NumberingChange { get => GetElement(); @@ -6694,9 +6694,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingChange? NumberingChange /// Inserted Numbering Properties. /// Represents the following element tag in the schema: w:ins. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Inserted? Inserted { get => GetElement(); @@ -6712,7 +6712,7 @@ public DocumentFormat.OpenXml.Wordprocessing.Inserted? Inserted /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pBdr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:top> @@ -6722,7 +6722,7 @@ public DocumentFormat.OpenXml.Wordprocessing.Inserted? Inserted /// <w:between> /// <w:bar> /// - /// + /// public partial class ParagraphBorders : OpenXmlCompositeElement { /// @@ -6781,9 +6781,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Paragraph Border Above Identical Paragraphs. /// Represents the following element tag in the schema: w:top. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder { get => GetElement(); @@ -6794,9 +6794,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder /// Left Paragraph Border. /// Represents the following element tag in the schema: w:left. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder { get => GetElement(); @@ -6807,9 +6807,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder /// Paragraph Border Between Identical Paragraphs. /// Represents the following element tag in the schema: w:bottom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder { get => GetElement(); @@ -6820,9 +6820,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder /// Right Paragraph Border. /// Represents the following element tag in the schema: w:right. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder { get => GetElement(); @@ -6833,9 +6833,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder /// Paragraph Border Between Identical Paragraphs. /// Represents the following element tag in the schema: w:between. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BetweenBorder? BetweenBorder { get => GetElement(); @@ -6846,9 +6846,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BetweenBorder? BetweenBorder /// Paragraph Border Between Facing Pages. /// Represents the following element tag in the schema: w:bar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BarBorder? BarBorder { get => GetElement(); @@ -6877,9 +6877,9 @@ public Shading() : base() /// Shading Pattern /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -6890,9 +6890,9 @@ public EnumValue? Va /// Shading Pattern Color /// Represents the following attribute in the schema: w:color /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Color { get => GetAttribute(); @@ -6903,9 +6903,9 @@ public StringValue? Color /// Shading Pattern Theme Color /// Represents the following attribute in the schema: w:themeColor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ThemeColor { get => GetAttribute>(); @@ -6916,9 +6916,9 @@ public EnumValue? ThemeC /// Shading Pattern Theme Color Tint /// Represents the following attribute in the schema: w:themeTint /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeTint { get => GetAttribute(); @@ -6929,9 +6929,9 @@ public StringValue? ThemeTint /// Shading Pattern Theme Color Shade /// Represents the following attribute in the schema: w:themeShade /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeShade { get => GetAttribute(); @@ -6942,9 +6942,9 @@ public StringValue? ThemeShade /// Shading Background Color /// Represents the following attribute in the schema: w:fill /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Fill { get => GetAttribute(); @@ -6955,9 +6955,9 @@ public StringValue? Fill /// Shading Background Theme Color /// Represents the following attribute in the schema: w:themeFill /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ThemeFill { get => GetAttribute>(); @@ -6968,9 +6968,9 @@ public EnumValue? ThemeF /// Shading Background Theme Color Tint /// Represents the following attribute in the schema: w:themeFillTint /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeFillTint { get => GetAttribute(); @@ -6981,9 +6981,9 @@ public StringValue? ThemeFillTint /// Shading Background Theme Color Shade /// Represents the following attribute in the schema: w:themeFillShade /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeFillShade { get => GetAttribute(); @@ -7044,12 +7044,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tabs. /// - /// + /// /// The following table lists the possible child types: /// /// <w:tab> /// - /// + /// public partial class Tabs : OpenXmlCompositeElement { /// @@ -7116,9 +7116,9 @@ public SpacingBetweenLines() : base() /// Spacing Above Paragraph /// Represents the following attribute in the schema: w:before /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Before { get => GetAttribute(); @@ -7129,9 +7129,9 @@ public StringValue? Before /// Spacing Above Paragraph IN Line Units /// Represents the following attribute in the schema: w:beforeLines /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? BeforeLines { get => GetAttribute(); @@ -7142,9 +7142,9 @@ public Int32Value? BeforeLines /// Automatically Determine Spacing Above Paragraph /// Represents the following attribute in the schema: w:beforeAutospacing /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? BeforeAutoSpacing { get => GetAttribute(); @@ -7155,9 +7155,9 @@ public OnOffValue? BeforeAutoSpacing /// Spacing Below Paragraph /// Represents the following attribute in the schema: w:after /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? After { get => GetAttribute(); @@ -7168,9 +7168,9 @@ public StringValue? After /// Spacing Below Paragraph in Line Units /// Represents the following attribute in the schema: w:afterLines /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? AfterLines { get => GetAttribute(); @@ -7181,9 +7181,9 @@ public Int32Value? AfterLines /// Automatically Determine Spacing Below Paragraph /// Represents the following attribute in the schema: w:afterAutospacing /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? AfterAutoSpacing { get => GetAttribute(); @@ -7194,9 +7194,9 @@ public OnOffValue? AfterAutoSpacing /// Spacing Between Lines in Paragraph /// Represents the following attribute in the schema: w:line /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Line { get => GetAttribute(); @@ -7207,9 +7207,9 @@ public StringValue? Line /// Type of Spacing Between Lines /// Represents the following attribute in the schema: w:lineRule /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? LineRule { get => GetAttribute>(); @@ -7277,9 +7277,9 @@ public Indentation() : base() /// Left Indentation /// Represents the following attribute in the schema: w:left /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Left { get => GetAttribute(); @@ -7290,9 +7290,9 @@ public StringValue? Left /// start, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:start /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Start { get => GetAttribute(); @@ -7303,9 +7303,9 @@ public StringValue? Start /// Left Indentation in Character Units /// Represents the following attribute in the schema: w:leftChars /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? LeftChars { get => GetAttribute(); @@ -7316,9 +7316,9 @@ public Int32Value? LeftChars /// startChars, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:startChars /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? StartCharacters { get => GetAttribute(); @@ -7329,9 +7329,9 @@ public Int32Value? StartCharacters /// Right Indentation /// Represents the following attribute in the schema: w:right /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Right { get => GetAttribute(); @@ -7342,9 +7342,9 @@ public StringValue? Right /// end, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:end /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? End { get => GetAttribute(); @@ -7355,9 +7355,9 @@ public StringValue? End /// Right Indentation in Character Units /// Represents the following attribute in the schema: w:rightChars /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? RightChars { get => GetAttribute(); @@ -7368,9 +7368,9 @@ public Int32Value? RightChars /// endChars, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:endChars /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? EndCharacters { get => GetAttribute(); @@ -7381,9 +7381,9 @@ public Int32Value? EndCharacters /// Indentation Removed from First Line /// Represents the following attribute in the schema: w:hanging /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Hanging { get => GetAttribute(); @@ -7394,9 +7394,9 @@ public StringValue? Hanging /// Indentation Removed From First Line in Character Units /// Represents the following attribute in the schema: w:hangingChars /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? HangingChars { get => GetAttribute(); @@ -7407,9 +7407,9 @@ public Int32Value? HangingChars /// Additional First Line Indentation /// Represents the following attribute in the schema: w:firstLine /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? FirstLine { get => GetAttribute(); @@ -7420,9 +7420,9 @@ public StringValue? FirstLine /// Additional First Line Indentation in Character Units /// Represents the following attribute in the schema: w:firstLineChars /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? FirstLineChars { get => GetAttribute(); @@ -7526,9 +7526,9 @@ public Justification() : base() /// Alignment Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -7568,9 +7568,9 @@ public TextDirection() : base() /// Direction of Text Flow /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -7610,9 +7610,9 @@ public TextAlignment() : base() /// Vertical Character Alignment Position /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -7652,9 +7652,9 @@ public TextBoxTightWrap() : base() /// Lines to Tight Wrap to Paragraph Extents /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -8007,9 +8007,9 @@ protected DecimalNumberType() : base() /// Decimal Number Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -8032,12 +8032,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pPrChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:pPr> /// - /// + /// public partial class ParagraphPropertiesChange : OpenXmlCompositeElement { /// @@ -8075,9 +8075,9 @@ public ParagraphPropertiesChange(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -8088,9 +8088,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -8101,9 +8101,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -8114,9 +8114,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -8162,9 +8162,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Paragraph Properties. /// Represents the following element tag in the schema: w:pPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesExtended? ParagraphPropertiesExtended { get => GetElement(); @@ -8245,9 +8245,9 @@ protected HeaderFooterReferenceType() : base() /// type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -8258,9 +8258,9 @@ public EnumValue? Type /// Relationship to Part /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -8300,9 +8300,9 @@ public Break() : base() /// Break Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -8313,9 +8313,9 @@ public EnumValue? Type /// Restart Location For Text Wrapping Break /// Represents the following attribute in the schema: w:clear /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Clear { get => GetAttribute>(); @@ -8514,9 +8514,9 @@ internal override OpenXmlSimpleType InnerTextToValue(string text) /// space /// Represents the following attribute in the schema: xml:space /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public EnumValue? Space { get => GetAttribute>(); @@ -9145,9 +9145,9 @@ public SymbolChar() : base() /// Symbol Character Font /// Represents the following attribute in the schema: w:font /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Font { get => GetAttribute(); @@ -9158,9 +9158,9 @@ public StringValue? Font /// Symbol Character Code /// Represents the following attribute in the schema: w:char /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? Char { get => GetAttribute(); @@ -9191,7 +9191,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:object. /// - /// + /// /// The following table lists the possible child types: /// /// <o:OLEObject> @@ -9211,7 +9211,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:objectEmbed> /// <w:objectLink> /// - /// + /// public partial class EmbeddedObject : OpenXmlCompositeElement { /// @@ -9249,9 +9249,9 @@ public EmbeddedObject(string outerXml) : base(outerXml) /// dxaOrig /// Represents the following attribute in the schema: w:dxaOrig /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? DxaOriginal { get => GetAttribute(); @@ -9262,9 +9262,9 @@ public StringValue? DxaOriginal /// dyaOrig /// Represents the following attribute in the schema: w:dyaOrig /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? DyaOriginal { get => GetAttribute(); @@ -9275,9 +9275,9 @@ public StringValue? DyaOriginal /// anchorId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:anchorId /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? AnchorId { get => GetAttribute(); @@ -9357,7 +9357,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pict. /// - /// + /// /// The following table lists the possible child types: /// /// <o:OLEObject> @@ -9375,7 +9375,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:control> /// <w:movie> /// - /// + /// public partial class Picture : OpenXmlCompositeElement { /// @@ -9413,9 +9413,9 @@ public Picture(string outerXml) : base(outerXml) /// anchorId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:anchorId /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? AnchorId { get => GetAttribute(); @@ -9486,14 +9486,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:fldChar. /// - /// + /// /// The following table lists the possible child types: /// /// <w:fldData> /// <w:ffData> /// <w:numberingChange> /// - /// + /// public partial class FieldChar : OpenXmlCompositeElement { /// @@ -9531,9 +9531,9 @@ public FieldChar(string outerXml) : base(outerXml) /// Field Character Type /// Represents the following attribute in the schema: w:fldCharType /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? FieldCharType { get => GetAttribute>(); @@ -9544,9 +9544,9 @@ public EnumValue? FieldCh /// Field Should Not Be Recalculated /// Represents the following attribute in the schema: w:fldLock /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FieldLock { get => GetAttribute(); @@ -9557,9 +9557,9 @@ public OnOffValue? FieldLock /// Field Result Invalidated /// Represents the following attribute in the schema: w:dirty /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Dirty { get => GetAttribute(); @@ -9592,9 +9592,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Custom Field Data. /// Represents the following element tag in the schema: w:fldData. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FieldData? FieldData { get => GetElement(); @@ -9605,9 +9605,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FieldData? FieldData /// Form Field Properties. /// Represents the following element tag in the schema: w:ffData. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FormFieldData? FormFieldData { get => GetElement(); @@ -9618,9 +9618,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FormFieldData? FormFieldData /// Previous Numbering Field Properties. /// Represents the following element tag in the schema: w:numberingChange. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingChange? NumberingChange { get => GetElement(); @@ -9636,14 +9636,14 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingChange? NumberingChange /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:ruby. /// - /// + /// /// The following table lists the possible child types: /// /// <w:rt> /// <w:rubyBase> /// <w:rubyPr> /// - /// + /// public partial class Ruby : OpenXmlCompositeElement { /// @@ -9696,9 +9696,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Phonetic Guide Properties. /// Represents the following element tag in the schema: w:rubyPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RubyProperties? RubyProperties { get => GetElement(); @@ -9709,9 +9709,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RubyProperties? RubyProperties /// Phonetic Guide Text. /// Represents the following element tag in the schema: w:rt. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RubyContent? RubyContent { get => GetElement(); @@ -9722,9 +9722,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RubyContent? RubyContent /// Phonetic Guide Base Text. /// Represents the following element tag in the schema: w:rubyBase. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RubyBase? RubyBase { get => GetElement(); @@ -9802,9 +9802,9 @@ protected FootnoteEndnoteReferenceType() : base() /// Suppress Footnote/Endnote Reference Mark /// Represents the following attribute in the schema: w:customMarkFollows /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? CustomMarkFollows { get => GetAttribute(); @@ -9815,9 +9815,9 @@ public OnOffValue? CustomMarkFollows /// Footnote/Endnote ID Reference /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public IntegerValue? Id { get => GetAttribute(); @@ -9842,13 +9842,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:drawing. /// - /// + /// /// The following table lists the possible child types: /// /// <wp:anchor> /// <wp:inline> /// - /// + /// public partial class Drawing : OpenXmlCompositeElement { /// @@ -9899,9 +9899,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Drawing Element Anchor. /// Represents the following element tag in the schema: wp:anchor. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor? Anchor { get => GetElement(); @@ -9912,9 +9912,9 @@ public DocumentFormat.OpenXml.Drawing.Wordprocessing.Anchor? Anchor /// Inline Drawing Object. /// Represents the following element tag in the schema: wp:inline. /// - /// + /// /// xmlns:wp = http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing - /// + /// public DocumentFormat.OpenXml.Drawing.Wordprocessing.Inline? Inline { get => GetElement(); @@ -9943,9 +9943,9 @@ public PositionalTab() : base() /// Positional Tab Stop Alignment /// Represents the following attribute in the schema: w:alignment /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Alignment { get => GetAttribute>(); @@ -9956,9 +9956,9 @@ public EnumValuePositional Tab Base /// Represents the following attribute in the schema: w:relativeTo /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? RelativeTo { get => GetAttribute>(); @@ -9969,9 +9969,9 @@ public EnumValueTab Leader Character /// Represents the following attribute in the schema: w:leader /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Leader { get => GetAttribute>(); @@ -10309,9 +10309,9 @@ protected String253Type() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -10348,9 +10348,9 @@ public RunFonts() : base() /// Font Content Type /// Represents the following attribute in the schema: w:hint /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Hint { get => GetAttribute>(); @@ -10361,9 +10361,9 @@ public EnumValue? Hint /// ASCII Font /// Represents the following attribute in the schema: w:ascii /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Ascii { get => GetAttribute(); @@ -10374,9 +10374,9 @@ public StringValue? Ascii /// High ANSI Font /// Represents the following attribute in the schema: w:hAnsi /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? HighAnsi { get => GetAttribute(); @@ -10387,9 +10387,9 @@ public StringValue? HighAnsi /// East Asian Font /// Represents the following attribute in the schema: w:eastAsia /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? EastAsia { get => GetAttribute(); @@ -10400,9 +10400,9 @@ public StringValue? EastAsia /// Complex Script Font /// Represents the following attribute in the schema: w:cs /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ComplexScript { get => GetAttribute(); @@ -10413,9 +10413,9 @@ public StringValue? ComplexScript /// ASCII Theme Font /// Represents the following attribute in the schema: w:asciiTheme /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? AsciiTheme { get => GetAttribute>(); @@ -10426,9 +10426,9 @@ public EnumValue? AsciiTh /// High ANSI Theme Font /// Represents the following attribute in the schema: w:hAnsiTheme /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? HighAnsiTheme { get => GetAttribute>(); @@ -10439,9 +10439,9 @@ public EnumValue? HighAns /// East Asian Theme Font /// Represents the following attribute in the schema: w:eastAsiaTheme /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? EastAsiaTheme { get => GetAttribute>(); @@ -10452,9 +10452,9 @@ public EnumValue? EastAsi /// Complex Script Theme Font /// Represents the following attribute in the schema: w:cstheme /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ComplexScriptTheme { get => GetAttribute>(); @@ -10511,9 +10511,9 @@ public Color() : base() /// Run Content Color /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -10524,9 +10524,9 @@ public StringValue? Val /// Run Content Theme Color /// Represents the following attribute in the schema: w:themeColor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ThemeColor { get => GetAttribute>(); @@ -10537,9 +10537,9 @@ public EnumValue? ThemeC /// Run Content Theme Color Tint /// Represents the following attribute in the schema: w:themeTint /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeTint { get => GetAttribute(); @@ -10550,9 +10550,9 @@ public StringValue? ThemeTint /// Run Content Theme Color Shade /// Represents the following attribute in the schema: w:themeShade /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeShade { get => GetAttribute(); @@ -10606,9 +10606,9 @@ public Spacing() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -10649,9 +10649,9 @@ public CharacterScale() : base() /// Text Expansion/Compression Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public IntegerValue? Val { get => GetAttribute(); @@ -10691,9 +10691,9 @@ public Kern() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Val { get => GetAttribute(); @@ -10734,9 +10734,9 @@ public Position() : base() /// Signed Half-Point Measurement /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -10902,9 +10902,9 @@ protected HpsMeasureType() : base() /// Half Point Measurement /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -10946,9 +10946,9 @@ public Highlight() : base() /// Highlighting Color /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -10988,9 +10988,9 @@ public Underline() : base() /// Underline Style /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -11001,9 +11001,9 @@ public EnumValue? Val /// Underline Color /// Represents the following attribute in the schema: w:color /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Color { get => GetAttribute(); @@ -11014,9 +11014,9 @@ public StringValue? Color /// Underline Theme Color /// Represents the following attribute in the schema: w:themeColor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ThemeColor { get => GetAttribute>(); @@ -11027,9 +11027,9 @@ public EnumValue? ThemeC /// Underline Theme Color Tint /// Represents the following attribute in the schema: w:themeTint /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeTint { get => GetAttribute(); @@ -11040,9 +11040,9 @@ public StringValue? ThemeTint /// Underline Theme Color Shade /// Represents the following attribute in the schema: w:themeShade /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeShade { get => GetAttribute(); @@ -11096,9 +11096,9 @@ public TextEffect() : base() /// Animated Text Effect Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -11454,9 +11454,9 @@ protected BorderType() : base() /// Border Style /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -11467,9 +11467,9 @@ public EnumValue? Val /// Border Color /// Represents the following attribute in the schema: w:color /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Color { get => GetAttribute(); @@ -11480,9 +11480,9 @@ public StringValue? Color /// Border Theme Color /// Represents the following attribute in the schema: w:themeColor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ThemeColor { get => GetAttribute>(); @@ -11493,9 +11493,9 @@ public EnumValue? ThemeC /// Border Theme Color Tint /// Represents the following attribute in the schema: w:themeTint /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeTint { get => GetAttribute(); @@ -11506,9 +11506,9 @@ public StringValue? ThemeTint /// Border Theme Color Shade /// Represents the following attribute in the schema: w:themeShade /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeShade { get => GetAttribute(); @@ -11519,9 +11519,9 @@ public StringValue? ThemeShade /// Border Width /// Represents the following attribute in the schema: w:sz /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Size { get => GetAttribute(); @@ -11532,9 +11532,9 @@ public UInt32Value? Size /// Border Spacing Measurement /// Represents the following attribute in the schema: w:space /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Space { get => GetAttribute(); @@ -11545,9 +11545,9 @@ public UInt32Value? Space /// Border Shadow /// Represents the following attribute in the schema: w:shadow /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Shadow { get => GetAttribute(); @@ -11558,9 +11558,9 @@ public OnOffValue? Shadow /// Create Frame Effect /// Represents the following attribute in the schema: w:frame /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Frame { get => GetAttribute(); @@ -11620,9 +11620,9 @@ public FitText() : base() /// Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Val { get => GetAttribute(); @@ -11633,9 +11633,9 @@ public UInt32Value? Val /// Fit Text Run ID /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Id { get => GetAttribute(); @@ -11677,9 +11677,9 @@ public VerticalTextAlignment() : base() /// Subscript/Superscript Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -11719,9 +11719,9 @@ public Emphasis() : base() /// Emphasis Mark Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -11809,9 +11809,9 @@ protected LanguageType() : base() /// Latin Language /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -11822,9 +11822,9 @@ public StringValue? Val /// East Asian Language /// Represents the following attribute in the schema: w:eastAsia /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? EastAsia { get => GetAttribute(); @@ -11835,9 +11835,9 @@ public StringValue? EastAsia /// Complex Script Language /// Represents the following attribute in the schema: w:bidi /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Bidi { get => GetAttribute(); @@ -11881,9 +11881,9 @@ public EastAsianLayout() : base() /// East Asian Typography Run ID /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Id { get => GetAttribute(); @@ -11894,9 +11894,9 @@ public Int32Value? Id /// Two Lines in One /// Represents the following attribute in the schema: w:combine /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Combine { get => GetAttribute(); @@ -11907,9 +11907,9 @@ public OnOffValue? Combine /// Display Brackets Around Two Lines in One /// Represents the following attribute in the schema: w:combineBrackets /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? CombineBrackets { get => GetAttribute>(); @@ -11920,9 +11920,9 @@ public EnumValue? Co /// Horizontal in Vertical (Rotate Text) /// Represents the following attribute in the schema: w:vert /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Vertical { get => GetAttribute(); @@ -11933,9 +11933,9 @@ public OnOffValue? Vertical /// Compress Rotated Text to Line Height /// Represents the following attribute in the schema: w:vertCompress /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? VerticalCompress { get => GetAttribute(); @@ -11963,12 +11963,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPrChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:rPr> /// - /// + /// public partial class RunPropertiesChange : OpenXmlCompositeElement { /// @@ -12006,9 +12006,9 @@ public RunPropertiesChange(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -12019,9 +12019,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -12032,9 +12032,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -12045,9 +12045,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -12093,9 +12093,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Run Properties. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? PreviousRunProperties { get => GetElement(); @@ -12111,7 +12111,7 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? PreviousRunP /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bdr> @@ -12166,7 +12166,7 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousRunProperties? PreviousRunP /// <w14:stylisticSets> /// <w14:textOutline> /// - /// + /// public partial class RunProperties : OpenXmlCompositeElement { /// @@ -12381,9 +12381,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RunStyle. /// Represents the following element tag in the schema: w:rStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunStyle? RunStyle { get => GetElement(); @@ -12394,9 +12394,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RunStyle? RunStyle /// RunFonts. /// Represents the following element tag in the schema: w:rFonts. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunFonts? RunFonts { get => GetElement(); @@ -12407,9 +12407,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RunFonts? RunFonts /// Bold. /// Represents the following element tag in the schema: w:b. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Bold? Bold { get => GetElement(); @@ -12420,9 +12420,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Bold? Bold /// BoldComplexScript. /// Represents the following element tag in the schema: w:bCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? BoldComplexScript { get => GetElement(); @@ -12433,9 +12433,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? BoldComplexScrip /// Italic. /// Represents the following element tag in the schema: w:i. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Italic? Italic { get => GetElement(); @@ -12446,9 +12446,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Italic? Italic /// ItalicComplexScript. /// Represents the following element tag in the schema: w:iCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? ItalicComplexScript { get => GetElement(); @@ -12459,9 +12459,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? ItalicComplexS /// Caps. /// Represents the following element tag in the schema: w:caps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Caps? Caps { get => GetElement(); @@ -12472,9 +12472,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Caps? Caps /// SmallCaps. /// Represents the following element tag in the schema: w:smallCaps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SmallCaps? SmallCaps { get => GetElement(); @@ -12485,9 +12485,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SmallCaps? SmallCaps /// Strike. /// Represents the following element tag in the schema: w:strike. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Strike? Strike { get => GetElement(); @@ -12498,9 +12498,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Strike? Strike /// DoubleStrike. /// Represents the following element tag in the schema: w:dstrike. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? DoubleStrike { get => GetElement(); @@ -12511,9 +12511,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? DoubleStrike /// Outline. /// Represents the following element tag in the schema: w:outline. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Outline? Outline { get => GetElement(); @@ -12524,9 +12524,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Outline? Outline /// Shadow. /// Represents the following element tag in the schema: w:shadow. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shadow? Shadow { get => GetElement(); @@ -12537,9 +12537,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shadow? Shadow /// Emboss. /// Represents the following element tag in the schema: w:emboss. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Emboss? Emboss { get => GetElement(); @@ -12550,9 +12550,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Emboss? Emboss /// Imprint. /// Represents the following element tag in the schema: w:imprint. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Imprint? Imprint { get => GetElement(); @@ -12563,9 +12563,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Imprint? Imprint /// NoProof. /// Represents the following element tag in the schema: w:noProof. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoProof? NoProof { get => GetElement(); @@ -12576,9 +12576,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoProof? NoProof /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -12589,9 +12589,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// Vanish. /// Represents the following element tag in the schema: w:vanish. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Vanish? Vanish { get => GetElement(); @@ -12602,9 +12602,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Vanish? Vanish /// WebHidden. /// Represents the following element tag in the schema: w:webHidden. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WebHidden? WebHidden { get => GetElement(); @@ -12615,9 +12615,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WebHidden? WebHidden /// Color. /// Represents the following element tag in the schema: w:color. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Color? Color { get => GetElement(); @@ -12628,9 +12628,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Color? Color /// Spacing. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Spacing? Spacing { get => GetElement(); @@ -12641,9 +12641,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Spacing? Spacing /// CharacterScale. /// Represents the following element tag in the schema: w:w. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.CharacterScale? CharacterScale { get => GetElement(); @@ -12654,9 +12654,9 @@ public DocumentFormat.OpenXml.Wordprocessing.CharacterScale? CharacterScale /// Kern. /// Represents the following element tag in the schema: w:kern. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kern? Kern { get => GetElement(); @@ -12667,9 +12667,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kern? Kern /// Position. /// Represents the following element tag in the schema: w:position. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Position? Position { get => GetElement(); @@ -12680,9 +12680,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Position? Position /// FontSize. /// Represents the following element tag in the schema: w:sz. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSize? FontSize { get => GetElement(); @@ -12693,9 +12693,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSize? FontSize /// FontSizeComplexScript. /// Represents the following element tag in the schema: w:szCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? FontSizeComplexScript { get => GetElement(); @@ -12706,9 +12706,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? FontSizeComp /// Highlight. /// Represents the following element tag in the schema: w:highlight. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Highlight? Highlight { get => GetElement(); @@ -12719,9 +12719,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Highlight? Highlight /// Underline. /// Represents the following element tag in the schema: w:u. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Underline? Underline { get => GetElement(); @@ -12732,9 +12732,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Underline? Underline /// TextEffect. /// Represents the following element tag in the schema: w:effect. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextEffect? TextEffect { get => GetElement(); @@ -12745,9 +12745,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextEffect? TextEffect /// Border. /// Represents the following element tag in the schema: w:bdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Border? Border { get => GetElement(); @@ -12758,9 +12758,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Border? Border /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -12771,9 +12771,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// FitText. /// Represents the following element tag in the schema: w:fitText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FitText? FitText { get => GetElement(); @@ -12784,9 +12784,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FitText? FitText /// VerticalTextAlignment. /// Represents the following element tag in the schema: w:vertAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? VerticalTextAlignment { get => GetElement(); @@ -12797,9 +12797,9 @@ public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? VerticalText /// RightToLeftText. /// Represents the following element tag in the schema: w:rtl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? RightToLeftText { get => GetElement(); @@ -12810,9 +12810,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? RightToLeftText /// ComplexScript. /// Represents the following element tag in the schema: w:cs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ComplexScript? ComplexScript { get => GetElement(); @@ -12823,9 +12823,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ComplexScript? ComplexScript /// Emphasis. /// Represents the following element tag in the schema: w:em. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Emphasis? Emphasis { get => GetElement(); @@ -12836,9 +12836,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Emphasis? Emphasis /// Languages. /// Represents the following element tag in the schema: w:lang. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Languages? Languages { get => GetElement(); @@ -12849,9 +12849,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Languages? Languages /// EastAsianLayout. /// Represents the following element tag in the schema: w:eastAsianLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? EastAsianLayout { get => GetElement(); @@ -12862,9 +12862,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? EastAsianLayout /// SpecVanish. /// Represents the following element tag in the schema: w:specVanish. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpecVanish? SpecVanish { get => GetElement(); @@ -12875,9 +12875,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpecVanish? SpecVanish /// Glow, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:glow. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Glow? Glow { get => GetElement(); @@ -12888,9 +12888,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Glow? Glow /// Shadow14, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:shadow. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Shadow? Shadow14 { get => GetElement(); @@ -12901,9 +12901,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Shadow? Shadow14 /// Reflection, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:reflection. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Reflection? Reflection { get => GetElement(); @@ -12914,9 +12914,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Reflection? Reflection /// TextOutlineEffect, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:textOutline. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect? TextOutlineEffect { get => GetElement(); @@ -12927,9 +12927,9 @@ public DocumentFormat.OpenXml.Office2010.Word.TextOutlineEffect? TextOutlineEffe /// FillTextEffect, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:textFill. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.FillTextEffect? FillTextEffect { get => GetElement(); @@ -12940,9 +12940,9 @@ public DocumentFormat.OpenXml.Office2010.Word.FillTextEffect? FillTextEffect /// Scene3D, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:scene3d. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Scene3D? Scene3D { get => GetElement(); @@ -12953,9 +12953,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Scene3D? Scene3D /// Properties3D, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:props3d. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Properties3D? Properties3D { get => GetElement(); @@ -12966,9 +12966,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Properties3D? Properties3D /// Ligatures, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:ligatures. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.Ligatures? Ligatures { get => GetElement(); @@ -12979,9 +12979,9 @@ public DocumentFormat.OpenXml.Office2010.Word.Ligatures? Ligatures /// NumberingFormat, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:numForm. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.NumberingFormat? NumberingFormat { get => GetElement(); @@ -12992,9 +12992,9 @@ public DocumentFormat.OpenXml.Office2010.Word.NumberingFormat? NumberingFormat /// NumberSpacing, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:numSpacing. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.NumberSpacing? NumberSpacing { get => GetElement(); @@ -13005,9 +13005,9 @@ public DocumentFormat.OpenXml.Office2010.Word.NumberSpacing? NumberSpacing /// StylisticSets, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:stylisticSets. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.StylisticSets? StylisticSets { get => GetElement(); @@ -13018,9 +13018,9 @@ public DocumentFormat.OpenXml.Office2010.Word.StylisticSets? StylisticSets /// ContextualAlternatives, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w14:cntxtAlts. /// - /// + /// /// xmlns:w14 = http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives? ContextualAlternatives { get => GetElement(); @@ -13031,9 +13031,9 @@ public DocumentFormat.OpenXml.Office2010.Word.ContextualAlternatives? Contextual /// RunPropertiesChange. /// Represents the following element tag in the schema: w:rPrChange. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? RunPropertiesChange { get => GetElement(); @@ -13049,13 +13049,13 @@ public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? RunPropertiesC /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:ins. /// - /// + /// /// The following table lists the possible child types: /// /// <w:del> /// <w:rPr> /// - /// + /// public partial class InsertedMathControl : OpenXmlCompositeElement { /// @@ -13093,9 +13093,9 @@ public InsertedMathControl(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -13106,9 +13106,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -13119,9 +13119,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -13132,9 +13132,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -13199,12 +13199,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:del. /// - /// + /// /// The following table lists the possible child types: /// /// <w:rPr> /// - /// + /// public partial class DeletedMathControl : OpenXmlCompositeElement { /// @@ -13242,9 +13242,9 @@ public DeletedMathControl(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -13255,9 +13255,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -13268,9 +13268,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -13281,9 +13281,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -13340,14 +13340,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:moveFrom. /// - /// + /// /// The following table lists the possible child types: /// /// <w:del> /// <w:ins> /// <w:rPr> /// - /// + /// public partial class MoveFromMathControl : MathControlMoveType { /// @@ -13424,14 +13424,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:moveTo. /// - /// + /// /// The following table lists the possible child types: /// /// <w:del> /// <w:ins> /// <w:rPr> /// - /// + /// public partial class MoveToMathControl : MathControlMoveType { /// @@ -13508,14 +13508,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <w:del> /// <w:ins> /// <w:rPr> /// - /// + /// public abstract partial class MathControlMoveType : OpenXmlCompositeElement { /// @@ -13553,9 +13553,9 @@ protected MathControlMoveType(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -13566,9 +13566,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -13579,9 +13579,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -13592,9 +13592,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -13635,7 +13635,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:customXml. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -13697,7 +13697,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class CustomXmlRuby : CustomXmlElement { /// @@ -13931,7 +13931,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:fldSimple. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -13993,7 +13993,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SimpleFieldRuby : OpenXmlCompositeElement { /// @@ -14031,9 +14031,9 @@ public SimpleFieldRuby(string outerXml) : base(outerXml) /// instr /// Represents the following attribute in the schema: w:instr /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Instruction { get => GetAttribute(); @@ -14044,9 +14044,9 @@ public StringValue? Instruction /// fldLock /// Represents the following attribute in the schema: w:fldLock /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FieldLock { get => GetAttribute(); @@ -14057,9 +14057,9 @@ public OnOffValue? FieldLock /// dirty /// Represents the following attribute in the schema: w:dirty /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Dirty { get => GetAttribute(); @@ -14268,9 +14268,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FieldData. /// Represents the following element tag in the schema: w:fldData. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FieldData? FieldData { get => GetElement(); @@ -14286,7 +14286,7 @@ public DocumentFormat.OpenXml.Wordprocessing.FieldData? FieldData /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:hyperlink. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -14347,7 +14347,7 @@ public DocumentFormat.OpenXml.Wordprocessing.FieldData? FieldData /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class HyperlinkRuby : OpenXmlCompositeElement { /// @@ -14385,9 +14385,9 @@ public HyperlinkRuby(string outerXml) : base(outerXml) /// tgtFrame /// Represents the following attribute in the schema: w:tgtFrame /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? TargetFrame { get => GetAttribute(); @@ -14398,9 +14398,9 @@ public StringValue? TargetFrame /// tooltip /// Represents the following attribute in the schema: w:tooltip /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Tooltip { get => GetAttribute(); @@ -14411,9 +14411,9 @@ public StringValue? Tooltip /// docLocation /// Represents the following attribute in the schema: w:docLocation /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? DocLocation { get => GetAttribute(); @@ -14424,9 +14424,9 @@ public StringValue? DocLocation /// history /// Represents the following attribute in the schema: w:history /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? History { get => GetAttribute(); @@ -14437,9 +14437,9 @@ public OnOffValue? History /// anchor /// Represents the following attribute in the schema: w:anchor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Anchor { get => GetAttribute(); @@ -14450,9 +14450,9 @@ public StringValue? Anchor /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -14674,7 +14674,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:r. /// - /// + /// /// The following table lists the possible child types: /// /// <w:br> @@ -14711,7 +14711,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:instrText> /// <w:delInstrText> /// - /// + /// public partial class Run : OpenXmlCompositeElement { /// @@ -14749,9 +14749,9 @@ public Run(string outerXml) : base(outerXml) /// Revision Identifier for Run Properties /// Represents the following attribute in the schema: w:rsidRPr /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidRunProperties { get => GetAttribute(); @@ -14762,9 +14762,9 @@ public HexBinaryValue? RsidRunProperties /// Revision Identifier for Run Deletion /// Represents the following attribute in the schema: w:rsidDel /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidRunDeletion { get => GetAttribute(); @@ -14775,9 +14775,9 @@ public HexBinaryValue? RsidRunDeletion /// Revision Identifier for Run /// Represents the following attribute in the schema: w:rsidR /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidRunAddition { get => GetAttribute(); @@ -14888,9 +14888,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Run Properties. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunProperties? RunProperties { get => GetElement(); @@ -14906,7 +14906,7 @@ public DocumentFormat.OpenXml.Wordprocessing.RunProperties? RunProperties /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdt. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -14933,7 +14933,7 @@ public DocumentFormat.OpenXml.Wordprocessing.RunProperties? RunProperties /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtRunRuby : SdtElement { /// @@ -15044,9 +15044,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// SdtContentRunRuby. /// Represents the following element tag in the schema: w:sdtContent. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SdtContentRunRuby? SdtContentRunRuby { get => GetElement(); @@ -15075,9 +15075,9 @@ public ProofError() : base() /// Proofing Error Anchor Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -15117,9 +15117,9 @@ public PermStart() : base() /// edGrp /// Represents the following attribute in the schema: w:edGrp /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? EditorGroup { get => GetAttribute>(); @@ -15130,9 +15130,9 @@ public EnumValueed /// Represents the following attribute in the schema: w:ed /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Ed { get => GetAttribute(); @@ -15143,9 +15143,9 @@ public StringValue? Ed /// colFirst /// Represents the following attribute in the schema: w:colFirst /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? ColumnFirst { get => GetAttribute(); @@ -15156,9 +15156,9 @@ public Int32Value? ColumnFirst /// colLast /// Represents the following attribute in the schema: w:colLast /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? ColumnLast { get => GetAttribute(); @@ -15169,9 +15169,9 @@ public Int32Value? ColumnLast /// Annotation ID /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Id { get => GetAttribute(); @@ -15182,9 +15182,9 @@ public Int32Value? Id /// Annotation Displaced By Custom XML Markup /// Represents the following attribute in the schema: w:displacedByCustomXml /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? DisplacedByCustomXml { get => GetAttribute>(); @@ -15236,9 +15236,9 @@ public PermEnd() : base() /// Annotation ID /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Id { get => GetAttribute(); @@ -15249,9 +15249,9 @@ public Int32Value? Id /// Annotation Displaced By Custom XML Markup /// Represents the following attribute in the schema: w:displacedByCustomXml /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? DisplacedByCustomXml { get => GetAttribute>(); @@ -15280,7 +15280,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:ins. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -15340,7 +15340,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class InsertedRun : RunTrackChangeType { /// @@ -15530,7 +15530,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:del. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -15590,7 +15590,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class DeletedRun : RunTrackChangeType { /// @@ -15780,7 +15780,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:moveFrom. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -15840,7 +15840,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class MoveFromRun : RunTrackChangeType { /// @@ -16030,7 +16030,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:moveTo. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -16090,7 +16090,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class MoveToRun : RunTrackChangeType { /// @@ -16280,7 +16280,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -16340,7 +16340,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public abstract partial class RunTrackChangeType : OpenXmlCompositeElement { /// @@ -16378,9 +16378,9 @@ protected RunTrackChangeType(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -16391,9 +16391,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -16404,9 +16404,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -16417,9 +16417,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -16526,9 +16526,9 @@ public ContentPart() : base() /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -16556,7 +16556,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdt. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -16583,7 +16583,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtRun : SdtElement { /// @@ -16694,9 +16694,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Inline-Level Structured Document Tag Content. /// Represents the following element tag in the schema: w:sdtContent. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? SdtContentRun { get => GetElement(); @@ -16712,7 +16712,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? SdtContentRun /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:customXml. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -16751,7 +16751,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtContentRun? SdtContentRun /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class CustomXmlBlock : CustomXmlElement { /// @@ -16921,7 +16921,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdt. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -16948,7 +16948,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtBlock : SdtElement { /// @@ -17059,9 +17059,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Block-Level Structured Document Tag Content. /// Represents the following element tag in the schema: w:sdtContent. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? SdtContentBlock { get => GetElement(); @@ -17077,7 +17077,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? SdtContentBlock /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:p. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -17142,7 +17142,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtContentBlock? SdtContentBlock /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Paragraph : OpenXmlCompositeElement { /// @@ -17180,9 +17180,9 @@ public Paragraph(string outerXml) : base(outerXml) /// Revision Identifier for Paragraph Glyph Formatting /// Represents the following attribute in the schema: w:rsidRPr /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidParagraphMarkRevision { get => GetAttribute(); @@ -17193,9 +17193,9 @@ public HexBinaryValue? RsidParagraphMarkRevision /// Revision Identifier for Paragraph /// Represents the following attribute in the schema: w:rsidR /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidParagraphAddition { get => GetAttribute(); @@ -17206,9 +17206,9 @@ public HexBinaryValue? RsidParagraphAddition /// Revision Identifier for Paragraph Deletion /// Represents the following attribute in the schema: w:rsidDel /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidParagraphDeletion { get => GetAttribute(); @@ -17219,9 +17219,9 @@ public HexBinaryValue? RsidParagraphDeletion /// Revision Identifier for Paragraph Properties /// Represents the following attribute in the schema: w:rsidP /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidParagraphProperties { get => GetAttribute(); @@ -17232,9 +17232,9 @@ public HexBinaryValue? RsidParagraphProperties /// Default Revision Identifier for Runs /// Represents the following attribute in the schema: w:rsidRDefault /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidRunAdditionDefault { get => GetAttribute(); @@ -17245,9 +17245,9 @@ public HexBinaryValue? RsidRunAdditionDefault /// paraId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:paraId /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? ParagraphId { get => GetAttribute(); @@ -17258,9 +17258,9 @@ public HexBinaryValue? ParagraphId /// textId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:textId /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? TextId { get => GetAttribute(); @@ -17271,9 +17271,9 @@ public HexBinaryValue? TextId /// noSpellErr, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:noSpellErr /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public OnOffValue? NoSpellError { get => GetAttribute(); @@ -17542,9 +17542,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Paragraph Properties. /// Represents the following element tag in the schema: w:pPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? ParagraphProperties { get => GetElement(); @@ -17560,7 +17560,7 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? ParagraphPrope /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tbl. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -17599,7 +17599,7 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphProperties? ParagraphPrope /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Table : OpenXmlCompositeElement { /// @@ -17801,7 +17801,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -17840,7 +17840,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictDelRangeStart> /// <w:trPr> /// - /// + /// public partial class TableRow : OpenXmlCompositeElement { /// @@ -17878,9 +17878,9 @@ public TableRow(string outerXml) : base(outerXml) /// Revision Identifier for Table Row Glyph Formatting /// Represents the following attribute in the schema: w:rsidRPr /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidTableRowMarkRevision { get => GetAttribute(); @@ -17891,9 +17891,9 @@ public HexBinaryValue? RsidTableRowMarkRevision /// Revision Identifier for Table Row /// Represents the following attribute in the schema: w:rsidR /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidTableRowAddition { get => GetAttribute(); @@ -17904,9 +17904,9 @@ public HexBinaryValue? RsidTableRowAddition /// Revision Identifier for Table Row Deletion /// Represents the following attribute in the schema: w:rsidDel /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidTableRowDeletion { get => GetAttribute(); @@ -17917,9 +17917,9 @@ public HexBinaryValue? RsidTableRowDeletion /// Revision Identifier for Table Row Properties /// Represents the following attribute in the schema: w:rsidTr /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidTableRowProperties { get => GetAttribute(); @@ -17930,9 +17930,9 @@ public HexBinaryValue? RsidTableRowProperties /// paraId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:paraId /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? ParagraphId { get => GetAttribute(); @@ -17943,9 +17943,9 @@ public HexBinaryValue? ParagraphId /// textId, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w14:textId /// - /// + /// /// xmlns:w14=http://schemas.microsoft.com/office/word/2010/wordml - /// + /// public HexBinaryValue? TextId { get => GetAttribute(); @@ -18106,9 +18106,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table-Level Property Exceptions. /// Represents the following element tag in the schema: w:tblPrEx. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions? TablePropertyExceptions { get => GetElement(); @@ -18119,9 +18119,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptions? TablePrope /// Table Row Properties. /// Represents the following element tag in the schema: w:trPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? TableRowProperties { get => GetElement(); @@ -18137,7 +18137,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? TableRowPropert /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:customXml. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -18175,7 +18175,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableRowProperties? TableRowPropert /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class CustomXmlRow : CustomXmlElement { /// @@ -18337,7 +18337,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdt. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -18364,7 +18364,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtRow : SdtElement { /// @@ -18475,9 +18475,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Row-Level Structured Document Tag Content. /// Represents the following element tag in the schema: w:sdtContent. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? SdtContentRow { get => GetElement(); @@ -18493,7 +18493,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? SdtContentRow /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tc. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -18533,7 +18533,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtContentRow? SdtContentRow /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class TableCell : OpenXmlCompositeElement { /// @@ -18718,9 +18718,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Cell Properties. /// Represents the following element tag in the schema: w:tcPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? TableCellProperties { get => GetElement(); @@ -18736,7 +18736,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? TableCellPrope /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:customXml. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -18774,7 +18774,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellProperties? TableCellPrope /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class CustomXmlCell : CustomXmlElement { /// @@ -18936,7 +18936,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdt. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -18963,7 +18963,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtCell : SdtElement { /// @@ -19074,9 +19074,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Cell-Level Structured Document Tag Content. /// Represents the following element tag in the schema: w:sdtContent. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? SdtContentCell { get => GetElement(); @@ -19092,7 +19092,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? SdtContentCell /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:customXml. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -19157,7 +19157,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtContentCell? SdtContentCell /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class CustomXmlRun : CustomXmlElement { /// @@ -19421,7 +19421,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:fldSimple. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -19486,7 +19486,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SimpleField : OpenXmlCompositeElement { /// @@ -19524,9 +19524,9 @@ public SimpleField(string outerXml) : base(outerXml) /// Field Codes /// Represents the following attribute in the schema: w:instr /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Instruction { get => GetAttribute(); @@ -19537,9 +19537,9 @@ public StringValue? Instruction /// Field Should Not Be Recalculated /// Represents the following attribute in the schema: w:fldLock /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FieldLock { get => GetAttribute(); @@ -19550,9 +19550,9 @@ public OnOffValue? FieldLock /// Field Result Invalidated /// Represents the following attribute in the schema: w:dirty /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Dirty { get => GetAttribute(); @@ -19791,9 +19791,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Custom Field Data. /// Represents the following element tag in the schema: w:fldData. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FieldData? FieldData { get => GetElement(); @@ -19809,7 +19809,7 @@ public DocumentFormat.OpenXml.Wordprocessing.FieldData? FieldData /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:hyperlink. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -19873,7 +19873,7 @@ public DocumentFormat.OpenXml.Wordprocessing.FieldData? FieldData /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Hyperlink : OpenXmlCompositeElement { /// @@ -19911,9 +19911,9 @@ public Hyperlink(string outerXml) : base(outerXml) /// Hyperlink Target Frame /// Represents the following attribute in the schema: w:tgtFrame /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? TargetFrame { get => GetAttribute(); @@ -19924,9 +19924,9 @@ public StringValue? TargetFrame /// Associated String /// Represents the following attribute in the schema: w:tooltip /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Tooltip { get => GetAttribute(); @@ -19937,9 +19937,9 @@ public StringValue? Tooltip /// Location in Target Document /// Represents the following attribute in the schema: w:docLocation /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? DocLocation { get => GetAttribute(); @@ -19950,9 +19950,9 @@ public StringValue? DocLocation /// Add To Viewed Hyperlinks /// Represents the following attribute in the schema: w:history /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? History { get => GetAttribute(); @@ -19963,9 +19963,9 @@ public OnOffValue? History /// Hyperlink Anchor /// Represents the following attribute in the schema: w:anchor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Anchor { get => GetAttribute(); @@ -19976,9 +19976,9 @@ public StringValue? Anchor /// Hyperlink Target /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -20230,7 +20230,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w:bdo. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -20294,7 +20294,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class BidirectionalOverride : OpenXmlCompositeElement { /// @@ -20332,9 +20332,9 @@ public BidirectionalOverride(string outerXml) : base(outerXml) /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -20569,7 +20569,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2010 and above. /// When the object is serialized out as xml, it's qualified name is w:dir. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -20633,7 +20633,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class BidirectionalEmbedding : OpenXmlCompositeElement { /// @@ -20671,9 +20671,9 @@ public BidirectionalEmbedding(string outerXml) : base(outerXml) /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -21145,9 +21145,9 @@ protected RelationshipType() : base() /// Relationship to Part /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -21183,9 +21183,9 @@ public ConditionalFormatStyle() : base() /// Conditional Formatting Bit Mask /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -21196,9 +21196,9 @@ public StringValue? Val /// firstRow, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:firstRow /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FirstRow { get => GetAttribute(); @@ -21209,9 +21209,9 @@ public OnOffValue? FirstRow /// lastRow, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:lastRow /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? LastRow { get => GetAttribute(); @@ -21222,9 +21222,9 @@ public OnOffValue? LastRow /// firstColumn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:firstColumn /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FirstColumn { get => GetAttribute(); @@ -21235,9 +21235,9 @@ public OnOffValue? FirstColumn /// lastColumn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:lastColumn /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? LastColumn { get => GetAttribute(); @@ -21248,9 +21248,9 @@ public OnOffValue? LastColumn /// oddVBand, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:oddVBand /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? OddVerticalBand { get => GetAttribute(); @@ -21261,9 +21261,9 @@ public OnOffValue? OddVerticalBand /// evenVBand, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:evenVBand /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? EvenVerticalBand { get => GetAttribute(); @@ -21274,9 +21274,9 @@ public OnOffValue? EvenVerticalBand /// oddHBand, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:oddHBand /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? OddHorizontalBand { get => GetAttribute(); @@ -21287,9 +21287,9 @@ public OnOffValue? OddHorizontalBand /// evenHBand, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:evenHBand /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? EvenHorizontalBand { get => GetAttribute(); @@ -21300,9 +21300,9 @@ public OnOffValue? EvenHorizontalBand /// firstRowFirstColumn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:firstRowFirstColumn /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FirstRowFirstColumn { get => GetAttribute(); @@ -21313,9 +21313,9 @@ public OnOffValue? FirstRowFirstColumn /// firstRowLastColumn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:firstRowLastColumn /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FirstRowLastColumn { get => GetAttribute(); @@ -21326,9 +21326,9 @@ public OnOffValue? FirstRowLastColumn /// lastRowFirstColumn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:lastRowFirstColumn /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? LastRowFirstColumn { get => GetAttribute(); @@ -21339,9 +21339,9 @@ public OnOffValue? LastRowFirstColumn /// lastRowLastColumn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:lastRowLastColumn /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? LastRowLastColumn { get => GetAttribute(); @@ -21700,9 +21700,9 @@ protected TableWidthType() : base() /// Table Width Value /// Represents the following attribute in the schema: w:w /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Width { get => GetAttribute(); @@ -21713,9 +21713,9 @@ public StringValue? Width /// Table Width Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -21762,9 +21762,9 @@ public HorizontalMerge() : base() /// Horizontal Merge Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -21801,9 +21801,9 @@ public VerticalMerge() : base() /// Vertical Merge Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -21827,7 +21827,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tcBorders. /// - /// + /// /// The following table lists the possible child types: /// /// <w:top> @@ -21841,7 +21841,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:tl2br> /// <w:tr2bl> /// - /// + /// public partial class TableCellBorders : OpenXmlCompositeElement { /// @@ -21908,9 +21908,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Cell Top Border. /// Represents the following element tag in the schema: w:top. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder { get => GetElement(); @@ -21921,9 +21921,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder /// Table Cell Left Border. /// Represents the following element tag in the schema: w:left. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder { get => GetElement(); @@ -21934,9 +21934,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder /// StartBorder, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:start. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StartBorder? StartBorder { get => GetElement(); @@ -21947,9 +21947,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StartBorder? StartBorder /// Table Cell Bottom Border. /// Represents the following element tag in the schema: w:bottom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder { get => GetElement(); @@ -21960,9 +21960,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder /// Table Cell Right Border. /// Represents the following element tag in the schema: w:right. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder { get => GetElement(); @@ -21973,9 +21973,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder /// EndBorder, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:end. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EndBorder? EndBorder { get => GetElement(); @@ -21986,9 +21986,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EndBorder? EndBorder /// Table Cell Inside Horizontal Edges Border. /// Represents the following element tag in the schema: w:insideH. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? InsideHorizontalBorder { get => GetElement(); @@ -21999,9 +21999,9 @@ public DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? InsideHoriz /// Table Cell Inside Vertical Edges Border. /// Represents the following element tag in the schema: w:insideV. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? InsideVerticalBorder { get => GetElement(); @@ -22012,9 +22012,9 @@ public DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? InsideVertica /// Table Cell Top Left to Bottom Right Diagonal Border. /// Represents the following element tag in the schema: w:tl2br. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder? TopLeftToBottomRightCellBorder { get => GetElement(); @@ -22025,9 +22025,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopLeftToBottomRightCellBorder? Top /// Table Cell Top Right to Bottom Left Diagonal Border. /// Represents the following element tag in the schema: w:tr2bl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopRightToBottomLeftCellBorder? TopRightToBottomLeftCellBorder { get => GetElement(); @@ -22512,9 +22512,9 @@ protected OnOffOnlyType() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -22534,7 +22534,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tcMar. /// - /// + /// /// The following table lists the possible child types: /// /// <w:top> @@ -22544,7 +22544,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:right> /// <w:end> /// - /// + /// public partial class TableCellMargin : OpenXmlCompositeElement { /// @@ -22603,9 +22603,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Cell Top Margin Exception. /// Represents the following element tag in the schema: w:top. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopMargin? TopMargin { get => GetElement(); @@ -22616,9 +22616,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopMargin? TopMargin /// Table Cell Left Margin Exception. /// Represents the following element tag in the schema: w:left. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LeftMargin? LeftMargin { get => GetElement(); @@ -22629,9 +22629,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LeftMargin? LeftMargin /// StartMargin, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:start. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StartMargin? StartMargin { get => GetElement(); @@ -22642,9 +22642,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StartMargin? StartMargin /// Table Cell Bottom Margin Exception. /// Represents the following element tag in the schema: w:bottom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BottomMargin? BottomMargin { get => GetElement(); @@ -22655,9 +22655,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BottomMargin? BottomMargin /// Table Cell Right Margin Exception. /// Represents the following element tag in the schema: w:right. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightMargin? RightMargin { get => GetElement(); @@ -22668,9 +22668,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RightMargin? RightMargin /// EndMargin, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:end. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EndMargin? EndMargin { get => GetElement(); @@ -22699,9 +22699,9 @@ public TableCellVerticalAlignment() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -22741,9 +22741,9 @@ public DivId() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -22789,9 +22789,9 @@ public TableRowHeight() : base() /// Table Row Height /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Val { get => GetAttribute(); @@ -22802,9 +22802,9 @@ public UInt32Value? Val /// Table Row Height Type /// Represents the following attribute in the schema: w:hRule /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? HeightType { get => GetAttribute>(); @@ -22845,9 +22845,9 @@ public TableJustification() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -22887,9 +22887,9 @@ public TablePositionProperties() : base() /// Distance From Left of Table to Text /// Represents the following attribute in the schema: w:leftFromText /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? LeftFromText { get => GetAttribute(); @@ -22900,9 +22900,9 @@ public Int16Value? LeftFromText /// (Distance From Right of Table to Text /// Represents the following attribute in the schema: w:rightFromText /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? RightFromText { get => GetAttribute(); @@ -22913,9 +22913,9 @@ public Int16Value? RightFromText /// Distance From Top of Table to Text /// Represents the following attribute in the schema: w:topFromText /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? TopFromText { get => GetAttribute(); @@ -22926,9 +22926,9 @@ public Int16Value? TopFromText /// Distance From Bottom of Table to Text /// Represents the following attribute in the schema: w:bottomFromText /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? BottomFromText { get => GetAttribute(); @@ -22939,9 +22939,9 @@ public Int16Value? BottomFromText /// Table Vertical Anchor /// Represents the following attribute in the schema: w:vertAnchor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? VerticalAnchor { get => GetAttribute>(); @@ -22952,9 +22952,9 @@ public EnumValue? Ve /// Table Horizontal Anchor /// Represents the following attribute in the schema: w:horzAnchor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? HorizontalAnchor { get => GetAttribute>(); @@ -22965,9 +22965,9 @@ public EnumValue? /// Relative Horizontal Alignment From Anchor /// Represents the following attribute in the schema: w:tblpXSpec /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? TablePositionXAlignment { get => GetAttribute>(); @@ -22978,9 +22978,9 @@ public EnumValueAbsolute Horizontal Distance From Anchor /// Represents the following attribute in the schema: w:tblpX /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? TablePositionX { get => GetAttribute(); @@ -22991,9 +22991,9 @@ public Int32Value? TablePositionX /// Relative Vertical Alignment from Anchor /// Represents the following attribute in the schema: w:tblpYSpec /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? TablePositionYAlignment { get => GetAttribute>(); @@ -23004,9 +23004,9 @@ public EnumValue? /// Absolute Vertical Distance From Anchor /// Represents the following attribute in the schema: w:tblpY /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? TablePositionY { get => GetAttribute(); @@ -23070,9 +23070,9 @@ public TableOverlap() : base() /// Floating Table Overlap Setting /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -23160,9 +23160,9 @@ protected UnsignedDecimalNumberMax3Type() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -23199,9 +23199,9 @@ public TableIndentation() : base() /// w /// Represents the following attribute in the schema: w:w /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Width { get => GetAttribute(); @@ -23212,9 +23212,9 @@ public Int32Value? Width /// type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -23239,7 +23239,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblBorders. /// - /// + /// /// The following table lists the possible child types: /// /// <w:top> @@ -23251,7 +23251,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:insideH> /// <w:insideV> /// - /// + /// public partial class TableBorders : OpenXmlCompositeElement { /// @@ -23314,9 +23314,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Top Border. /// Represents the following element tag in the schema: w:top. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder { get => GetElement(); @@ -23327,9 +23327,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder /// Table Left Border. /// Represents the following element tag in the schema: w:left. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder { get => GetElement(); @@ -23340,9 +23340,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder /// StartBorder, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:start. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StartBorder? StartBorder { get => GetElement(); @@ -23353,9 +23353,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StartBorder? StartBorder /// Table Bottom Border. /// Represents the following element tag in the schema: w:bottom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder { get => GetElement(); @@ -23366,9 +23366,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder /// Table Right Border. /// Represents the following element tag in the schema: w:right. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder { get => GetElement(); @@ -23379,9 +23379,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder /// EndBorder, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:end. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EndBorder? EndBorder { get => GetElement(); @@ -23392,9 +23392,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EndBorder? EndBorder /// Table Inside Horizontal Edges Border. /// Represents the following element tag in the schema: w:insideH. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? InsideHorizontalBorder { get => GetElement(); @@ -23405,9 +23405,9 @@ public DocumentFormat.OpenXml.Wordprocessing.InsideHorizontalBorder? InsideHoriz /// Table Inside Vertical Edges Border. /// Represents the following element tag in the schema: w:insideV. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.InsideVerticalBorder? InsideVerticalBorder { get => GetElement(); @@ -23436,9 +23436,9 @@ public TableLayout() : base() /// Table Layout Setting /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -23462,7 +23462,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblCellMar. /// - /// + /// /// The following table lists the possible child types: /// /// <w:top> @@ -23472,7 +23472,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:left> /// <w:right> /// - /// + /// public partial class TableCellMarginDefault : OpenXmlCompositeElement { /// @@ -23531,9 +23531,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Cell Top Margin Default. /// Represents the following element tag in the schema: w:top. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopMargin? TopMargin { get => GetElement(); @@ -23544,9 +23544,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopMargin? TopMargin /// Table Cell Left Margin Default. /// Represents the following element tag in the schema: w:left. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin? TableCellLeftMargin { get => GetElement(); @@ -23557,9 +23557,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellLeftMargin? TableCellLeftM /// StartMargin, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:start. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StartMargin? StartMargin { get => GetElement(); @@ -23570,9 +23570,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StartMargin? StartMargin /// Table Cell Bottom Margin Default. /// Represents the following element tag in the schema: w:bottom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BottomMargin? BottomMargin { get => GetElement(); @@ -23583,9 +23583,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BottomMargin? BottomMargin /// Table Cell Right Margin Default. /// Represents the following element tag in the schema: w:right. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin? TableCellRightMargin { get => GetElement(); @@ -23596,9 +23596,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellRightMargin? TableCellRigh /// EndMargin, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:end. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EndMargin? EndMargin { get => GetElement(); @@ -23627,9 +23627,9 @@ public NumberingStart() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt16Value? Val { get => GetAttribute(); @@ -23669,9 +23669,9 @@ public NumberingRestart() : base() /// Automatic Numbering Restart Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -23698,12 +23698,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:altChunk. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunkPr> /// - /// + /// public partial class AltChunk : OpenXmlCompositeElement { /// @@ -23741,9 +23741,9 @@ public AltChunk(string outerXml) : base(outerXml) /// Relationship to Part /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -23769,9 +23769,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// External Content Import Properties. /// Represents the following element tag in the schema: w:altChunkPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AltChunkProperties? AltChunkProperties { get => GetElement(); @@ -23800,9 +23800,9 @@ public TableLook() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? Val { get => GetAttribute(); @@ -23813,9 +23813,9 @@ public HexBinaryValue? Val /// firstRow, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:firstRow /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FirstRow { get => GetAttribute(); @@ -23826,9 +23826,9 @@ public OnOffValue? FirstRow /// lastRow, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:lastRow /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? LastRow { get => GetAttribute(); @@ -23839,9 +23839,9 @@ public OnOffValue? LastRow /// firstColumn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:firstColumn /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? FirstColumn { get => GetAttribute(); @@ -23852,9 +23852,9 @@ public OnOffValue? FirstColumn /// lastColumn, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:lastColumn /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? LastColumn { get => GetAttribute(); @@ -23865,9 +23865,9 @@ public OnOffValue? LastColumn /// noHBand, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:noHBand /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? NoHorizontalBand { get => GetAttribute(); @@ -23878,9 +23878,9 @@ public OnOffValue? NoHorizontalBand /// noVBand, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:noVBand /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? NoVerticalBand { get => GetAttribute(); @@ -23931,7 +23931,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:footnotePr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:numStart> @@ -23939,7 +23939,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:numFmt> /// <w:numRestart> /// - /// + /// public partial class FootnoteProperties : OpenXmlCompositeElement { /// @@ -24000,9 +24000,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Footnote Placement. /// Represents the following element tag in the schema: w:pos. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? FootnotePosition { get => GetElement(); @@ -24013,9 +24013,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? FootnotePosition /// Footnote Numbering Format. /// Represents the following element tag in the schema: w:numFmt. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat { get => GetElement(); @@ -24026,9 +24026,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat /// Footnote and Endnote Numbering Starting Value. /// Represents the following element tag in the schema: w:numStart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingStart? NumberingStart { get => GetElement(); @@ -24039,9 +24039,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingStart? NumberingStart /// Footnote and Endnote Numbering Restart Location. /// Represents the following element tag in the schema: w:numRestart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart { get => GetElement(); @@ -24057,7 +24057,7 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:endnotePr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:pos> @@ -24065,7 +24065,7 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart /// <w:numFmt> /// <w:numRestart> /// - /// + /// public partial class EndnoteProperties : OpenXmlCompositeElement { /// @@ -24126,9 +24126,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Endnote Placement. /// Represents the following element tag in the schema: w:pos. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? EndnotePosition { get => GetElement(); @@ -24139,9 +24139,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? EndnotePosition /// Endnote Numbering Format. /// Represents the following element tag in the schema: w:numFmt. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat { get => GetElement(); @@ -24152,9 +24152,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat /// Footnote and Endnote Numbering Starting Value. /// Represents the following element tag in the schema: w:numStart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingStart? NumberingStart { get => GetElement(); @@ -24165,9 +24165,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingStart? NumberingStart /// Footnote and Endnote Numbering Restart Location. /// Represents the following element tag in the schema: w:numRestart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart { get => GetElement(); @@ -24196,9 +24196,9 @@ public SectionType() : base() /// Section Type Setting /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -24238,9 +24238,9 @@ public PageSize() : base() /// Page Width /// Represents the following attribute in the schema: w:w /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Width { get => GetAttribute(); @@ -24251,9 +24251,9 @@ public UInt32Value? Width /// Page Height /// Represents the following attribute in the schema: w:h /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Height { get => GetAttribute(); @@ -24264,9 +24264,9 @@ public UInt32Value? Height /// Page Orientation /// Represents the following attribute in the schema: w:orient /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Orient { get => GetAttribute>(); @@ -24277,9 +24277,9 @@ public EnumValue? O /// Printer Paper Code /// Represents the following attribute in the schema: w:code /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt16Value? Code { get => GetAttribute(); @@ -24325,9 +24325,9 @@ public PageMargin() : base() /// Top Margin Spacing /// Represents the following attribute in the schema: w:top /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Top { get => GetAttribute(); @@ -24338,9 +24338,9 @@ public Int32Value? Top /// Right Margin Spacing /// Represents the following attribute in the schema: w:right /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Right { get => GetAttribute(); @@ -24351,9 +24351,9 @@ public UInt32Value? Right /// Page Bottom Spacing /// Represents the following attribute in the schema: w:bottom /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Bottom { get => GetAttribute(); @@ -24364,9 +24364,9 @@ public Int32Value? Bottom /// Left Margin Spacing /// Represents the following attribute in the schema: w:left /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Left { get => GetAttribute(); @@ -24377,9 +24377,9 @@ public UInt32Value? Left /// Spacing to Top of Header /// Represents the following attribute in the schema: w:header /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Header { get => GetAttribute(); @@ -24390,9 +24390,9 @@ public UInt32Value? Header /// Spacing to Bottom of Footer /// Represents the following attribute in the schema: w:footer /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Footer { get => GetAttribute(); @@ -24403,9 +24403,9 @@ public UInt32Value? Footer /// Page Gutter Spacing /// Represents the following attribute in the schema: w:gutter /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Gutter { get => GetAttribute(); @@ -24469,9 +24469,9 @@ public PaperSource() : base() /// First Page Printer Tray Code /// Represents the following attribute in the schema: w:first /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt16Value? First { get => GetAttribute(); @@ -24482,9 +24482,9 @@ public UInt16Value? First /// Non-First Page Printer Tray Code /// Represents the following attribute in the schema: w:other /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt16Value? Other { get => GetAttribute(); @@ -24509,7 +24509,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pgBorders. /// - /// + /// /// The following table lists the possible child types: /// /// <w:top> @@ -24517,7 +24517,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:bottom> /// <w:right> /// - /// + /// public partial class PageBorders : OpenXmlCompositeElement { /// @@ -24555,9 +24555,9 @@ public PageBorders(string outerXml) : base(outerXml) /// Z-Ordering of Page Border /// Represents the following attribute in the schema: w:zOrder /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ZOrder { get => GetAttribute>(); @@ -24568,9 +24568,9 @@ public EnumValue? /// Pages to Display Page Borders /// Represents the following attribute in the schema: w:display /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Display { get => GetAttribute>(); @@ -24581,9 +24581,9 @@ public EnumValue? /// Page Border Positioning /// Represents the following attribute in the schema: w:offsetFrom /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? OffsetFrom { get => GetAttribute>(); @@ -24615,9 +24615,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Top Border. /// Represents the following element tag in the schema: w:top. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder { get => GetElement(); @@ -24628,9 +24628,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder /// Left Border. /// Represents the following element tag in the schema: w:left. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder { get => GetElement(); @@ -24641,9 +24641,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder /// Bottom Border. /// Represents the following element tag in the schema: w:bottom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder { get => GetElement(); @@ -24654,9 +24654,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder /// Right Border. /// Represents the following element tag in the schema: w:right. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder { get => GetElement(); @@ -24685,9 +24685,9 @@ public LineNumberType() : base() /// Line Number Increments to Display /// Represents the following attribute in the schema: w:countBy /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? CountBy { get => GetAttribute(); @@ -24698,9 +24698,9 @@ public Int16Value? CountBy /// Line Numbering Starting Value /// Represents the following attribute in the schema: w:start /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? Start { get => GetAttribute(); @@ -24711,9 +24711,9 @@ public Int16Value? Start /// Distance Between Text and Line Numbering /// Represents the following attribute in the schema: w:distance /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Distance { get => GetAttribute(); @@ -24724,9 +24724,9 @@ public StringValue? Distance /// Line Numbering Restart Setting /// Represents the following attribute in the schema: w:restart /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Restart { get => GetAttribute>(); @@ -24780,9 +24780,9 @@ public PageNumberType() : base() /// Page Number Format /// Represents the following attribute in the schema: w:fmt /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Format { get => GetAttribute>(); @@ -24793,9 +24793,9 @@ public EnumValue? Form /// Starting Page Number /// Represents the following attribute in the schema: w:start /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Start { get => GetAttribute(); @@ -24806,9 +24806,9 @@ public Int32Value? Start /// Chapter Heading Style /// Represents the following attribute in the schema: w:chapStyle /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public ByteValue? ChapterStyle { get => GetAttribute(); @@ -24819,9 +24819,9 @@ public ByteValue? ChapterStyle /// Chapter Separator Character /// Represents the following attribute in the schema: w:chapSep /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ChapterSeparator { get => GetAttribute>(); @@ -24851,12 +24851,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:cols. /// - /// + /// /// The following table lists the possible child types: /// /// <w:col> /// - /// + /// public partial class Columns : OpenXmlCompositeElement { /// @@ -24894,9 +24894,9 @@ public Columns(string outerXml) : base(outerXml) /// Equal Column Widths /// Represents the following attribute in the schema: w:equalWidth /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? EqualWidth { get => GetAttribute(); @@ -24907,9 +24907,9 @@ public OnOffValue? EqualWidth /// Spacing Between Equal Width Columns /// Represents the following attribute in the schema: w:space /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Space { get => GetAttribute(); @@ -24920,9 +24920,9 @@ public StringValue? Space /// Number of Equal Width Columns /// Represents the following attribute in the schema: w:num /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? ColumnCount { get => GetAttribute(); @@ -24933,9 +24933,9 @@ public Int16Value? ColumnCount /// Draw Line Between Columns /// Represents the following attribute in the schema: w:sep /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Separator { get => GetAttribute(); @@ -24991,9 +24991,9 @@ public VerticalTextAlignmentOnPage() : base() /// Vertical Alignment Setting /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -25033,9 +25033,9 @@ public DocGrid() : base() /// Document Grid Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -25046,9 +25046,9 @@ public EnumValue? Type /// Document Grid Line Pitch /// Represents the following attribute in the schema: w:linePitch /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? LinePitch { get => GetAttribute(); @@ -25059,9 +25059,9 @@ public Int32Value? LinePitch /// Document Grid Character Pitch /// Represents the following attribute in the schema: w:charSpace /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? CharacterSpace { get => GetAttribute(); @@ -25087,12 +25087,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:recipients. /// - /// + /// /// The following table lists the possible child types: /// /// <w:recipientData> /// - /// + /// public partial class Recipients : OpenXmlPartRootElement { /// @@ -25146,7 +25146,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:txbxContent. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -25185,7 +25185,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class TextBoxContent : OpenXmlCompositeElement { /// @@ -25370,12 +25370,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:comments. /// - /// + /// /// The following table lists the possible child types: /// /// <w:comment> /// - /// + /// public partial class Comments : OpenXmlPartRootElement { /// @@ -25460,12 +25460,12 @@ public WordprocessingCommentsPart? WordprocessingCommentsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:footnotes. /// - /// + /// /// The following table lists the possible child types: /// /// <w:footnote> /// - /// + /// public partial class Footnotes : OpenXmlPartRootElement { /// @@ -25550,12 +25550,12 @@ public FootnotesPart? FootnotesPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:endnotes. /// - /// + /// /// The following table lists the possible child types: /// /// <w:endnote> /// - /// + /// public partial class Endnotes : OpenXmlPartRootElement { /// @@ -25640,7 +25640,7 @@ public EndnotesPart? EndnotesPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:hdr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -25679,7 +25679,7 @@ public EndnotesPart? EndnotesPart /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Header : OpenXmlPartRootElement { /// @@ -25895,7 +25895,7 @@ public HeaderPart? HeaderPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:ftr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -25934,7 +25934,7 @@ public HeaderPart? HeaderPart /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Footer : OpenXmlPartRootElement { /// @@ -26150,7 +26150,7 @@ public FooterPart? FooterPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -26189,7 +26189,7 @@ public FooterPart? FooterPart /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public abstract partial class HeaderFooterType : OpenXmlCompositeElement { /// @@ -26269,7 +26269,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:settings. /// - /// + /// /// The following table lists the possible child types: /// /// <m:mathPr> @@ -26376,7 +26376,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:conflictMode> /// <w15:docId> /// - /// + /// public partial class Settings : OpenXmlPartRootElement { /// @@ -26629,9 +26629,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Write Protection. /// Represents the following element tag in the schema: w:writeProtection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WriteProtection? WriteProtection { get => GetElement(); @@ -26642,9 +26642,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WriteProtection? WriteProtection /// Document View Setting. /// Represents the following element tag in the schema: w:view. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.View? View { get => GetElement(); @@ -26655,9 +26655,9 @@ public DocumentFormat.OpenXml.Wordprocessing.View? View /// Magnification Setting. /// Represents the following element tag in the schema: w:zoom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Zoom? Zoom { get => GetElement(); @@ -26668,9 +26668,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Zoom? Zoom /// Remove Personal Information from Document Properties. /// Represents the following element tag in the schema: w:removePersonalInformation. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation? RemovePersonalInformation { get => GetElement(); @@ -26681,9 +26681,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RemovePersonalInformation? RemovePe /// Remove Date and Time from Annotations. /// Represents the following element tag in the schema: w:removeDateAndTime. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime? RemoveDateAndTime { get => GetElement(); @@ -26694,9 +26694,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RemoveDateAndTime? RemoveDateAndTim /// Do Not Display Visual Boundary For Header/Footer or Between Pages. /// Represents the following element tag in the schema: w:doNotDisplayPageBoundaries. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries? DoNotDisplayPageBoundaries { get => GetElement(); @@ -26707,9 +26707,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries? DoNotDi /// Display Background Objects When Displaying Document. /// Represents the following element tag in the schema: w:displayBackgroundShape. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape? DisplayBackgroundShape { get => GetElement(); @@ -26720,9 +26720,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DisplayBackgroundShape? DisplayBack /// Print PostScript Codes With Document Text. /// Represents the following element tag in the schema: w:printPostScriptOverText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText? PrintPostScriptOverText { get => GetElement(); @@ -26733,9 +26733,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PrintPostScriptOverText? PrintPostS /// Print Fractional Character Widths. /// Represents the following element tag in the schema: w:printFractionalCharacterWidth. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth? PrintFractionalCharacterWidth { get => GetElement(); @@ -26746,9 +26746,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PrintFractionalCharacterWidth? Prin /// Only Print Form Field Content. /// Represents the following element tag in the schema: w:printFormsData. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PrintFormsData? PrintFormsData { get => GetElement(); @@ -26759,9 +26759,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PrintFormsData? PrintFormsData /// Embed TrueType Fonts. /// Represents the following element tag in the schema: w:embedTrueTypeFonts. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts? EmbedTrueTypeFonts { get => GetElement(); @@ -26772,9 +26772,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EmbedTrueTypeFonts? EmbedTrueTypeFo /// Embed Common System Fonts. /// Represents the following element tag in the schema: w:embedSystemFonts. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts? EmbedSystemFonts { get => GetElement(); @@ -26785,9 +26785,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EmbedSystemFonts? EmbedSystemFonts /// Subset Fonts When Embedding. /// Represents the following element tag in the schema: w:saveSubsetFonts. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts? SaveSubsetFonts { get => GetElement(); @@ -26798,9 +26798,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SaveSubsetFonts? SaveSubsetFonts /// Only Save Form Field Content. /// Represents the following element tag in the schema: w:saveFormsData. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SaveFormsData? SaveFormsData { get => GetElement(); @@ -26811,9 +26811,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SaveFormsData? SaveFormsData /// Mirror Page Margins. /// Represents the following element tag in the schema: w:mirrorMargins. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MirrorMargins? MirrorMargins { get => GetElement(); @@ -26824,9 +26824,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MirrorMargins? MirrorMargins /// Align Paragraph and Table Borders with Page Border. /// Represents the following element tag in the schema: w:alignBordersAndEdges. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges? AlignBorderAndEdges { get => GetElement(); @@ -26837,9 +26837,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AlignBorderAndEdges? AlignBorderAnd /// Page Border Excludes Header. /// Represents the following element tag in the schema: w:bordersDoNotSurroundHeader. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader? BordersDoNotSurroundHeader { get => GetElement(); @@ -26850,9 +26850,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundHeader? Borders /// Page Border Excludes Footer. /// Represents the following element tag in the schema: w:bordersDoNotSurroundFooter. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter? BordersDoNotSurroundFooter { get => GetElement(); @@ -26863,9 +26863,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BordersDoNotSurroundFooter? Borders /// Position Gutter At Top of Page. /// Represents the following element tag in the schema: w:gutterAtTop. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.GutterAtTop? GutterAtTop { get => GetElement(); @@ -26876,9 +26876,9 @@ public DocumentFormat.OpenXml.Wordprocessing.GutterAtTop? GutterAtTop /// Do Not Display Visual Indication of Spelling Errors. /// Represents the following element tag in the schema: w:hideSpellingErrors. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors? HideSpellingErrors { get => GetElement(); @@ -26889,9 +26889,9 @@ public DocumentFormat.OpenXml.Wordprocessing.HideSpellingErrors? HideSpellingErr /// Do Not Display Visual Indication of Grammatical Errors. /// Represents the following element tag in the schema: w:hideGrammaticalErrors. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.HideGrammaticalErrors? HideGrammaticalErrors { get => GetElement(); @@ -26938,7 +26938,7 @@ public DocumentSettingsPart? DocumentSettingsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:webSettings. /// - /// + /// /// The following table lists the possible child types: /// /// <w:pixelsPerInch> @@ -26954,7 +26954,7 @@ public DocumentSettingsPart? DocumentSettingsPart /// <w:encoding> /// <w:targetScreenSz> /// - /// + /// public partial class WebSettings : OpenXmlPartRootElement { /// @@ -27025,9 +27025,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Frameset. /// Represents the following element tag in the schema: w:frameset. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Frameset? Frameset { get => GetElement(); @@ -27038,9 +27038,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Frameset? Frameset /// Divs. /// Represents the following element tag in the schema: w:divs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Divs? Divs { get => GetElement(); @@ -27051,9 +27051,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Divs? Divs /// WebPageEncoding. /// Represents the following element tag in the schema: w:encoding. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding? WebPageEncoding { get => GetElement(); @@ -27064,9 +27064,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WebPageEncoding? WebPageEncoding /// OptimizeForBrowser. /// Represents the following element tag in the schema: w:optimizeForBrowser. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser? OptimizeForBrowser { get => GetElement(); @@ -27077,9 +27077,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OptimizeForBrowser? OptimizeForBrow /// RelyOnVML. /// Represents the following element tag in the schema: w:relyOnVML. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RelyOnVML? RelyOnVML { get => GetElement(); @@ -27090,9 +27090,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RelyOnVML? RelyOnVML /// AllowPNG. /// Represents the following element tag in the schema: w:allowPNG. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AllowPNG? AllowPNG { get => GetElement(); @@ -27103,9 +27103,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AllowPNG? AllowPNG /// DoNotRelyOnCSS. /// Represents the following element tag in the schema: w:doNotRelyOnCSS. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS? DoNotRelyOnCSS { get => GetElement(); @@ -27116,9 +27116,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotRelyOnCSS? DoNotRelyOnCSS /// DoNotSaveAsSingleFile. /// Represents the following element tag in the schema: w:doNotSaveAsSingleFile. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile? DoNotSaveAsSingleFile { get => GetElement(); @@ -27129,9 +27129,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotSaveAsSingleFile? DoNotSaveAsS /// DoNotOrganizeInFolder. /// Represents the following element tag in the schema: w:doNotOrganizeInFolder. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder? DoNotOrganizeInFolder { get => GetElement(); @@ -27142,9 +27142,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotOrganizeInFolder? DoNotOrganiz /// DoNotUseLongFileNames. /// Represents the following element tag in the schema: w:doNotUseLongFileNames. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames? DoNotUseLongFileNames { get => GetElement(); @@ -27155,9 +27155,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotUseLongFileNames? DoNotUseLong /// PixelsPerInch. /// Represents the following element tag in the schema: w:pixelsPerInch. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch? PixelsPerInch { get => GetElement(); @@ -27168,9 +27168,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PixelsPerInch? PixelsPerInch /// TargetScreenSize. /// Represents the following element tag in the schema: w:targetScreenSz. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TargetScreenSize? TargetScreenSize { get => GetElement(); @@ -27217,12 +27217,12 @@ public WebSettingsPart? WebSettingsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:fonts. /// - /// + /// /// The following table lists the possible child types: /// /// <w:font> /// - /// + /// public partial class Fonts : OpenXmlPartRootElement { /// @@ -27307,7 +27307,7 @@ public FontTablePart? FontTablePart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:numbering. /// - /// + /// /// The following table lists the possible child types: /// /// <w:abstractNum> @@ -27315,7 +27315,7 @@ public FontTablePart? FontTablePart /// <w:num> /// <w:numPicBullet> /// - /// + /// public partial class Numbering : OpenXmlPartRootElement { /// @@ -27406,14 +27406,14 @@ public NumberingDefinitionsPart? NumberingDefinitionsPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:styles. /// - /// + /// /// The following table lists the possible child types: /// /// <w:docDefaults> /// <w:latentStyles> /// <w:style> /// - /// + /// public partial class Styles : OpenXmlPartRootElement { /// @@ -27466,9 +27466,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Document Default Paragraph and Run Properties. /// Represents the following element tag in the schema: w:docDefaults. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocDefaults? DocDefaults { get => GetElement(); @@ -27479,9 +27479,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocDefaults? DocDefaults /// Latent Style Information. /// Represents the following element tag in the schema: w:latentStyles. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LatentStyles? LatentStyles { get => GetElement(); @@ -27497,13 +27497,13 @@ public DocumentFormat.OpenXml.Wordprocessing.LatentStyles? LatentStyles /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:document. /// - /// + /// /// The following table lists the possible child types: /// /// <w:background> /// <w:body> /// - /// + /// public partial class Document : OpenXmlPartRootElement { /// @@ -27541,9 +27541,9 @@ public Document(string outerXml) : base(outerXml) /// conformance /// Represents the following attribute in the schema: w:conformance /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Conformance { get => GetAttribute>(); @@ -27575,9 +27575,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Document Background. /// Represents the following element tag in the schema: w:background. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? DocumentBackground { get => GetElement(); @@ -27588,9 +27588,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? DocumentBackgro /// Body. /// Represents the following element tag in the schema: w:body. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Body? Body { get => GetElement(); @@ -27637,13 +27637,13 @@ public MainDocumentPart? MainDocumentPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:glossaryDocument. /// - /// + /// /// The following table lists the possible child types: /// /// <w:background> /// <w:docParts> /// - /// + /// public partial class GlossaryDocument : OpenXmlPartRootElement { /// @@ -27700,9 +27700,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Document Background. /// Represents the following element tag in the schema: w:background. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? DocumentBackground { get => GetElement(); @@ -27713,9 +27713,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocumentBackground? DocumentBackgro /// List of Glossary Document Entries. /// Represents the following element tag in the schema: w:docParts. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocParts? DocParts { get => GetElement(); @@ -27762,7 +27762,7 @@ public GlossaryDocumentPart? GlossaryDocumentPart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblPrEx. /// - /// + /// /// The following table lists the possible child types: /// /// <w:shd> @@ -27775,7 +27775,7 @@ public GlossaryDocumentPart? GlossaryDocumentPart /// <w:tblCellSpacing> /// <w:tblInd> /// - /// + /// public partial class PreviousTablePropertyExceptions : OpenXmlCompositeElement { /// @@ -27840,9 +27840,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Preferred Table Width Exception. /// Represents the following element tag in the schema: w:tblW. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableWidth? TableWidth { get => GetElement(); @@ -27853,9 +27853,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableWidth? TableWidth /// Table Alignment Exception. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustification { get => GetElement(); @@ -27866,9 +27866,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustificat /// Table Cell Spacing Exception. /// Represents the following element tag in the schema: w:tblCellSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing { get => GetElement(); @@ -27879,9 +27879,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing /// Table Indent from Leading Margin Exception. /// Represents the following element tag in the schema: w:tblInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation { get => GetElement(); @@ -27892,9 +27892,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation /// Table Borders Exceptions. /// Represents the following element tag in the schema: w:tblBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders { get => GetElement(); @@ -27905,9 +27905,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders /// Table Shading Exception. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -27918,9 +27918,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// Table Layout Exception. /// Represents the following element tag in the schema: w:tblLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableLayout? TableLayout { get => GetElement(); @@ -27931,9 +27931,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLayout? TableLayout /// Table Cell Margin Exceptions. /// Represents the following element tag in the schema: w:tblCellMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMarginDefault { get => GetElement(); @@ -27944,9 +27944,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMa /// Table Style Conditional Formatting Settings Exception. /// Represents the following element tag in the schema: w:tblLook. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook { get => GetElement(); @@ -27962,7 +27962,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tcPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:cellMerge> @@ -27982,7 +27982,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook /// <w:vAlign> /// <w:vMerge> /// - /// + /// public partial class PreviousTableCellProperties : OpenXmlCompositeElement { /// @@ -28109,9 +28109,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ConditionalFormatStyle. /// Represents the following element tag in the schema: w:cnfStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? ConditionalFormatStyle { get => GetElement(); @@ -28122,9 +28122,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? Conditional /// TableCellWidth. /// Represents the following element tag in the schema: w:tcW. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? TableCellWidth { get => GetElement(); @@ -28135,9 +28135,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? TableCellWidth /// GridSpan. /// Represents the following element tag in the schema: w:gridSpan. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.GridSpan? GridSpan { get => GetElement(); @@ -28148,9 +28148,9 @@ public DocumentFormat.OpenXml.Wordprocessing.GridSpan? GridSpan /// HorizontalMerge. /// Represents the following element tag in the schema: w:hMerge. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? HorizontalMerge { get => GetElement(); @@ -28161,9 +28161,9 @@ public DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? HorizontalMerge /// VerticalMerge. /// Represents the following element tag in the schema: w:vMerge. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? VerticalMerge { get => GetElement(); @@ -28174,9 +28174,9 @@ public DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? VerticalMerge /// TableCellBorders. /// Represents the following element tag in the schema: w:tcBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? TableCellBorders { get => GetElement(); @@ -28187,9 +28187,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? TableCellBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -28200,9 +28200,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// NoWrap. /// Represents the following element tag in the schema: w:noWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoWrap? NoWrap { get => GetElement(); @@ -28213,9 +28213,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoWrap? NoWrap /// TableCellMargin. /// Represents the following element tag in the schema: w:tcMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? TableCellMargin { get => GetElement(); @@ -28226,9 +28226,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? TableCellMargin /// TextDirection. /// Represents the following element tag in the schema: w:textDirection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection { get => GetElement(); @@ -28239,9 +28239,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection /// TableCellFitText. /// Represents the following element tag in the schema: w:tcFitText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? TableCellFitText { get => GetElement(); @@ -28252,9 +28252,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? TableCellFitText /// TableCellVerticalAlignment. /// Represents the following element tag in the schema: w:vAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? TableCellVerticalAlignment { get => GetElement(); @@ -28265,9 +28265,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? TableCe /// HideMark. /// Represents the following element tag in the schema: w:hideMark. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.HideMark? HideMark { get => GetElement(); @@ -28283,7 +28283,7 @@ public DocumentFormat.OpenXml.Wordprocessing.HideMark? HideMark /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:trPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:cnfStyle> @@ -28299,7 +28299,7 @@ public DocumentFormat.OpenXml.Wordprocessing.HideMark? HideMark /// <w:wAfter> /// <w:tblCellSpacing> /// - /// + /// public partial class PreviousTableRowProperties : OpenXmlCompositeElement { /// @@ -28387,7 +28387,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bidiVisual> @@ -28406,7 +28406,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:tblCellSpacing> /// <w:tblInd> /// - /// + /// public partial class PreviousTableProperties : OpenXmlCompositeElement { /// @@ -28519,9 +28519,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TableStyle. /// Represents the following element tag in the schema: w:tblStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableStyle? TableStyle { get => GetElement(); @@ -28532,9 +28532,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableStyle? TableStyle /// TablePositionProperties. /// Represents the following element tag in the schema: w:tblpPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? TablePositionProperties { get => GetElement(); @@ -28545,9 +28545,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? TablePosit /// TableOverlap. /// Represents the following element tag in the schema: w:tblOverlap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableOverlap? TableOverlap { get => GetElement(); @@ -28558,9 +28558,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableOverlap? TableOverlap /// BiDiVisual. /// Represents the following element tag in the schema: w:bidiVisual. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? BiDiVisual { get => GetElement(); @@ -28571,9 +28571,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? BiDiVisual /// TableWidth. /// Represents the following element tag in the schema: w:tblW. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableWidth? TableWidth { get => GetElement(); @@ -28584,9 +28584,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableWidth? TableWidth /// TableJustification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustification { get => GetElement(); @@ -28597,9 +28597,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustificat /// TableCellSpacing. /// Represents the following element tag in the schema: w:tblCellSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing { get => GetElement(); @@ -28610,9 +28610,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing /// TableIndentation. /// Represents the following element tag in the schema: w:tblInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation { get => GetElement(); @@ -28623,9 +28623,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation /// TableBorders. /// Represents the following element tag in the schema: w:tblBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders { get => GetElement(); @@ -28636,9 +28636,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -28649,9 +28649,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// TableLayout. /// Represents the following element tag in the schema: w:tblLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableLayout? TableLayout { get => GetElement(); @@ -28662,9 +28662,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLayout? TableLayout /// TableCellMarginDefault. /// Represents the following element tag in the schema: w:tblCellMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMarginDefault { get => GetElement(); @@ -28675,9 +28675,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMa /// TableLook. /// Represents the following element tag in the schema: w:tblLook. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook { get => GetElement(); @@ -28688,9 +28688,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook /// TableCaption, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:tblCaption. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCaption? TableCaption { get => GetElement(); @@ -28701,9 +28701,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCaption? TableCaption /// TableDescription, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:tblDescription. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableDescription? TableDescription { get => GetElement(); @@ -28719,7 +28719,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableDescription? TableDescription /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sectPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:cols> @@ -28743,7 +28743,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableDescription? TableDescription /// <w:textDirection> /// <w:vAlign> /// - /// + /// public partial class PreviousSectionProperties : OpenXmlCompositeElement { /// @@ -28781,9 +28781,9 @@ public PreviousSectionProperties(string outerXml) : base(outerXml) /// Physical Section Mark Character Revision ID /// Represents the following attribute in the schema: w:rsidRPr /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidRPr { get => GetAttribute(); @@ -28794,9 +28794,9 @@ public HexBinaryValue? RsidRPr /// Section Deletion Revision ID /// Represents the following attribute in the schema: w:rsidDel /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidDel { get => GetAttribute(); @@ -28807,9 +28807,9 @@ public HexBinaryValue? RsidDel /// Section Addition Revision ID /// Represents the following attribute in the schema: w:rsidR /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidR { get => GetAttribute(); @@ -28820,9 +28820,9 @@ public HexBinaryValue? RsidR /// Section Properties Revision ID /// Represents the following attribute in the schema: w:rsidSect /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidSect { get => GetAttribute(); @@ -28905,9 +28905,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// FootnoteProperties. /// Represents the following element tag in the schema: w:footnotePr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties? FootnoteProperties { get => GetElement(); @@ -28918,9 +28918,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FootnoteProperties? FootnotePropert /// EndnoteProperties. /// Represents the following element tag in the schema: w:endnotePr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties? EndnoteProperties { get => GetElement(); @@ -28931,9 +28931,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EndnoteProperties? EndnotePropertie /// SectionType. /// Represents the following element tag in the schema: w:type. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SectionType? SectionType { get => GetElement(); @@ -28944,9 +28944,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SectionType? SectionType /// PageSize. /// Represents the following element tag in the schema: w:pgSz. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageSize? PageSize { get => GetElement(); @@ -28957,9 +28957,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageSize? PageSize /// PageMargin. /// Represents the following element tag in the schema: w:pgMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageMargin? PageMargin { get => GetElement(); @@ -28970,9 +28970,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageMargin? PageMargin /// PaperSource. /// Represents the following element tag in the schema: w:paperSrc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PaperSource? PaperSource { get => GetElement(); @@ -28983,9 +28983,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PaperSource? PaperSource /// PageBorders. /// Represents the following element tag in the schema: w:pgBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageBorders? PageBorders { get => GetElement(); @@ -28996,9 +28996,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageBorders? PageBorders /// LineNumberType. /// Represents the following element tag in the schema: w:lnNumType. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LineNumberType? LineNumberType { get => GetElement(); @@ -29009,9 +29009,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LineNumberType? LineNumberType /// PageNumberType. /// Represents the following element tag in the schema: w:pgNumType. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageNumberType? PageNumberType { get => GetElement(); @@ -29022,9 +29022,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageNumberType? PageNumberType /// Columns. /// Represents the following element tag in the schema: w:cols. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Columns? Columns { get => GetElement(); @@ -29035,9 +29035,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Columns? Columns /// FormProtection. /// Represents the following element tag in the schema: w:formProt. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FormProtection? FormProtection { get => GetElement(); @@ -29048,9 +29048,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FormProtection? FormProtection /// VerticalTextAlignmentOnPage. /// Represents the following element tag in the schema: w:vAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage? VerticalTextAlignmentOnPage { get => GetElement(); @@ -29061,9 +29061,9 @@ public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignmentOnPage? Vertic /// NoEndnote. /// Represents the following element tag in the schema: w:noEndnote. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoEndnote? NoEndnote { get => GetElement(); @@ -29074,9 +29074,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoEndnote? NoEndnote /// TitlePage. /// Represents the following element tag in the schema: w:titlePg. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TitlePage? TitlePage { get => GetElement(); @@ -29087,9 +29087,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TitlePage? TitlePage /// TextDirection. /// Represents the following element tag in the schema: w:textDirection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection { get => GetElement(); @@ -29100,9 +29100,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection /// BiDi. /// Represents the following element tag in the schema: w:bidi. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi { get => GetElement(); @@ -29113,9 +29113,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi /// GutterOnRight. /// Represents the following element tag in the schema: w:rtlGutter. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.GutterOnRight? GutterOnRight { get => GetElement(); @@ -29126,9 +29126,9 @@ public DocumentFormat.OpenXml.Wordprocessing.GutterOnRight? GutterOnRight /// DocGrid. /// Represents the following element tag in the schema: w:docGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocGrid? DocGrid { get => GetElement(); @@ -29139,9 +29139,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocGrid? DocGrid /// PrinterSettingsReference. /// Represents the following element tag in the schema: w:printerSettings. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference? PrinterSettingsReference { get => GetElement(); @@ -29152,9 +29152,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PrinterSettingsReference? PrinterSe /// FootnoteColumns, this property is only available in Office 2013 and later.. /// Represents the following element tag in the schema: w15:footnoteColumns. /// - /// + /// /// xmlns:w15 = http://schemas.microsoft.com/office/word/2012/wordml - /// + /// public DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? FootnoteColumns { get => GetElement(); @@ -29170,7 +29170,7 @@ public DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? FootnoteColumns /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:cnfStyle> @@ -29207,7 +29207,7 @@ public DocumentFormat.OpenXml.Office2013.Word.FootnoteColumns? FootnoteColumns /// <w:textboxTightWrap> /// <w:textDirection> /// - /// + /// public partial class ParagraphPropertiesExtended : OpenXmlCompositeElement { /// @@ -29338,9 +29338,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ParagraphStyleId. /// Represents the following element tag in the schema: w:pStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? ParagraphStyleId { get => GetElement(); @@ -29351,9 +29351,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? ParagraphStyleId /// KeepNext. /// Represents the following element tag in the schema: w:keepNext. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext { get => GetElement(); @@ -29364,9 +29364,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext /// KeepLines. /// Represents the following element tag in the schema: w:keepLines. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines { get => GetElement(); @@ -29377,9 +29377,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines /// PageBreakBefore. /// Represents the following element tag in the schema: w:pageBreakBefore. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore { get => GetElement(); @@ -29390,9 +29390,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore /// FrameProperties. /// Represents the following element tag in the schema: w:framePr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties { get => GetElement(); @@ -29403,9 +29403,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties /// WidowControl. /// Represents the following element tag in the schema: w:widowControl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl { get => GetElement(); @@ -29416,9 +29416,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl /// NumberingProperties. /// Represents the following element tag in the schema: w:numPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingProperties { get => GetElement(); @@ -29429,9 +29429,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingPrope /// SuppressLineNumbers. /// Represents the following element tag in the schema: w:suppressLineNumbers. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNumbers { get => GetElement(); @@ -29442,9 +29442,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNu /// ParagraphBorders. /// Represents the following element tag in the schema: w:pBdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders { get => GetElement(); @@ -29455,9 +29455,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -29468,9 +29468,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// Tabs. /// Represents the following element tag in the schema: w:tabs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs { get => GetElement(); @@ -29481,9 +29481,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs /// SuppressAutoHyphens. /// Represents the following element tag in the schema: w:suppressAutoHyphens. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHyphens { get => GetElement(); @@ -29494,9 +29494,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHy /// Kinsoku. /// Represents the following element tag in the schema: w:kinsoku. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku { get => GetElement(); @@ -29507,9 +29507,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku /// WordWrap. /// Represents the following element tag in the schema: w:wordWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap { get => GetElement(); @@ -29520,9 +29520,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap /// OverflowPunctuation. /// Represents the following element tag in the schema: w:overflowPunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctuation { get => GetElement(); @@ -29533,9 +29533,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctu /// TopLinePunctuation. /// Represents the following element tag in the schema: w:topLinePunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuation { get => GetElement(); @@ -29546,9 +29546,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuat /// AutoSpaceDE. /// Represents the following element tag in the schema: w:autoSpaceDE. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE { get => GetElement(); @@ -29559,9 +29559,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE /// AutoSpaceDN. /// Represents the following element tag in the schema: w:autoSpaceDN. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN { get => GetElement(); @@ -29572,9 +29572,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN /// BiDi. /// Represents the following element tag in the schema: w:bidi. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi { get => GetElement(); @@ -29585,9 +29585,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi /// AdjustRightIndent. /// Represents the following element tag in the schema: w:adjustRightInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightIndent { get => GetElement(); @@ -29598,9 +29598,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightInden /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -29611,9 +29611,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// SpacingBetweenLines. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetweenLines { get => GetElement(); @@ -29624,9 +29624,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetween /// Indentation. /// Represents the following element tag in the schema: w:ind. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation { get => GetElement(); @@ -29637,9 +29637,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation /// ContextualSpacing. /// Represents the following element tag in the schema: w:contextualSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacing { get => GetElement(); @@ -29650,9 +29650,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacin /// MirrorIndents. /// Represents the following element tag in the schema: w:mirrorIndents. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents { get => GetElement(); @@ -29663,9 +29663,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents /// SuppressOverlap. /// Represents the following element tag in the schema: w:suppressOverlap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap { get => GetElement(); @@ -29676,9 +29676,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap /// Justification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification { get => GetElement(); @@ -29689,9 +29689,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification /// TextDirection. /// Represents the following element tag in the schema: w:textDirection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection { get => GetElement(); @@ -29702,9 +29702,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection /// TextAlignment. /// Represents the following element tag in the schema: w:textAlignment. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment { get => GetElement(); @@ -29715,9 +29715,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment /// TextBoxTightWrap. /// Represents the following element tag in the schema: w:textboxTightWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap { get => GetElement(); @@ -29728,9 +29728,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap /// OutlineLevel. /// Represents the following element tag in the schema: w:outlineLvl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel { get => GetElement(); @@ -29741,9 +29741,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel /// DivId. /// Represents the following element tag in the schema: w:divId. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DivId? DivId { get => GetElement(); @@ -29754,9 +29754,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DivId? DivId /// ConditionalFormatStyle. /// Represents the following element tag in the schema: w:cnfStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? ConditionalFormatStyle { get => GetElement(); @@ -29772,7 +29772,7 @@ public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? Conditional /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bdr> @@ -29826,7 +29826,7 @@ public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? Conditional /// <w14:stylisticSets> /// <w14:textOutline> /// - /// + /// public partial class PreviousRunProperties : OpenXmlCompositeElement { /// @@ -30032,7 +30032,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bdr> @@ -30093,7 +30093,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:stylisticSets> /// <w14:textOutline> /// - /// + /// public partial class PreviousParagraphMarkRunProperties : OpenXmlCompositeElement { /// @@ -30326,9 +30326,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Inserted Paragraph. /// Represents the following element tag in the schema: w:ins. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Inserted? Inserted { get => GetElement(); @@ -30339,9 +30339,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Inserted? Inserted /// Deleted Paragraph. /// Represents the following element tag in the schema: w:del. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Deleted? Deleted { get => GetElement(); @@ -30352,9 +30352,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Deleted? Deleted /// Move Source Paragraph. /// Represents the following element tag in the schema: w:moveFrom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MoveFrom? MoveFrom { get => GetElement(); @@ -30365,9 +30365,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MoveFrom? MoveFrom /// Move Destination Paragraph. /// Represents the following element tag in the schema: w:moveTo. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MoveTo? MoveTo { get => GetElement(); @@ -30396,9 +30396,9 @@ public NumberingLevelReference() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -30511,9 +30511,9 @@ protected NonNegativeDecimalNumberType() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -30550,9 +30550,9 @@ public NumberingChange() : base() /// original /// Represents the following attribute in the schema: w:original /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Original { get => GetAttribute(); @@ -30563,9 +30563,9 @@ public StringValue? Original /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -30576,9 +30576,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -30589,9 +30589,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -30602,9 +30602,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -30662,9 +30662,9 @@ public TabStop() : base() /// Tab Stop Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -30675,9 +30675,9 @@ public EnumValue? Val /// Tab Leader Character /// Represents the following attribute in the schema: w:leader /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Leader { get => GetAttribute>(); @@ -30688,9 +30688,9 @@ public EnumValue? /// Tab Stop Position /// Represents the following attribute in the schema: w:pos /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Position { get => GetAttribute(); @@ -30723,7 +30723,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bdr> @@ -30785,7 +30785,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:stylisticSets> /// <w14:textOutline> /// - /// + /// public partial class ParagraphMarkRunProperties : OpenXmlCompositeElement { /// @@ -31020,9 +31020,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Inserted Paragraph. /// Represents the following element tag in the schema: w:ins. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Inserted? Inserted { get => GetElement(); @@ -31033,9 +31033,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Inserted? Inserted /// Deleted Paragraph. /// Represents the following element tag in the schema: w:del. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Deleted? Deleted { get => GetElement(); @@ -31046,9 +31046,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Deleted? Deleted /// Move Source Paragraph. /// Represents the following element tag in the schema: w:moveFrom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MoveFrom? MoveFrom { get => GetElement(); @@ -31059,9 +31059,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MoveFrom? MoveFrom /// Move Destination Paragraph. /// Represents the following element tag in the schema: w:moveTo. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MoveTo? MoveTo { get => GetElement(); @@ -31077,7 +31077,7 @@ public DocumentFormat.OpenXml.Wordprocessing.MoveTo? MoveTo /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sectPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:cols> @@ -31104,7 +31104,7 @@ public DocumentFormat.OpenXml.Wordprocessing.MoveTo? MoveTo /// <w:textDirection> /// <w:vAlign> /// - /// + /// public partial class SectionProperties : OpenXmlCompositeElement { /// @@ -31142,9 +31142,9 @@ public SectionProperties(string outerXml) : base(outerXml) /// Physical Section Mark Character Revision ID /// Represents the following attribute in the schema: w:rsidRPr /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidRPr { get => GetAttribute(); @@ -31155,9 +31155,9 @@ public HexBinaryValue? RsidRPr /// Section Deletion Revision ID /// Represents the following attribute in the schema: w:rsidDel /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidDel { get => GetAttribute(); @@ -31168,9 +31168,9 @@ public HexBinaryValue? RsidDel /// Section Addition Revision ID /// Represents the following attribute in the schema: w:rsidR /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidR { get => GetAttribute(); @@ -31181,9 +31181,9 @@ public HexBinaryValue? RsidR /// Section Properties Revision ID /// Represents the following attribute in the schema: w:rsidSect /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? RsidSect { get => GetAttribute(); @@ -31320,7 +31320,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:ffData. /// - /// + /// /// The following table lists the possible child types: /// /// <w:checkBox> @@ -31334,7 +31334,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:enabled> /// <w:calcOnExit> /// - /// + /// public partial class FormFieldData : OpenXmlCompositeElement { /// @@ -31422,9 +31422,9 @@ public FormFieldName() : base() /// Form Field Name Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -31513,9 +31513,9 @@ protected MacroNameType() : base() /// Name of Script Function /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -31552,9 +31552,9 @@ public HelpText() : base() /// Help Text Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -31565,9 +31565,9 @@ public EnumValue? Type /// Help Text Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -31608,9 +31608,9 @@ public StatusText() : base() /// Status Text Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -31621,9 +31621,9 @@ public EnumValue? Type /// Status Text Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -31652,7 +31652,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:checkBox. /// - /// + /// /// The following table lists the possible child types: /// /// <w:size> @@ -31660,7 +31660,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:default> /// <w:checked> /// - /// + /// public partial class CheckBox : OpenXmlCompositeElement { /// @@ -31723,14 +31723,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:ddList. /// - /// + /// /// The following table lists the possible child types: /// /// <w:result> /// <w:listEntry> /// <w:default> /// - /// + /// public partial class DropDownListFormField : OpenXmlCompositeElement { /// @@ -31783,9 +31783,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Drop-Down List Selection. /// Represents the following element tag in the schema: w:result. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection? DropDownListSelection { get => GetElement(); @@ -31796,9 +31796,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DropDownListSelection? DropDownList /// Default Drop-Down List Item Index. /// Represents the following element tag in the schema: w:default. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? DefaultDropDownListItemIndex { get => GetElement(); @@ -31814,7 +31814,7 @@ public DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? Defau /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:textInput. /// - /// + /// /// The following table lists the possible child types: /// /// <w:type> @@ -31822,7 +31822,7 @@ public DocumentFormat.OpenXml.Wordprocessing.DefaultDropDownListItemIndex? Defau /// <w:default> /// <w:format> /// - /// + /// public partial class TextInput : OpenXmlCompositeElement { /// @@ -31877,9 +31877,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Text Box Form Field Type. /// Represents the following element tag in the schema: w:type. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType? TextBoxFormFieldType { get => GetElement(); @@ -31890,9 +31890,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextBoxFormFieldType? TextBoxFormFi /// Default Text Box Form Field String. /// Represents the following element tag in the schema: w:default. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString? DefaultTextBoxFormFieldString { get => GetElement(); @@ -31903,9 +31903,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DefaultTextBoxFormFieldString? Defa /// Text Box Form Field Maximum Length. /// Represents the following element tag in the schema: w:maxLength. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MaxLength? MaxLength { get => GetElement(); @@ -31916,9 +31916,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MaxLength? MaxLength /// Text Box Form Field Formatting. /// Represents the following element tag in the schema: w:format. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Format? Format { get => GetElement(); @@ -31947,9 +31947,9 @@ public DefaultDropDownListItemIndex() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -32063,9 +32063,9 @@ protected String255Type() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -32102,9 +32102,9 @@ public TextBoxFormFieldType() : base() /// Text Box Form Field Type Values /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -32144,9 +32144,9 @@ public MaxLength() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? Val { get => GetAttribute(); @@ -32187,9 +32187,9 @@ public Format() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -32230,9 +32230,9 @@ public Column() : base() /// Column Width /// Represents the following attribute in the schema: w:w /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Width { get => GetAttribute(); @@ -32243,9 +32243,9 @@ public StringValue? Width /// Space Before Following Column /// Represents the following attribute in the schema: w:space /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Space { get => GetAttribute(); @@ -32286,12 +32286,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sectPrChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:sectPr> /// - /// + /// public partial class SectionPropertiesChange : OpenXmlCompositeElement { /// @@ -32329,9 +32329,9 @@ public SectionPropertiesChange(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -32342,9 +32342,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -32355,9 +32355,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -32368,9 +32368,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -32416,9 +32416,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Section Properties. /// Represents the following element tag in the schema: w:sectPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties? PreviousSectionProperties { get => GetElement(); @@ -32434,12 +32434,12 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousSectionProperties? Previous /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPrChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:rPr> /// - /// + /// public partial class ParagraphMarkRunPropertiesChange : OpenXmlCompositeElement { /// @@ -32477,9 +32477,9 @@ public ParagraphMarkRunPropertiesChange(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -32490,9 +32490,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -32503,9 +32503,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -32516,9 +32516,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -32564,9 +32564,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Run Properties for the Paragraph Mark. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties? PreviousParagraphMarkRunProperties { get => GetElement(); @@ -32582,12 +32582,12 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphMarkRunProperties? /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:altChunkPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:matchSrc> /// - /// + /// public partial class AltChunkProperties : OpenXmlCompositeElement { /// @@ -32636,9 +32636,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Keep Source Formatting on Import. /// Represents the following element tag in the schema: w:matchSrc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MatchSource? MatchSource { get => GetElement(); @@ -32667,9 +32667,9 @@ public RubyAlign() : base() /// Phonetic Guide Text Alignment Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -32709,9 +32709,9 @@ public PhoneticGuideRaise() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? Val { get => GetAttribute(); @@ -32751,9 +32751,9 @@ public LanguageId() : base() /// Language Code /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -32781,7 +32781,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rubyPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:hps> @@ -32791,7 +32791,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:dirty> /// <w:rubyAlign> /// - /// + /// public partial class RubyProperties : OpenXmlCompositeElement { /// @@ -32850,9 +32850,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Phonetic Guide Text Alignment. /// Represents the following element tag in the schema: w:rubyAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RubyAlign? RubyAlign { get => GetElement(); @@ -32863,9 +32863,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RubyAlign? RubyAlign /// Phonetic Guide Text Font Size. /// Represents the following element tag in the schema: w:hps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize? PhoneticGuideTextFontSize { get => GetElement(); @@ -32876,9 +32876,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideTextFontSize? Phonetic /// Distance Between Phonetic Guide Text and Phonetic Guide Base Text. /// Represents the following element tag in the schema: w:hpsRaise. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise? PhoneticGuideRaise { get => GetElement(); @@ -32889,9 +32889,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideRaise? PhoneticGuideRa /// Phonetic Guide Base Text Font Size. /// Represents the following element tag in the schema: w:hpsBaseText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize? PhoneticGuideBaseTextSize { get => GetElement(); @@ -32902,9 +32902,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PhoneticGuideBaseTextSize? Phonetic /// Language ID for Phonetic Guide. /// Represents the following element tag in the schema: w:lid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LanguageId? LanguageId { get => GetElement(); @@ -32915,9 +32915,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LanguageId? LanguageId /// Invalidated Field Cache. /// Represents the following element tag in the schema: w:dirty. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Dirty? Dirty { get => GetElement(); @@ -32933,7 +32933,7 @@ public DocumentFormat.OpenXml.Wordprocessing.Dirty? Dirty /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rt. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -32994,7 +32994,7 @@ public DocumentFormat.OpenXml.Wordprocessing.Dirty? Dirty /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class RubyContent : RubyContentType { /// @@ -33166,7 +33166,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rubyBase. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -33227,7 +33227,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class RubyBase : RubyContentType { /// @@ -33399,7 +33399,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -33460,7 +33460,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public abstract partial class RubyContentType : OpenXmlCompositeElement { /// @@ -33575,9 +33575,9 @@ public SdtDateMappingType() : base() /// Date Storage Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -33614,9 +33614,9 @@ public Calendar() : base() /// Calendar Type Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -33653,9 +33653,9 @@ public ListItem() : base() /// List Entry Display Text /// Represents the following attribute in the schema: w:displayText /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? DisplayText { get => GetAttribute(); @@ -33666,9 +33666,9 @@ public StringValue? DisplayText /// List Entry Value /// Represents the following attribute in the schema: w:value /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Value { get => GetAttribute(); @@ -33693,7 +33693,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdtPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w15:color> @@ -33727,7 +33727,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w15:appearance> /// <w15:repeatingSection> /// - /// + /// public partial class SdtProperties : OpenXmlCompositeElement { /// @@ -33845,12 +33845,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdtEndPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:rPr> /// - /// + /// public partial class SdtEndCharProperties : OpenXmlCompositeElement { /// @@ -33904,7 +33904,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdtContent. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -33942,7 +33942,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtContentBlock : OpenXmlCompositeElement { /// @@ -34107,7 +34107,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdtContent. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -34171,7 +34171,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtContentRun : OpenXmlCompositeElement { /// @@ -34440,7 +34440,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdtContent. /// - /// + /// /// The following table lists the possible child types: /// /// <m:acc> @@ -34501,7 +34501,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtContentRunRuby : OpenXmlCompositeElement { /// @@ -34730,7 +34730,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdtContent. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -34767,7 +34767,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtContentCell : OpenXmlCompositeElement { /// @@ -34924,7 +34924,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:sdtContent. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bookmarkStart> @@ -34961,7 +34961,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class SdtContentRow : OpenXmlCompositeElement { /// @@ -35118,13 +35118,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:customXmlPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:placeholder> /// <w:attr> /// - /// + /// public partial class CustomXmlProperties : OpenXmlCompositeElement { /// @@ -35175,9 +35175,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Custom XML Element Placeholder Text. /// Represents the following element tag in the schema: w:placeholder. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.CustomXmlPlaceholder? CustomXmlPlaceholder { get => GetElement(); @@ -35206,9 +35206,9 @@ public CustomXmlAttribute() : base() /// uri /// Represents the following attribute in the schema: w:uri /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Uri { get => GetAttribute(); @@ -35219,9 +35219,9 @@ public StringValue? Uri /// name /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -35232,9 +35232,9 @@ public StringValue? Name /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -35280,9 +35280,9 @@ public GridColumn() : base() /// Grid Column Width /// Represents the following attribute in the schema: w:w /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Width { get => GetAttribute(); @@ -35314,12 +35314,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblGridChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:tblGrid> /// - /// + /// public partial class TableGridChange : OpenXmlCompositeElement { /// @@ -35357,9 +35357,9 @@ public TableGridChange(string outerXml) : base(outerXml) /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -35396,9 +35396,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Table Grid. /// Represents the following element tag in the schema: w:tblGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid? PreviousTableGrid { get => GetElement(); @@ -35414,12 +35414,12 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousTableGrid? PreviousTableGri /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tcPrChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:tcPr> /// - /// + /// public partial class TableCellPropertiesChange : OpenXmlCompositeElement { /// @@ -35457,9 +35457,9 @@ public TableCellPropertiesChange(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -35470,9 +35470,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -35483,9 +35483,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -35496,9 +35496,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -35544,9 +35544,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Table Cell Properties. /// Represents the following element tag in the schema: w:tcPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? PreviousTableCellProperties { get => GetElement(); @@ -35562,7 +35562,7 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? Previo /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tcPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:cellMerge> @@ -35583,7 +35583,7 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousTableCellProperties? Previo /// <w:vAlign> /// <w:vMerge> /// - /// + /// public partial class TableCellProperties : OpenXmlCompositeElement { /// @@ -35718,9 +35718,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ConditionalFormatStyle. /// Represents the following element tag in the schema: w:cnfStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? ConditionalFormatStyle { get => GetElement(); @@ -35731,9 +35731,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? Conditional /// TableCellWidth. /// Represents the following element tag in the schema: w:tcW. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? TableCellWidth { get => GetElement(); @@ -35744,9 +35744,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellWidth? TableCellWidth /// GridSpan. /// Represents the following element tag in the schema: w:gridSpan. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.GridSpan? GridSpan { get => GetElement(); @@ -35757,9 +35757,9 @@ public DocumentFormat.OpenXml.Wordprocessing.GridSpan? GridSpan /// HorizontalMerge. /// Represents the following element tag in the schema: w:hMerge. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? HorizontalMerge { get => GetElement(); @@ -35770,9 +35770,9 @@ public DocumentFormat.OpenXml.Wordprocessing.HorizontalMerge? HorizontalMerge /// VerticalMerge. /// Represents the following element tag in the schema: w:vMerge. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? VerticalMerge { get => GetElement(); @@ -35783,9 +35783,9 @@ public DocumentFormat.OpenXml.Wordprocessing.VerticalMerge? VerticalMerge /// TableCellBorders. /// Represents the following element tag in the schema: w:tcBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? TableCellBorders { get => GetElement(); @@ -35796,9 +35796,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? TableCellBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -35809,9 +35809,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// NoWrap. /// Represents the following element tag in the schema: w:noWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoWrap? NoWrap { get => GetElement(); @@ -35822,9 +35822,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoWrap? NoWrap /// TableCellMargin. /// Represents the following element tag in the schema: w:tcMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? TableCellMargin { get => GetElement(); @@ -35835,9 +35835,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? TableCellMargin /// TextDirection. /// Represents the following element tag in the schema: w:textDirection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection { get => GetElement(); @@ -35848,9 +35848,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection /// TableCellFitText. /// Represents the following element tag in the schema: w:tcFitText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? TableCellFitText { get => GetElement(); @@ -35861,9 +35861,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellFitText? TableCellFitText /// TableCellVerticalAlignment. /// Represents the following element tag in the schema: w:vAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? TableCellVerticalAlignment { get => GetElement(); @@ -35874,9 +35874,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? TableCe /// HideMark. /// Represents the following element tag in the schema: w:hideMark. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.HideMark? HideMark { get => GetElement(); @@ -35892,12 +35892,12 @@ public DocumentFormat.OpenXml.Wordprocessing.HideMark? HideMark /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblPrChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:tblPr> /// - /// + /// public partial class TablePropertiesChange : OpenXmlCompositeElement { /// @@ -35935,9 +35935,9 @@ public TablePropertiesChange(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -35948,9 +35948,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -35961,9 +35961,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -35974,9 +35974,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -36022,9 +36022,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Table Properties. /// Represents the following element tag in the schema: w:tblPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties? PreviousTableProperties { get => GetElement(); @@ -36040,12 +36040,12 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousTableProperties? PreviousTa /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblPrExChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:tblPrEx> /// - /// + /// public partial class TablePropertyExceptionsChange : OpenXmlCompositeElement { /// @@ -36083,9 +36083,9 @@ public TablePropertyExceptionsChange(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -36096,9 +36096,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -36109,9 +36109,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -36122,9 +36122,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -36170,9 +36170,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Table-Level Property Exceptions. /// Represents the following element tag in the schema: w:tblPrEx. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? PreviousTablePropertyExceptions { get => GetElement(); @@ -36188,7 +36188,7 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? Pr /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bidiVisual> @@ -36208,7 +36208,7 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousTablePropertyExceptions? Pr /// <w:tblCellSpacing> /// <w:tblInd> /// - /// + /// public partial class TableProperties : OpenXmlCompositeElement { /// @@ -36329,9 +36329,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TableStyle. /// Represents the following element tag in the schema: w:tblStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableStyle? TableStyle { get => GetElement(); @@ -36342,9 +36342,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableStyle? TableStyle /// TablePositionProperties. /// Represents the following element tag in the schema: w:tblpPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? TablePositionProperties { get => GetElement(); @@ -36355,9 +36355,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TablePositionProperties? TablePosit /// TableOverlap. /// Represents the following element tag in the schema: w:tblOverlap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableOverlap? TableOverlap { get => GetElement(); @@ -36368,9 +36368,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableOverlap? TableOverlap /// BiDiVisual. /// Represents the following element tag in the schema: w:bidiVisual. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? BiDiVisual { get => GetElement(); @@ -36381,9 +36381,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BiDiVisual? BiDiVisual /// TableWidth. /// Represents the following element tag in the schema: w:tblW. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableWidth? TableWidth { get => GetElement(); @@ -36394,9 +36394,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableWidth? TableWidth /// TableJustification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustification { get => GetElement(); @@ -36407,9 +36407,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustificat /// TableCellSpacing. /// Represents the following element tag in the schema: w:tblCellSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing { get => GetElement(); @@ -36420,9 +36420,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing /// TableIndentation. /// Represents the following element tag in the schema: w:tblInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation { get => GetElement(); @@ -36433,9 +36433,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation /// TableBorders. /// Represents the following element tag in the schema: w:tblBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders { get => GetElement(); @@ -36446,9 +36446,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -36459,9 +36459,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// TableLayout. /// Represents the following element tag in the schema: w:tblLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableLayout? TableLayout { get => GetElement(); @@ -36472,9 +36472,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLayout? TableLayout /// TableCellMarginDefault. /// Represents the following element tag in the schema: w:tblCellMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMarginDefault { get => GetElement(); @@ -36485,9 +36485,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMa /// TableLook. /// Represents the following element tag in the schema: w:tblLook. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook { get => GetElement(); @@ -36498,9 +36498,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook /// TableCaption, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:tblCaption. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCaption? TableCaption { get => GetElement(); @@ -36511,9 +36511,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCaption? TableCaption /// TableDescription, this property is only available in Office 2010 and later.. /// Represents the following element tag in the schema: w:tblDescription. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableDescription? TableDescription { get => GetElement(); @@ -36524,9 +36524,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableDescription? TableDescription /// Revision Information for Table Properties. /// Represents the following element tag in the schema: w:tblPrChange. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange? TablePropertiesChange { get => GetElement(); @@ -36542,13 +36542,13 @@ public DocumentFormat.OpenXml.Wordprocessing.TablePropertiesChange? TablePropert /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblGrid. /// - /// + /// /// The following table lists the possible child types: /// /// <w:tblGridChange> /// <w:gridCol> /// - /// + /// public partial class TableGrid : OpenXmlCompositeElement { /// @@ -36623,9 +36623,9 @@ public FootnotePosition() : base() /// Footnote Position Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -36665,9 +36665,9 @@ public NumberingFormat() : base() /// Numbering Format Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -36678,9 +36678,9 @@ public EnumValue? Val /// format, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:format /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Format { get => GetAttribute(); @@ -36724,9 +36724,9 @@ public EndnotePosition() : base() /// Endnote Position Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -36818,9 +36818,9 @@ protected FootnoteEndnoteSeparatorReferenceType() : base() /// Footnote/Endnote ID /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public IntegerValue? Id { get => GetAttribute(); @@ -36905,9 +36905,9 @@ protected UnsignedDecimalNumberType() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Val { get => GetAttribute(); @@ -36943,9 +36943,9 @@ public UniqueTag() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? Val { get => GetAttribute(); @@ -36972,14 +36972,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:recipientData. /// - /// + /// /// The following table lists the possible child types: /// /// <w:uniqueTag> /// <w:active> /// <w:column> /// - /// + /// public partial class RecipientData : OpenXmlCompositeElement { /// @@ -37033,9 +37033,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Record Is Included in Mail Merge. /// Represents the following element tag in the schema: w:active. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Active? Active { get => GetElement(); @@ -37046,9 +37046,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Active? Active /// Index of Column Containing Unique Values for Record. /// Represents the following element tag in the schema: w:column. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? ColumnIndex { get => GetElement(); @@ -37059,9 +37059,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? ColumnIndex /// Unique Value for Record. /// Represents the following element tag in the schema: w:uniqueTag. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UniqueTag? UniqueTag { get => GetElement(); @@ -37090,9 +37090,9 @@ public MailMergeFieldType() : base() /// Merge Field Mapping Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -37132,9 +37132,9 @@ public MailMergeSource() : base() /// Data Source Type Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -37161,7 +37161,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:fieldMapData. /// - /// + /// /// The following table lists the possible child types: /// /// <w:lid> @@ -37171,7 +37171,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:mappedName> /// <w:column> /// - /// + /// public partial class FieldMapData : OpenXmlCompositeElement { /// @@ -37230,9 +37230,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Merge Field Mapping. /// Represents the following element tag in the schema: w:type. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType? MailMergeFieldType { get => GetElement(); @@ -37243,9 +37243,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MailMergeFieldType? MailMergeFieldT /// Data Source Name for Column. /// Represents the following element tag in the schema: w:name. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Name? Name { get => GetElement(); @@ -37256,9 +37256,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Name? Name /// Predefined Merge Field Name. /// Represents the following element tag in the schema: w:mappedName. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MappedName? MappedName { get => GetElement(); @@ -37269,9 +37269,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MappedName? MappedName /// Index of Column Being Mapped. /// Represents the following element tag in the schema: w:column. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? ColumnIndex { get => GetElement(); @@ -37282,9 +37282,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ColumnIndex? ColumnIndex /// Merge Field Name Language ID. /// Represents the following element tag in the schema: w:lid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LanguageId? LanguageId { get => GetElement(); @@ -37295,9 +37295,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LanguageId? LanguageId /// Use Country/Region-Based Address Field Ordering. /// Represents the following element tag in the schema: w:dynamicAddress. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DynamicAddress? DynamicAddress { get => GetElement(); @@ -37326,9 +37326,9 @@ public MainDocumentType() : base() /// Mail Merge Source Document Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -37368,9 +37368,9 @@ public DataType() : base() /// Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -37410,9 +37410,9 @@ public Destination() : base() /// Mail Merge Merged Document Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -37439,7 +37439,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:odso. /// - /// + /// /// The following table lists the possible child types: /// /// <w:type> @@ -37451,7 +37451,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:table> /// <w:colDelim> /// - /// + /// public partial class DataSourceObject : OpenXmlCompositeElement { /// @@ -37514,9 +37514,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// UDL Connection String. /// Represents the following element tag in the schema: w:udl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString? UdlConnectionString { get => GetElement(); @@ -37527,9 +37527,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UdlConnectionString? UdlConnectionS /// Data Source Table Name. /// Represents the following element tag in the schema: w:table. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName? DataSourceTableName { get => GetElement(); @@ -37540,9 +37540,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DataSourceTableName? DataSourceTabl /// ODSO Data Source File Path. /// Represents the following element tag in the schema: w:src. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SourceReference? SourceReference { get => GetElement(); @@ -37553,9 +37553,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SourceReference? SourceReference /// Column Delimiter for Data Source. /// Represents the following element tag in the schema: w:colDelim. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter? ColumnDelimiter { get => GetElement(); @@ -37566,9 +37566,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ColumnDelimiter? ColumnDelimiter /// ODSO Data Source Type. /// Represents the following element tag in the schema: w:type. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MailMergeSource? MailMergeSource { get => GetElement(); @@ -37579,9 +37579,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MailMergeSource? MailMergeSource /// First Row of Data Source Contains Column Names. /// Represents the following element tag in the schema: w:fHdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FirstRowHeader? FirstRowHeader { get => GetElement(); @@ -37610,9 +37610,9 @@ public DocumentVariable() : base() /// Document Variable Name /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -37623,9 +37623,9 @@ public StringValue? Name /// Document Variable Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -37767,9 +37767,9 @@ protected LongHexNumberType() : base() /// Long Hexadecimal Number Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? Val { get => GetAttribute(); @@ -37793,7 +37793,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bdr> @@ -37831,7 +37831,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:u> /// <w:vertAlign> /// - /// + /// public partial class RunPropertiesBaseStyle : OpenXmlCompositeElement { /// @@ -37970,9 +37970,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RunFonts. /// Represents the following element tag in the schema: w:rFonts. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunFonts? RunFonts { get => GetElement(); @@ -37983,9 +37983,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RunFonts? RunFonts /// Bold. /// Represents the following element tag in the schema: w:b. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Bold? Bold { get => GetElement(); @@ -37996,9 +37996,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Bold? Bold /// BoldComplexScript. /// Represents the following element tag in the schema: w:bCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? BoldComplexScript { get => GetElement(); @@ -38009,9 +38009,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? BoldComplexScrip /// Italic. /// Represents the following element tag in the schema: w:i. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Italic? Italic { get => GetElement(); @@ -38022,9 +38022,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Italic? Italic /// ItalicComplexScript. /// Represents the following element tag in the schema: w:iCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? ItalicComplexScript { get => GetElement(); @@ -38035,9 +38035,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? ItalicComplexS /// Caps. /// Represents the following element tag in the schema: w:caps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Caps? Caps { get => GetElement(); @@ -38048,9 +38048,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Caps? Caps /// SmallCaps. /// Represents the following element tag in the schema: w:smallCaps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SmallCaps? SmallCaps { get => GetElement(); @@ -38061,9 +38061,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SmallCaps? SmallCaps /// Strike. /// Represents the following element tag in the schema: w:strike. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Strike? Strike { get => GetElement(); @@ -38074,9 +38074,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Strike? Strike /// DoubleStrike. /// Represents the following element tag in the schema: w:dstrike. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? DoubleStrike { get => GetElement(); @@ -38087,9 +38087,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? DoubleStrike /// Outline. /// Represents the following element tag in the schema: w:outline. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Outline? Outline { get => GetElement(); @@ -38100,9 +38100,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Outline? Outline /// Shadow. /// Represents the following element tag in the schema: w:shadow. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shadow? Shadow { get => GetElement(); @@ -38113,9 +38113,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shadow? Shadow /// Emboss. /// Represents the following element tag in the schema: w:emboss. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Emboss? Emboss { get => GetElement(); @@ -38126,9 +38126,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Emboss? Emboss /// Imprint. /// Represents the following element tag in the schema: w:imprint. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Imprint? Imprint { get => GetElement(); @@ -38139,9 +38139,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Imprint? Imprint /// NoProof. /// Represents the following element tag in the schema: w:noProof. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoProof? NoProof { get => GetElement(); @@ -38152,9 +38152,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoProof? NoProof /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -38165,9 +38165,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// Vanish. /// Represents the following element tag in the schema: w:vanish. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Vanish? Vanish { get => GetElement(); @@ -38178,9 +38178,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Vanish? Vanish /// WebHidden. /// Represents the following element tag in the schema: w:webHidden. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WebHidden? WebHidden { get => GetElement(); @@ -38191,9 +38191,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WebHidden? WebHidden /// Color. /// Represents the following element tag in the schema: w:color. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Color? Color { get => GetElement(); @@ -38204,9 +38204,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Color? Color /// Spacing. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Spacing? Spacing { get => GetElement(); @@ -38217,9 +38217,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Spacing? Spacing /// CharacterScale. /// Represents the following element tag in the schema: w:w. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.CharacterScale? CharacterScale { get => GetElement(); @@ -38230,9 +38230,9 @@ public DocumentFormat.OpenXml.Wordprocessing.CharacterScale? CharacterScale /// Kern. /// Represents the following element tag in the schema: w:kern. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kern? Kern { get => GetElement(); @@ -38243,9 +38243,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kern? Kern /// Position. /// Represents the following element tag in the schema: w:position. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Position? Position { get => GetElement(); @@ -38256,9 +38256,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Position? Position /// FontSize. /// Represents the following element tag in the schema: w:sz. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSize? FontSize { get => GetElement(); @@ -38269,9 +38269,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSize? FontSize /// FontSizeComplexScript. /// Represents the following element tag in the schema: w:szCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? FontSizeComplexScript { get => GetElement(); @@ -38282,9 +38282,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? FontSizeComp /// Underline. /// Represents the following element tag in the schema: w:u. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Underline? Underline { get => GetElement(); @@ -38295,9 +38295,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Underline? Underline /// TextEffect. /// Represents the following element tag in the schema: w:effect. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextEffect? TextEffect { get => GetElement(); @@ -38308,9 +38308,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextEffect? TextEffect /// Border. /// Represents the following element tag in the schema: w:bdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Border? Border { get => GetElement(); @@ -38321,9 +38321,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Border? Border /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -38334,9 +38334,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// FitText. /// Represents the following element tag in the schema: w:fitText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FitText? FitText { get => GetElement(); @@ -38347,9 +38347,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FitText? FitText /// VerticalTextAlignment. /// Represents the following element tag in the schema: w:vertAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? VerticalTextAlignment { get => GetElement(); @@ -38360,9 +38360,9 @@ public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? VerticalText /// Emphasis. /// Represents the following element tag in the schema: w:em. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Emphasis? Emphasis { get => GetElement(); @@ -38373,9 +38373,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Emphasis? Emphasis /// Languages. /// Represents the following element tag in the schema: w:lang. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Languages? Languages { get => GetElement(); @@ -38386,9 +38386,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Languages? Languages /// EastAsianLayout. /// Represents the following element tag in the schema: w:eastAsianLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? EastAsianLayout { get => GetElement(); @@ -38399,9 +38399,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? EastAsianLayout /// SpecVanish. /// Represents the following element tag in the schema: w:specVanish. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpecVanish? SpecVanish { get => GetElement(); @@ -38417,7 +38417,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SpecVanish? SpecVanish /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:outlineLvl> @@ -38451,7 +38451,7 @@ public DocumentFormat.OpenXml.Wordprocessing.SpecVanish? SpecVanish /// <w:textboxTightWrap> /// <w:textDirection> /// - /// + /// public partial class ParagraphPropertiesBaseStyle : OpenXmlCompositeElement { /// @@ -38564,9 +38564,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// KeepNext. /// Represents the following element tag in the schema: w:keepNext. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext { get => GetElement(); @@ -38577,9 +38577,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext /// KeepLines. /// Represents the following element tag in the schema: w:keepLines. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines { get => GetElement(); @@ -38590,9 +38590,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines /// PageBreakBefore. /// Represents the following element tag in the schema: w:pageBreakBefore. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore { get => GetElement(); @@ -38603,9 +38603,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore /// FrameProperties. /// Represents the following element tag in the schema: w:framePr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties { get => GetElement(); @@ -38616,9 +38616,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties /// WidowControl. /// Represents the following element tag in the schema: w:widowControl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl { get => GetElement(); @@ -38629,9 +38629,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl /// NumberingProperties. /// Represents the following element tag in the schema: w:numPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingProperties { get => GetElement(); @@ -38642,9 +38642,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingPrope /// SuppressLineNumbers. /// Represents the following element tag in the schema: w:suppressLineNumbers. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNumbers { get => GetElement(); @@ -38655,9 +38655,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNu /// ParagraphBorders. /// Represents the following element tag in the schema: w:pBdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders { get => GetElement(); @@ -38668,9 +38668,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -38681,9 +38681,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// Tabs. /// Represents the following element tag in the schema: w:tabs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs { get => GetElement(); @@ -38694,9 +38694,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs /// SuppressAutoHyphens. /// Represents the following element tag in the schema: w:suppressAutoHyphens. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHyphens { get => GetElement(); @@ -38707,9 +38707,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHy /// Kinsoku. /// Represents the following element tag in the schema: w:kinsoku. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku { get => GetElement(); @@ -38720,9 +38720,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku /// WordWrap. /// Represents the following element tag in the schema: w:wordWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap { get => GetElement(); @@ -38733,9 +38733,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap /// OverflowPunctuation. /// Represents the following element tag in the schema: w:overflowPunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctuation { get => GetElement(); @@ -38746,9 +38746,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctu /// TopLinePunctuation. /// Represents the following element tag in the schema: w:topLinePunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuation { get => GetElement(); @@ -38759,9 +38759,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuat /// AutoSpaceDE. /// Represents the following element tag in the schema: w:autoSpaceDE. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE { get => GetElement(); @@ -38772,9 +38772,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE /// AutoSpaceDN. /// Represents the following element tag in the schema: w:autoSpaceDN. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN { get => GetElement(); @@ -38785,9 +38785,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN /// BiDi. /// Represents the following element tag in the schema: w:bidi. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi { get => GetElement(); @@ -38798,9 +38798,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi /// AdjustRightIndent. /// Represents the following element tag in the schema: w:adjustRightInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightIndent { get => GetElement(); @@ -38811,9 +38811,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightInden /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -38824,9 +38824,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// SpacingBetweenLines. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetweenLines { get => GetElement(); @@ -38837,9 +38837,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetween /// Indentation. /// Represents the following element tag in the schema: w:ind. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation { get => GetElement(); @@ -38850,9 +38850,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation /// ContextualSpacing. /// Represents the following element tag in the schema: w:contextualSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacing { get => GetElement(); @@ -38863,9 +38863,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacin /// MirrorIndents. /// Represents the following element tag in the schema: w:mirrorIndents. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents { get => GetElement(); @@ -38876,9 +38876,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents /// SuppressOverlap. /// Represents the following element tag in the schema: w:suppressOverlap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap { get => GetElement(); @@ -38889,9 +38889,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap /// Justification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification { get => GetElement(); @@ -38902,9 +38902,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification /// TextDirection. /// Represents the following element tag in the schema: w:textDirection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection { get => GetElement(); @@ -38915,9 +38915,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection /// TextAlignment. /// Represents the following element tag in the schema: w:textAlignment. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment { get => GetElement(); @@ -38928,9 +38928,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment /// TextBoxTightWrap. /// Represents the following element tag in the schema: w:textboxTightWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap { get => GetElement(); @@ -38941,9 +38941,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap /// OutlineLevel. /// Represents the following element tag in the schema: w:outlineLvl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel { get => GetElement(); @@ -38959,12 +38959,12 @@ public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPrDefault. /// - /// + /// /// The following table lists the possible child types: /// /// <w:rPr> /// - /// + /// public partial class RunPropertiesDefault : OpenXmlCompositeElement { /// @@ -39013,9 +39013,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Run Properties. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? RunPropertiesBaseStyle { get => GetElement(); @@ -39031,12 +39031,12 @@ public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? RunProperti /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pPrDefault. /// - /// + /// /// The following table lists the possible child types: /// /// <w:pPr> /// - /// + /// public partial class ParagraphPropertiesDefault : OpenXmlCompositeElement { /// @@ -39085,9 +39085,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Paragraph Properties. /// Represents the following element tag in the schema: w:pPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesBaseStyle? ParagraphPropertiesBaseStyle { get => GetElement(); @@ -39164,9 +39164,9 @@ protected PixelsMeasureType() : base() /// Measurement in Pixels /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Val { get => GetAttribute(); @@ -39202,9 +39202,9 @@ public ScrollbarVisibility() : base() /// Scrollbar Display Option Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -39388,9 +39388,9 @@ protected TwipsMeasureType() : base() /// Measurement in Twentieths of a Point /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -39419,7 +39419,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:framesetSplitbar. /// - /// + /// /// The following table lists the possible child types: /// /// <w:color> @@ -39427,7 +39427,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:flatBorders> /// <w:w> /// - /// + /// public partial class FramesetSplitbar : OpenXmlCompositeElement { /// @@ -39482,9 +39482,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Frameset Splitter Width. /// Represents the following element tag in the schema: w:w. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Width? Width { get => GetElement(); @@ -39495,9 +39495,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Width? Width /// Frameset Splitter Color. /// Represents the following element tag in the schema: w:color. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Color? Color { get => GetElement(); @@ -39508,9 +39508,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Color? Color /// Do Not Display Frameset Splitters. /// Represents the following element tag in the schema: w:noBorder. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoBorder? NoBorder { get => GetElement(); @@ -39521,9 +39521,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoBorder? NoBorder /// Frameset Splitter Border Style. /// Represents the following element tag in the schema: w:flatBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FlatBorders? FlatBorders { get => GetElement(); @@ -39552,9 +39552,9 @@ public FrameLayout() : base() /// Frameset Layout Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -39581,7 +39581,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:frameset. /// - /// + /// /// The following table lists the possible child types: /// /// <w:frame> @@ -39590,7 +39590,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:framesetSplitbar> /// <w:sz> /// - /// + /// public partial class Frameset : OpenXmlCompositeElement { /// @@ -39653,9 +39653,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Nested Frameset Size. /// Represents the following element tag in the schema: w:sz. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameSize? FrameSize { get => GetElement(); @@ -39666,9 +39666,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameSize? FrameSize /// Frameset Splitter Properties. /// Represents the following element tag in the schema: w:framesetSplitbar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar? FramesetSplitbar { get => GetElement(); @@ -39679,9 +39679,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FramesetSplitbar? FramesetSplitbar /// Frameset Layout. /// Represents the following element tag in the schema: w:frameLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameLayout? FrameLayout { get => GetElement(); @@ -39697,7 +39697,7 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameLayout? FrameLayout /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:frame. /// - /// + /// /// The following table lists the possible child types: /// /// <w:scrollbar> @@ -39709,7 +39709,7 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameLayout? FrameLayout /// <w:sz> /// <w:name> /// - /// + /// public partial class Frame : OpenXmlCompositeElement { /// @@ -39772,9 +39772,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Frame Size. /// Represents the following element tag in the schema: w:sz. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameSize? FrameSize { get => GetElement(); @@ -39785,9 +39785,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameSize? FrameSize /// Frame Name. /// Represents the following element tag in the schema: w:name. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameName? FrameName { get => GetElement(); @@ -39798,9 +39798,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameName? FrameName /// Source File for Frame. /// Represents the following element tag in the schema: w:sourceFileName. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SourceFileReference? SourceFileReference { get => GetElement(); @@ -39811,9 +39811,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SourceFileReference? SourceFileRefe /// Left and Right Margin for Frame. /// Represents the following element tag in the schema: w:marW. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MarginWidth? MarginWidth { get => GetElement(); @@ -39824,9 +39824,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MarginWidth? MarginWidth /// Top and Bottom Margin for Frame. /// Represents the following element tag in the schema: w:marH. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MarginHeight? MarginHeight { get => GetElement(); @@ -39837,9 +39837,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MarginHeight? MarginHeight /// Scrollbar Display Option. /// Represents the following element tag in the schema: w:scrollbar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility? ScrollbarVisibility { get => GetElement(); @@ -39850,9 +39850,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ScrollbarVisibility? ScrollbarVisib /// Frame Cannot Be Resized. /// Represents the following element tag in the schema: w:noResizeAllowed. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed? NoResizeAllowed { get => GetElement(); @@ -39863,9 +39863,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed? NoResizeAllowed /// Maintain Link to Existing File. /// Represents the following element tag in the schema: w:linkedToFile. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LinkedToFile? LinkedToFile { get => GetElement(); @@ -39894,9 +39894,9 @@ public LevelSuffix() : base() /// Character Type Between Numbering and Text /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -39936,9 +39936,9 @@ public LevelText() : base() /// Level Text /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -39949,9 +39949,9 @@ public StringValue? Val /// Level Text Is Null Character /// Represents the following attribute in the schema: w:null /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Null { get => GetAttribute(); @@ -39989,9 +39989,9 @@ public LegacyNumbering() : base() /// Use Legacy Numbering Properties /// Represents the following attribute in the schema: w:legacy /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Legacy { get => GetAttribute(); @@ -40002,9 +40002,9 @@ public OnOffValue? Legacy /// Legacy Spacing /// Represents the following attribute in the schema: w:legacySpace /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? LegacySpace { get => GetAttribute(); @@ -40015,9 +40015,9 @@ public StringValue? LegacySpace /// Legacy Indent /// Represents the following attribute in the schema: w:legacyIndent /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? LegacyIndent { get => GetAttribute(); @@ -40072,9 +40072,9 @@ public LevelJustification() : base() /// Alignment Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -40101,7 +40101,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:outlineLvl> @@ -40136,7 +40136,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:textboxTightWrap> /// <w:textDirection> /// - /// + /// public partial class PreviousParagraphProperties : OpenXmlCompositeElement { /// @@ -40257,9 +40257,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ParagraphStyleId. /// Represents the following element tag in the schema: w:pStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? ParagraphStyleId { get => GetElement(); @@ -40270,9 +40270,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? ParagraphStyleId /// KeepNext. /// Represents the following element tag in the schema: w:keepNext. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext { get => GetElement(); @@ -40283,9 +40283,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext /// KeepLines. /// Represents the following element tag in the schema: w:keepLines. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines { get => GetElement(); @@ -40296,9 +40296,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines /// PageBreakBefore. /// Represents the following element tag in the schema: w:pageBreakBefore. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore { get => GetElement(); @@ -40309,9 +40309,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore /// FrameProperties. /// Represents the following element tag in the schema: w:framePr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties { get => GetElement(); @@ -40322,9 +40322,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties /// WidowControl. /// Represents the following element tag in the schema: w:widowControl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl { get => GetElement(); @@ -40335,9 +40335,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl /// NumberingProperties. /// Represents the following element tag in the schema: w:numPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingProperties { get => GetElement(); @@ -40348,9 +40348,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingPrope /// SuppressLineNumbers. /// Represents the following element tag in the schema: w:suppressLineNumbers. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNumbers { get => GetElement(); @@ -40361,9 +40361,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNu /// ParagraphBorders. /// Represents the following element tag in the schema: w:pBdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders { get => GetElement(); @@ -40374,9 +40374,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -40387,9 +40387,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// Tabs. /// Represents the following element tag in the schema: w:tabs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs { get => GetElement(); @@ -40400,9 +40400,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs /// SuppressAutoHyphens. /// Represents the following element tag in the schema: w:suppressAutoHyphens. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHyphens { get => GetElement(); @@ -40413,9 +40413,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHy /// Kinsoku. /// Represents the following element tag in the schema: w:kinsoku. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku { get => GetElement(); @@ -40426,9 +40426,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku /// WordWrap. /// Represents the following element tag in the schema: w:wordWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap { get => GetElement(); @@ -40439,9 +40439,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap /// OverflowPunctuation. /// Represents the following element tag in the schema: w:overflowPunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctuation { get => GetElement(); @@ -40452,9 +40452,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctu /// TopLinePunctuation. /// Represents the following element tag in the schema: w:topLinePunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuation { get => GetElement(); @@ -40465,9 +40465,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuat /// AutoSpaceDE. /// Represents the following element tag in the schema: w:autoSpaceDE. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE { get => GetElement(); @@ -40478,9 +40478,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE /// AutoSpaceDN. /// Represents the following element tag in the schema: w:autoSpaceDN. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN { get => GetElement(); @@ -40491,9 +40491,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN /// BiDi. /// Represents the following element tag in the schema: w:bidi. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi { get => GetElement(); @@ -40504,9 +40504,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi /// AdjustRightIndent. /// Represents the following element tag in the schema: w:adjustRightInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightIndent { get => GetElement(); @@ -40517,9 +40517,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightInden /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -40530,9 +40530,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// SpacingBetweenLines. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetweenLines { get => GetElement(); @@ -40543,9 +40543,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetween /// Indentation. /// Represents the following element tag in the schema: w:ind. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation { get => GetElement(); @@ -40556,9 +40556,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation /// ContextualSpacing. /// Represents the following element tag in the schema: w:contextualSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacing { get => GetElement(); @@ -40569,9 +40569,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacin /// MirrorIndents. /// Represents the following element tag in the schema: w:mirrorIndents. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents { get => GetElement(); @@ -40582,9 +40582,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents /// SuppressOverlap. /// Represents the following element tag in the schema: w:suppressOverlap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap { get => GetElement(); @@ -40595,9 +40595,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap /// Justification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification { get => GetElement(); @@ -40608,9 +40608,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification /// TextDirection. /// Represents the following element tag in the schema: w:textDirection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection { get => GetElement(); @@ -40621,9 +40621,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection /// TextAlignment. /// Represents the following element tag in the schema: w:textAlignment. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment { get => GetElement(); @@ -40634,9 +40634,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment /// TextBoxTightWrap. /// Represents the following element tag in the schema: w:textboxTightWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap { get => GetElement(); @@ -40647,9 +40647,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap /// OutlineLevel. /// Represents the following element tag in the schema: w:outlineLvl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel { get => GetElement(); @@ -40665,7 +40665,7 @@ public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bdr> @@ -40705,7 +40705,7 @@ public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel /// <w:u> /// <w:vertAlign> /// - /// + /// public partial class NumberingSymbolRunProperties : OpenXmlCompositeElement { /// @@ -40848,9 +40848,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RunFonts. /// Represents the following element tag in the schema: w:rFonts. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunFonts? RunFonts { get => GetElement(); @@ -40861,9 +40861,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RunFonts? RunFonts /// Bold. /// Represents the following element tag in the schema: w:b. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Bold? Bold { get => GetElement(); @@ -40874,9 +40874,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Bold? Bold /// BoldComplexScript. /// Represents the following element tag in the schema: w:bCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? BoldComplexScript { get => GetElement(); @@ -40887,9 +40887,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? BoldComplexScrip /// Italic. /// Represents the following element tag in the schema: w:i. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Italic? Italic { get => GetElement(); @@ -40900,9 +40900,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Italic? Italic /// ItalicComplexScript. /// Represents the following element tag in the schema: w:iCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? ItalicComplexScript { get => GetElement(); @@ -40913,9 +40913,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? ItalicComplexS /// Caps. /// Represents the following element tag in the schema: w:caps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Caps? Caps { get => GetElement(); @@ -40926,9 +40926,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Caps? Caps /// SmallCaps. /// Represents the following element tag in the schema: w:smallCaps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SmallCaps? SmallCaps { get => GetElement(); @@ -40939,9 +40939,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SmallCaps? SmallCaps /// Strike. /// Represents the following element tag in the schema: w:strike. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Strike? Strike { get => GetElement(); @@ -40952,9 +40952,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Strike? Strike /// DoubleStrike. /// Represents the following element tag in the schema: w:dstrike. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? DoubleStrike { get => GetElement(); @@ -40965,9 +40965,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? DoubleStrike /// Outline. /// Represents the following element tag in the schema: w:outline. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Outline? Outline { get => GetElement(); @@ -40978,9 +40978,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Outline? Outline /// Shadow. /// Represents the following element tag in the schema: w:shadow. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shadow? Shadow { get => GetElement(); @@ -40991,9 +40991,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shadow? Shadow /// Emboss. /// Represents the following element tag in the schema: w:emboss. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Emboss? Emboss { get => GetElement(); @@ -41004,9 +41004,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Emboss? Emboss /// Imprint. /// Represents the following element tag in the schema: w:imprint. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Imprint? Imprint { get => GetElement(); @@ -41017,9 +41017,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Imprint? Imprint /// NoProof. /// Represents the following element tag in the schema: w:noProof. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoProof? NoProof { get => GetElement(); @@ -41030,9 +41030,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoProof? NoProof /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -41043,9 +41043,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// Vanish. /// Represents the following element tag in the schema: w:vanish. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Vanish? Vanish { get => GetElement(); @@ -41056,9 +41056,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Vanish? Vanish /// WebHidden. /// Represents the following element tag in the schema: w:webHidden. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WebHidden? WebHidden { get => GetElement(); @@ -41069,9 +41069,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WebHidden? WebHidden /// Color. /// Represents the following element tag in the schema: w:color. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Color? Color { get => GetElement(); @@ -41082,9 +41082,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Color? Color /// Spacing. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Spacing? Spacing { get => GetElement(); @@ -41095,9 +41095,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Spacing? Spacing /// CharacterScale. /// Represents the following element tag in the schema: w:w. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.CharacterScale? CharacterScale { get => GetElement(); @@ -41108,9 +41108,9 @@ public DocumentFormat.OpenXml.Wordprocessing.CharacterScale? CharacterScale /// Kern. /// Represents the following element tag in the schema: w:kern. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kern? Kern { get => GetElement(); @@ -41121,9 +41121,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kern? Kern /// Position. /// Represents the following element tag in the schema: w:position. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Position? Position { get => GetElement(); @@ -41134,9 +41134,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Position? Position /// FontSize. /// Represents the following element tag in the schema: w:sz. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSize? FontSize { get => GetElement(); @@ -41147,9 +41147,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSize? FontSize /// FontSizeComplexScript. /// Represents the following element tag in the schema: w:szCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? FontSizeComplexScript { get => GetElement(); @@ -41160,9 +41160,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? FontSizeComp /// Underline. /// Represents the following element tag in the schema: w:u. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Underline? Underline { get => GetElement(); @@ -41173,9 +41173,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Underline? Underline /// TextEffect. /// Represents the following element tag in the schema: w:effect. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextEffect? TextEffect { get => GetElement(); @@ -41186,9 +41186,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextEffect? TextEffect /// Border. /// Represents the following element tag in the schema: w:bdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Border? Border { get => GetElement(); @@ -41199,9 +41199,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Border? Border /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -41212,9 +41212,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// FitText. /// Represents the following element tag in the schema: w:fitText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FitText? FitText { get => GetElement(); @@ -41225,9 +41225,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FitText? FitText /// VerticalTextAlignment. /// Represents the following element tag in the schema: w:vertAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? VerticalTextAlignment { get => GetElement(); @@ -41238,9 +41238,9 @@ public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? VerticalText /// RightToLeftText. /// Represents the following element tag in the schema: w:rtl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? RightToLeftText { get => GetElement(); @@ -41251,9 +41251,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RightToLeftText? RightToLeftText /// ComplexScript. /// Represents the following element tag in the schema: w:cs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ComplexScript? ComplexScript { get => GetElement(); @@ -41264,9 +41264,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ComplexScript? ComplexScript /// Emphasis. /// Represents the following element tag in the schema: w:em. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Emphasis? Emphasis { get => GetElement(); @@ -41277,9 +41277,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Emphasis? Emphasis /// Languages. /// Represents the following element tag in the schema: w:lang. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Languages? Languages { get => GetElement(); @@ -41290,9 +41290,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Languages? Languages /// EastAsianLayout. /// Represents the following element tag in the schema: w:eastAsianLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? EastAsianLayout { get => GetElement(); @@ -41303,9 +41303,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? EastAsianLayout /// SpecVanish. /// Represents the following element tag in the schema: w:specVanish. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpecVanish? SpecVanish { get => GetElement(); @@ -41334,9 +41334,9 @@ public MultiLevelType() : base() /// Abstract Numbering Definition Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -41363,7 +41363,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:lvl. /// - /// + /// /// The following table lists the possible child types: /// /// <w:lvlRestart> @@ -41379,7 +41379,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:rPr> /// <w:pStyle> /// - /// + /// public partial class Level : OpenXmlCompositeElement { /// @@ -41417,9 +41417,9 @@ public Level(string outerXml) : base(outerXml) /// Numbering Level /// Represents the following attribute in the schema: w:ilvl /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? LevelIndex { get => GetAttribute(); @@ -41430,9 +41430,9 @@ public Int32Value? LevelIndex /// Template Code /// Represents the following attribute in the schema: w:tplc /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? TemplateCode { get => GetAttribute(); @@ -41443,9 +41443,9 @@ public HexBinaryValue? TemplateCode /// Tentative Numbering /// Represents the following attribute in the schema: w:tentative /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Tentative { get => GetAttribute(); @@ -41499,9 +41499,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Starting Value. /// Represents the following element tag in the schema: w:start. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue? StartNumberingValue { get => GetElement(); @@ -41512,9 +41512,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StartNumberingValue? StartNumbering /// Numbering Format. /// Represents the following element tag in the schema: w:numFmt. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat { get => GetElement(); @@ -41525,9 +41525,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat /// Restart Numbering Level Symbol. /// Represents the following element tag in the schema: w:lvlRestart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LevelRestart? LevelRestart { get => GetElement(); @@ -41538,9 +41538,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LevelRestart? LevelRestart /// Paragraph Style's Associated Numbering Level. /// Represents the following element tag in the schema: w:pStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel? ParagraphStyleIdInLevel { get => GetElement(); @@ -41551,9 +41551,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleIdInLevel? ParagraphS /// Display All Levels Using Arabic Numerals. /// Represents the following element tag in the schema: w:isLgl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle? IsLegalNumberingStyle { get => GetElement(); @@ -41564,9 +41564,9 @@ public DocumentFormat.OpenXml.Wordprocessing.IsLegalNumberingStyle? IsLegalNumbe /// Content Between Numbering Symbol and Paragraph Text. /// Represents the following element tag in the schema: w:suff. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LevelSuffix? LevelSuffix { get => GetElement(); @@ -41577,9 +41577,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LevelSuffix? LevelSuffix /// Numbering Level Text. /// Represents the following element tag in the schema: w:lvlText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LevelText? LevelText { get => GetElement(); @@ -41590,9 +41590,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LevelText? LevelText /// Picture Numbering Symbol Definition Reference. /// Represents the following element tag in the schema: w:lvlPicBulletId. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId? LevelPictureBulletId { get => GetElement(); @@ -41603,9 +41603,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LevelPictureBulletId? LevelPictureB /// Legacy Numbering Level Properties. /// Represents the following element tag in the schema: w:legacy. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering? LegacyNumbering { get => GetElement(); @@ -41616,9 +41616,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LegacyNumbering? LegacyNumbering /// Justification. /// Represents the following element tag in the schema: w:lvlJc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LevelJustification? LevelJustification { get => GetElement(); @@ -41629,9 +41629,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LevelJustification? LevelJustificat /// Numbering Level Associated Paragraph Properties. /// Represents the following element tag in the schema: w:pPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties? PreviousParagraphProperties { get => GetElement(); @@ -41642,9 +41642,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousParagraphProperties? Previo /// Numbering Symbol Run Properties. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties? NumberingSymbolRunProperties { get => GetElement(); @@ -41660,13 +41660,13 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingSymbolRunProperties? Numbe /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:numPicBullet. /// - /// + /// /// The following table lists the possible child types: /// /// <w:drawing> /// <w:pict> /// - /// + /// public partial class NumberingPictureBullet : OpenXmlCompositeElement { /// @@ -41704,9 +41704,9 @@ public NumberingPictureBullet(string outerXml) : base(outerXml) /// numPicBulletId /// Represents the following attribute in the schema: w:numPicBulletId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? NumberingPictureBulletId { get => GetAttribute(); @@ -41739,9 +41739,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// PictureBulletBase. /// Represents the following element tag in the schema: w:pict. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase? PictureBulletBase { get => GetElement(); @@ -41752,9 +41752,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PictureBulletBase? PictureBulletBas /// Drawing. /// Represents the following element tag in the schema: w:drawing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Drawing? Drawing { get => GetElement(); @@ -41770,7 +41770,7 @@ public DocumentFormat.OpenXml.Wordprocessing.Drawing? Drawing /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:abstractNum. /// - /// + /// /// The following table lists the possible child types: /// /// <w:nsid> @@ -41781,7 +41781,7 @@ public DocumentFormat.OpenXml.Wordprocessing.Drawing? Drawing /// <w:styleLink> /// <w:numStyleLink> /// - /// + /// public partial class AbstractNum : OpenXmlCompositeElement { /// @@ -41819,9 +41819,9 @@ public AbstractNum(string outerXml) : base(outerXml) /// Abstract Numbering Definition ID /// Represents the following attribute in the schema: w:abstractNumId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? AbstractNumberId { get => GetAttribute(); @@ -41862,9 +41862,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Abstract Numbering Definition Identifier. /// Represents the following element tag in the schema: w:nsid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Nsid? Nsid { get => GetElement(); @@ -41875,9 +41875,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Nsid? Nsid /// Abstract Numbering Definition Type. /// Represents the following element tag in the schema: w:multiLevelType. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MultiLevelType? MultiLevelType { get => GetElement(); @@ -41888,9 +41888,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MultiLevelType? MultiLevelType /// Numbering Template Code. /// Represents the following element tag in the schema: w:tmpl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TemplateCode? TemplateCode { get => GetElement(); @@ -41901,9 +41901,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TemplateCode? TemplateCode /// Abstract Numbering Definition Name. /// Represents the following element tag in the schema: w:name. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName? AbstractNumDefinitionName { get => GetElement(); @@ -41914,9 +41914,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AbstractNumDefinitionName? Abstract /// Numbering Style Definition. /// Represents the following element tag in the schema: w:styleLink. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleLink? StyleLink { get => GetElement(); @@ -41927,9 +41927,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleLink? StyleLink /// Numbering Style Reference. /// Represents the following element tag in the schema: w:numStyleLink. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink? NumberingStyleLink { get => GetElement(); @@ -41945,13 +41945,13 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingStyleLink? NumberingStyleL /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:num. /// - /// + /// /// The following table lists the possible child types: /// /// <w:abstractNumId> /// <w:lvlOverride> /// - /// + /// public partial class NumberingInstance : OpenXmlCompositeElement { /// @@ -41989,9 +41989,9 @@ public NumberingInstance(string outerXml) : base(outerXml) /// numId /// Represents the following attribute in the schema: w:numId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? NumberID { get => GetAttribute(); @@ -42002,9 +42002,9 @@ public Int32Value? NumberID /// durableId /// Represents the following attribute in the schema: w:durableId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? DurableId { get => GetAttribute(); @@ -42035,9 +42035,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AbstractNumId. /// Represents the following element tag in the schema: w:abstractNumId. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? AbstractNumId { get => GetElement(); @@ -42053,7 +42053,7 @@ public DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? AbstractNumId /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:outlineLvl> @@ -42088,7 +42088,7 @@ public DocumentFormat.OpenXml.Wordprocessing.AbstractNumId? AbstractNumId /// <w:textboxTightWrap> /// <w:textDirection> /// - /// + /// public partial class StyleParagraphProperties : OpenXmlCompositeElement { /// @@ -42215,9 +42215,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// KeepNext. /// Represents the following element tag in the schema: w:keepNext. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext { get => GetElement(); @@ -42228,9 +42228,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext /// KeepLines. /// Represents the following element tag in the schema: w:keepLines. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines { get => GetElement(); @@ -42241,9 +42241,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines /// PageBreakBefore. /// Represents the following element tag in the schema: w:pageBreakBefore. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore { get => GetElement(); @@ -42254,9 +42254,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore /// FrameProperties. /// Represents the following element tag in the schema: w:framePr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties { get => GetElement(); @@ -42267,9 +42267,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties /// WidowControl. /// Represents the following element tag in the schema: w:widowControl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl { get => GetElement(); @@ -42280,9 +42280,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl /// NumberingProperties. /// Represents the following element tag in the schema: w:numPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingProperties { get => GetElement(); @@ -42293,9 +42293,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingPrope /// SuppressLineNumbers. /// Represents the following element tag in the schema: w:suppressLineNumbers. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNumbers { get => GetElement(); @@ -42306,9 +42306,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNu /// ParagraphBorders. /// Represents the following element tag in the schema: w:pBdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders { get => GetElement(); @@ -42319,9 +42319,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -42332,9 +42332,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// Tabs. /// Represents the following element tag in the schema: w:tabs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs { get => GetElement(); @@ -42345,9 +42345,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs /// SuppressAutoHyphens. /// Represents the following element tag in the schema: w:suppressAutoHyphens. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHyphens { get => GetElement(); @@ -42358,9 +42358,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHy /// Kinsoku. /// Represents the following element tag in the schema: w:kinsoku. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku { get => GetElement(); @@ -42371,9 +42371,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku /// WordWrap. /// Represents the following element tag in the schema: w:wordWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap { get => GetElement(); @@ -42384,9 +42384,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap /// OverflowPunctuation. /// Represents the following element tag in the schema: w:overflowPunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctuation { get => GetElement(); @@ -42397,9 +42397,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctu /// TopLinePunctuation. /// Represents the following element tag in the schema: w:topLinePunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuation { get => GetElement(); @@ -42410,9 +42410,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuat /// AutoSpaceDE. /// Represents the following element tag in the schema: w:autoSpaceDE. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE { get => GetElement(); @@ -42423,9 +42423,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE /// AutoSpaceDN. /// Represents the following element tag in the schema: w:autoSpaceDN. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN { get => GetElement(); @@ -42436,9 +42436,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN /// BiDi. /// Represents the following element tag in the schema: w:bidi. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi { get => GetElement(); @@ -42449,9 +42449,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi /// AdjustRightIndent. /// Represents the following element tag in the schema: w:adjustRightInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightIndent { get => GetElement(); @@ -42462,9 +42462,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightInden /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -42475,9 +42475,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// SpacingBetweenLines. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetweenLines { get => GetElement(); @@ -42488,9 +42488,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetween /// Indentation. /// Represents the following element tag in the schema: w:ind. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation { get => GetElement(); @@ -42501,9 +42501,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation /// ContextualSpacing. /// Represents the following element tag in the schema: w:contextualSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacing { get => GetElement(); @@ -42514,9 +42514,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacin /// MirrorIndents. /// Represents the following element tag in the schema: w:mirrorIndents. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents { get => GetElement(); @@ -42527,9 +42527,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents /// SuppressOverlap. /// Represents the following element tag in the schema: w:suppressOverlap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap { get => GetElement(); @@ -42540,9 +42540,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap /// Justification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification { get => GetElement(); @@ -42553,9 +42553,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification /// TextDirection. /// Represents the following element tag in the schema: w:textDirection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection { get => GetElement(); @@ -42566,9 +42566,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection /// TextAlignment. /// Represents the following element tag in the schema: w:textAlignment. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment { get => GetElement(); @@ -42579,9 +42579,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment /// TextBoxTightWrap. /// Represents the following element tag in the schema: w:textboxTightWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap { get => GetElement(); @@ -42592,9 +42592,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap /// OutlineLevel. /// Represents the following element tag in the schema: w:outlineLvl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel { get => GetElement(); @@ -42605,9 +42605,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel /// ParagraphPropertiesChange. /// Represents the following element tag in the schema: w:pPrChange. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? ParagraphPropertiesChange { get => GetElement(); @@ -42623,7 +42623,7 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? Paragrap /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:shd> @@ -42633,7 +42633,7 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? Paragrap /// <w:tblCellSpacing> /// <w:tblInd> /// - /// + /// public partial class TableStyleConditionalFormattingTableProperties : OpenXmlCompositeElement { /// @@ -42704,9 +42704,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TableJustification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustification { get => GetElement(); @@ -42717,9 +42717,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustificat /// TableCellSpacing. /// Represents the following element tag in the schema: w:tblCellSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing { get => GetElement(); @@ -42730,9 +42730,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing /// TableIndentation. /// Represents the following element tag in the schema: w:tblInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation { get => GetElement(); @@ -42743,9 +42743,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation /// TableBorders. /// Represents the following element tag in the schema: w:tblBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders { get => GetElement(); @@ -42756,9 +42756,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -42769,9 +42769,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// TableCellMarginDefault. /// Represents the following element tag in the schema: w:tblCellMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMarginDefault { get => GetElement(); @@ -42787,7 +42787,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMa /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:trPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:hidden> @@ -42796,7 +42796,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMa /// <w:jc> /// <w:tblCellSpacing> /// - /// + /// public partial class TableStyleConditionalFormattingTableRowProperties : OpenXmlCompositeElement { /// @@ -42864,7 +42864,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tcPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:noWrap> @@ -42873,7 +42873,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:tcMar> /// <w:vAlign> /// - /// + /// public partial class TableStyleConditionalFormattingTableCellProperties : OpenXmlCompositeElement { /// @@ -42948,9 +42948,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TableCellBorders. /// Represents the following element tag in the schema: w:tcBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? TableCellBorders { get => GetElement(); @@ -42961,9 +42961,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellBorders? TableCellBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -42974,9 +42974,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// NoWrap. /// Represents the following element tag in the schema: w:noWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoWrap? NoWrap { get => GetElement(); @@ -42987,9 +42987,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoWrap? NoWrap /// TableCellMargin. /// Represents the following element tag in the schema: w:tcMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? TableCellMargin { get => GetElement(); @@ -43000,9 +43000,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? TableCellMargin /// TableCellVerticalAlignment. /// Represents the following element tag in the schema: w:vAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? TableCellVerticalAlignment { get => GetElement(); @@ -43031,9 +43031,9 @@ public StyleName() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -43075,9 +43075,9 @@ public UIPriority() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -43105,7 +43105,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:bdr> @@ -43144,7 +43144,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:u> /// <w:vertAlign> /// - /// + /// public partial class StyleRunProperties : OpenXmlCompositeElement { /// @@ -43297,9 +43297,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// RunFonts. /// Represents the following element tag in the schema: w:rFonts. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunFonts? RunFonts { get => GetElement(); @@ -43310,9 +43310,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RunFonts? RunFonts /// Bold. /// Represents the following element tag in the schema: w:b. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Bold? Bold { get => GetElement(); @@ -43323,9 +43323,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Bold? Bold /// BoldComplexScript. /// Represents the following element tag in the schema: w:bCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? BoldComplexScript { get => GetElement(); @@ -43336,9 +43336,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BoldComplexScript? BoldComplexScrip /// Italic. /// Represents the following element tag in the schema: w:i. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Italic? Italic { get => GetElement(); @@ -43349,9 +43349,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Italic? Italic /// ItalicComplexScript. /// Represents the following element tag in the schema: w:iCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? ItalicComplexScript { get => GetElement(); @@ -43362,9 +43362,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ItalicComplexScript? ItalicComplexS /// Caps. /// Represents the following element tag in the schema: w:caps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Caps? Caps { get => GetElement(); @@ -43375,9 +43375,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Caps? Caps /// SmallCaps. /// Represents the following element tag in the schema: w:smallCaps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SmallCaps? SmallCaps { get => GetElement(); @@ -43388,9 +43388,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SmallCaps? SmallCaps /// Strike. /// Represents the following element tag in the schema: w:strike. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Strike? Strike { get => GetElement(); @@ -43401,9 +43401,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Strike? Strike /// DoubleStrike. /// Represents the following element tag in the schema: w:dstrike. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? DoubleStrike { get => GetElement(); @@ -43414,9 +43414,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoubleStrike? DoubleStrike /// Outline. /// Represents the following element tag in the schema: w:outline. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Outline? Outline { get => GetElement(); @@ -43427,9 +43427,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Outline? Outline /// Shadow. /// Represents the following element tag in the schema: w:shadow. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shadow? Shadow { get => GetElement(); @@ -43440,9 +43440,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shadow? Shadow /// Emboss. /// Represents the following element tag in the schema: w:emboss. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Emboss? Emboss { get => GetElement(); @@ -43453,9 +43453,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Emboss? Emboss /// Imprint. /// Represents the following element tag in the schema: w:imprint. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Imprint? Imprint { get => GetElement(); @@ -43466,9 +43466,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Imprint? Imprint /// NoProof. /// Represents the following element tag in the schema: w:noProof. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoProof? NoProof { get => GetElement(); @@ -43479,9 +43479,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoProof? NoProof /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -43492,9 +43492,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// Vanish. /// Represents the following element tag in the schema: w:vanish. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Vanish? Vanish { get => GetElement(); @@ -43505,9 +43505,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Vanish? Vanish /// WebHidden. /// Represents the following element tag in the schema: w:webHidden. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WebHidden? WebHidden { get => GetElement(); @@ -43518,9 +43518,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WebHidden? WebHidden /// Color. /// Represents the following element tag in the schema: w:color. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Color? Color { get => GetElement(); @@ -43531,9 +43531,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Color? Color /// Spacing. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Spacing? Spacing { get => GetElement(); @@ -43544,9 +43544,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Spacing? Spacing /// CharacterScale. /// Represents the following element tag in the schema: w:w. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.CharacterScale? CharacterScale { get => GetElement(); @@ -43557,9 +43557,9 @@ public DocumentFormat.OpenXml.Wordprocessing.CharacterScale? CharacterScale /// Kern. /// Represents the following element tag in the schema: w:kern. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kern? Kern { get => GetElement(); @@ -43570,9 +43570,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kern? Kern /// Position. /// Represents the following element tag in the schema: w:position. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Position? Position { get => GetElement(); @@ -43583,9 +43583,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Position? Position /// FontSize. /// Represents the following element tag in the schema: w:sz. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSize? FontSize { get => GetElement(); @@ -43596,9 +43596,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSize? FontSize /// FontSizeComplexScript. /// Represents the following element tag in the schema: w:szCs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? FontSizeComplexScript { get => GetElement(); @@ -43609,9 +43609,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSizeComplexScript? FontSizeComp /// Underline. /// Represents the following element tag in the schema: w:u. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Underline? Underline { get => GetElement(); @@ -43622,9 +43622,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Underline? Underline /// TextEffect. /// Represents the following element tag in the schema: w:effect. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextEffect? TextEffect { get => GetElement(); @@ -43635,9 +43635,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextEffect? TextEffect /// Border. /// Represents the following element tag in the schema: w:bdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Border? Border { get => GetElement(); @@ -43648,9 +43648,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Border? Border /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -43661,9 +43661,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// FitText. /// Represents the following element tag in the schema: w:fitText. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FitText? FitText { get => GetElement(); @@ -43674,9 +43674,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FitText? FitText /// VerticalTextAlignment. /// Represents the following element tag in the schema: w:vertAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? VerticalTextAlignment { get => GetElement(); @@ -43687,9 +43687,9 @@ public DocumentFormat.OpenXml.Wordprocessing.VerticalTextAlignment? VerticalText /// Emphasis. /// Represents the following element tag in the schema: w:em. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Emphasis? Emphasis { get => GetElement(); @@ -43700,9 +43700,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Emphasis? Emphasis /// Languages. /// Represents the following element tag in the schema: w:lang. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Languages? Languages { get => GetElement(); @@ -43713,9 +43713,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Languages? Languages /// EastAsianLayout. /// Represents the following element tag in the schema: w:eastAsianLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? EastAsianLayout { get => GetElement(); @@ -43726,9 +43726,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EastAsianLayout? EastAsianLayout /// SpecVanish. /// Represents the following element tag in the schema: w:specVanish. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpecVanish? SpecVanish { get => GetElement(); @@ -43739,9 +43739,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpecVanish? SpecVanish /// RunPropertiesChange. /// Represents the following element tag in the schema: w:rPrChange. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? RunPropertiesChange { get => GetElement(); @@ -43757,7 +43757,7 @@ public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? RunPropertiesC /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:shd> @@ -43769,7 +43769,7 @@ public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesChange? RunPropertiesC /// <w:tblStyleRowBandSize> /// <w:tblStyleColBandSize> /// - /// + /// public partial class StyleTableProperties : OpenXmlCompositeElement { /// @@ -43850,9 +43850,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TableStyleRowBandSize. /// Represents the following element tag in the schema: w:tblStyleRowBandSize. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize? TableStyleRowBandSize { get => GetElement(); @@ -43863,9 +43863,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableStyleRowBandSize? TableStyleRo /// TableStyleColumnBandSize. /// Represents the following element tag in the schema: w:tblStyleColBandSize. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize? TableStyleColumnBandSize { get => GetElement(); @@ -43876,9 +43876,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableStyleColumnBandSize? TableStyl /// TableJustification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustification { get => GetElement(); @@ -43889,9 +43889,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustificat /// TableCellSpacing. /// Represents the following element tag in the schema: w:tblCellSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing { get => GetElement(); @@ -43902,9 +43902,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing /// TableIndentation. /// Represents the following element tag in the schema: w:tblInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation { get => GetElement(); @@ -43915,9 +43915,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation /// TableBorders. /// Represents the following element tag in the schema: w:tblBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders { get => GetElement(); @@ -43928,9 +43928,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -43941,9 +43941,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// TableCellMarginDefault. /// Represents the following element tag in the schema: w:tblCellMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMarginDefault { get => GetElement(); @@ -43959,7 +43959,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMa /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tcPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:noWrap> @@ -43967,7 +43967,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMa /// <w:tcMar> /// <w:vAlign> /// - /// + /// public partial class StyleTableCellProperties : OpenXmlCompositeElement { /// @@ -44034,9 +44034,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -44047,9 +44047,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// NoWrap. /// Represents the following element tag in the schema: w:noWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoWrap? NoWrap { get => GetElement(); @@ -44060,9 +44060,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoWrap? NoWrap /// TableCellMargin. /// Represents the following element tag in the schema: w:tcMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? TableCellMargin { get => GetElement(); @@ -44073,9 +44073,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMargin? TableCellMargin /// TableCellVerticalAlignment. /// Represents the following element tag in the schema: w:vAlign. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? TableCellVerticalAlignment { get => GetElement(); @@ -44091,7 +44091,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? TableCe /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblStylePr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:pPr> @@ -44100,7 +44100,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellVerticalAlignment? TableCe /// <w:tcPr> /// <w:trPr> /// - /// + /// public partial class TableStyleProperties : OpenXmlCompositeElement { /// @@ -44138,9 +44138,9 @@ public TableStyleProperties(string outerXml) : base(outerXml) /// Table Style Conditional Formatting Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -44175,9 +44175,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Table Style Conditional Formatting Paragraph Properties. /// Represents the following element tag in the schema: w:pPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? StyleParagraphProperties { get => GetElement(); @@ -44188,9 +44188,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? StylePara /// Table Style Conditional Formatting Run Properties. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? RunPropertiesBaseStyle { get => GetElement(); @@ -44201,9 +44201,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesBaseStyle? RunProperti /// Table Style Conditional Formatting Table Properties. /// Represents the following element tag in the schema: w:tblPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableProperties? TableStyleConditionalFormattingTableProperties { get => GetElement(); @@ -44214,9 +44214,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTabl /// Table Style Conditional Formatting Table Row Properties. /// Represents the following element tag in the schema: w:trPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? TableStyleConditionalFormattingTableRowProperties { get => GetElement(); @@ -44227,9 +44227,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTabl /// Table Style Conditional Formatting Table Cell Properties. /// Represents the following element tag in the schema: w:tcPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableCellProperties? TableStyleConditionalFormattingTableCellProperties { get => GetElement(); @@ -44258,9 +44258,9 @@ public LatentStyleExceptionInfo() : base() /// Primary Style Name /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -44271,9 +44271,9 @@ public StringValue? Name /// Latent Style Locking Setting /// Represents the following attribute in the schema: w:locked /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Locked { get => GetAttribute(); @@ -44284,9 +44284,9 @@ public OnOffValue? Locked /// Override default sorting order /// Represents the following attribute in the schema: w:uiPriority /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? UiPriority { get => GetAttribute(); @@ -44297,9 +44297,9 @@ public Int32Value? UiPriority /// Semi hidden text override /// Represents the following attribute in the schema: w:semiHidden /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? SemiHidden { get => GetAttribute(); @@ -44310,9 +44310,9 @@ public OnOffValue? SemiHidden /// Unhide when used /// Represents the following attribute in the schema: w:unhideWhenUsed /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? UnhideWhenUsed { get => GetAttribute(); @@ -44323,9 +44323,9 @@ public OnOffValue? UnhideWhenUsed /// Latent Style Primary Style Setting /// Represents the following attribute in the schema: w:qFormat /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? PrimaryStyle { get => GetAttribute(); @@ -44360,13 +44360,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:docDefaults. /// - /// + /// /// The following table lists the possible child types: /// /// <w:pPrDefault> /// <w:rPrDefault> /// - /// + /// public partial class DocDefaults : OpenXmlCompositeElement { /// @@ -44417,9 +44417,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Default Run Properties. /// Represents the following element tag in the schema: w:rPrDefault. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault? RunPropertiesDefault { get => GetElement(); @@ -44430,9 +44430,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RunPropertiesDefault? RunProperties /// Default Paragraph Properties. /// Represents the following element tag in the schema: w:pPrDefault. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault? ParagraphPropertiesDefault { get => GetElement(); @@ -44448,12 +44448,12 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesDefault? Paragra /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:latentStyles. /// - /// + /// /// The following table lists the possible child types: /// /// <w:lsdException> /// - /// + /// public partial class LatentStyles : OpenXmlCompositeElement { /// @@ -44491,9 +44491,9 @@ public LatentStyles(string outerXml) : base(outerXml) /// Default Style Locking Setting /// Represents the following attribute in the schema: w:defLockedState /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DefaultLockedState { get => GetAttribute(); @@ -44504,9 +44504,9 @@ public OnOffValue? DefaultLockedState /// Default User Interface Priority Setting /// Represents the following attribute in the schema: w:defUIPriority /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? DefaultUiPriority { get => GetAttribute(); @@ -44517,9 +44517,9 @@ public Int32Value? DefaultUiPriority /// Default Semi-Hidden Setting /// Represents the following attribute in the schema: w:defSemiHidden /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DefaultSemiHidden { get => GetAttribute(); @@ -44530,9 +44530,9 @@ public OnOffValue? DefaultSemiHidden /// Default Hidden Until Used Setting /// Represents the following attribute in the schema: w:defUnhideWhenUsed /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DefaultUnhideWhenUsed { get => GetAttribute(); @@ -44543,9 +44543,9 @@ public OnOffValue? DefaultUnhideWhenUsed /// Default Primary Style Setting /// Represents the following attribute in the schema: w:defQFormat /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DefaultPrimaryStyle { get => GetAttribute(); @@ -44556,9 +44556,9 @@ public OnOffValue? DefaultPrimaryStyle /// Latent Style Count /// Represents the following attribute in the schema: w:count /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Count { get => GetAttribute(); @@ -44595,7 +44595,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:style. /// - /// + /// /// The following table lists the possible child types: /// /// <w:rsid> @@ -44621,7 +44621,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:trPr> /// <w:uiPriority> /// - /// + /// public partial class Style : OpenXmlCompositeElement { /// @@ -44659,9 +44659,9 @@ public Style(string outerXml) : base(outerXml) /// Style Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -44672,9 +44672,9 @@ public EnumValue? Type /// Style ID /// Represents the following attribute in the schema: w:styleId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? StyleId { get => GetAttribute(); @@ -44685,9 +44685,9 @@ public StringValue? StyleId /// Default Style /// Represents the following attribute in the schema: w:default /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Default { get => GetAttribute(); @@ -44698,9 +44698,9 @@ public OnOffValue? Default /// User-Defined Style /// Represents the following attribute in the schema: w:customStyle /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? CustomStyle { get => GetAttribute(); @@ -44773,9 +44773,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Primary Style Name. /// Represents the following element tag in the schema: w:name. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleName? StyleName { get => GetElement(); @@ -44786,9 +44786,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleName? StyleName /// Alternate Style Names. /// Represents the following element tag in the schema: w:aliases. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Aliases? Aliases { get => GetElement(); @@ -44799,9 +44799,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Aliases? Aliases /// Parent Style ID. /// Represents the following element tag in the schema: w:basedOn. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BasedOn? BasedOn { get => GetElement(); @@ -44812,9 +44812,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BasedOn? BasedOn /// Style For Next Paragraph. /// Represents the following element tag in the schema: w:next. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle? NextParagraphStyle { get => GetElement(); @@ -44825,9 +44825,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NextParagraphStyle? NextParagraphSt /// Linked Style Reference. /// Represents the following element tag in the schema: w:link. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LinkedStyle? LinkedStyle { get => GetElement(); @@ -44838,9 +44838,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LinkedStyle? LinkedStyle /// Automatically Merge User Formatting Into Style Definition. /// Represents the following element tag in the schema: w:autoRedefine. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoRedefine? AutoRedefine { get => GetElement(); @@ -44851,9 +44851,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoRedefine? AutoRedefine /// Hide Style From User Interface. /// Represents the following element tag in the schema: w:hidden. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleHidden? StyleHidden { get => GetElement(); @@ -44864,9 +44864,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleHidden? StyleHidden /// Optional User Interface Sorting Order. /// Represents the following element tag in the schema: w:uiPriority. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UIPriority? UIPriority { get => GetElement(); @@ -44877,9 +44877,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UIPriority? UIPriority /// Hide Style From Main User Interface. /// Represents the following element tag in the schema: w:semiHidden. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SemiHidden? SemiHidden { get => GetElement(); @@ -44890,9 +44890,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SemiHidden? SemiHidden /// Remove Semi-Hidden Property When Style Is Used. /// Represents the following element tag in the schema: w:unhideWhenUsed. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed? UnhideWhenUsed { get => GetElement(); @@ -44903,9 +44903,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UnhideWhenUsed? UnhideWhenUsed /// Primary Style. /// Represents the following element tag in the schema: w:qFormat. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle? PrimaryStyle { get => GetElement(); @@ -44916,9 +44916,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PrimaryStyle? PrimaryStyle /// Style Cannot Be Applied. /// Represents the following element tag in the schema: w:locked. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Locked? Locked { get => GetElement(); @@ -44929,9 +44929,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Locked? Locked /// E-Mail Message Text Style. /// Represents the following element tag in the schema: w:personal. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Personal? Personal { get => GetElement(); @@ -44942,9 +44942,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Personal? Personal /// E-Mail Message Composition Style. /// Represents the following element tag in the schema: w:personalCompose. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PersonalCompose? PersonalCompose { get => GetElement(); @@ -44955,9 +44955,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PersonalCompose? PersonalCompose /// E-Mail Message Reply Style. /// Represents the following element tag in the schema: w:personalReply. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PersonalReply? PersonalReply { get => GetElement(); @@ -44968,9 +44968,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PersonalReply? PersonalReply /// Revision Identifier for Style Definition. /// Represents the following element tag in the schema: w:rsid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Rsid? Rsid { get => GetElement(); @@ -44981,9 +44981,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Rsid? Rsid /// Style Paragraph Properties. /// Represents the following element tag in the schema: w:pPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? StyleParagraphProperties { get => GetElement(); @@ -44994,9 +44994,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleParagraphProperties? StylePara /// Run Properties. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties? StyleRunProperties { get => GetElement(); @@ -45007,9 +45007,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleRunProperties? StyleRunPropert /// Style Table Properties. /// Represents the following element tag in the schema: w:tblPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties? StyleTableProperties { get => GetElement(); @@ -45020,9 +45020,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleTableProperties? StyleTablePro /// Style Table Row Properties. /// Represents the following element tag in the schema: w:trPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTableRowProperties? TableStyleConditionalFormattingTableRowProperties { get => GetElement(); @@ -45033,9 +45033,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableStyleConditionalFormattingTabl /// Style Table Cell Properties. /// Represents the following element tag in the schema: w:tcPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? StyleTableCellProperties { get => GetElement(); @@ -45051,7 +45051,7 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? StyleTabl /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:font. /// - /// + /// /// The following table lists the possible child types: /// /// <w:charset> @@ -45066,7 +45066,7 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleTableCellProperties? StyleTabl /// <w:pitch> /// <w:altName> /// - /// + /// public partial class Font : OpenXmlCompositeElement { /// @@ -45104,9 +45104,9 @@ public Font(string outerXml) : base(outerXml) /// name /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -45153,9 +45153,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// AltName. /// Represents the following element tag in the schema: w:altName. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AltName? AltName { get => GetElement(); @@ -45166,9 +45166,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AltName? AltName /// Panose1Number. /// Represents the following element tag in the schema: w:panose1. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Panose1Number? Panose1Number { get => GetElement(); @@ -45179,9 +45179,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Panose1Number? Panose1Number /// FontCharSet. /// Represents the following element tag in the schema: w:charset. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontCharSet? FontCharSet { get => GetElement(); @@ -45192,9 +45192,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontCharSet? FontCharSet /// FontFamily. /// Represents the following element tag in the schema: w:family. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontFamily? FontFamily { get => GetElement(); @@ -45205,9 +45205,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontFamily? FontFamily /// NotTrueType. /// Represents the following element tag in the schema: w:notTrueType. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NotTrueType? NotTrueType { get => GetElement(); @@ -45218,9 +45218,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NotTrueType? NotTrueType /// Pitch. /// Represents the following element tag in the schema: w:pitch. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Pitch? Pitch { get => GetElement(); @@ -45231,9 +45231,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Pitch? Pitch /// FontSignature. /// Represents the following element tag in the schema: w:sig. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FontSignature? FontSignature { get => GetElement(); @@ -45244,9 +45244,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FontSignature? FontSignature /// EmbedRegularFont. /// Represents the following element tag in the schema: w:embedRegular. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont? EmbedRegularFont { get => GetElement(); @@ -45257,9 +45257,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EmbedRegularFont? EmbedRegularFont /// EmbedBoldFont. /// Represents the following element tag in the schema: w:embedBold. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont? EmbedBoldFont { get => GetElement(); @@ -45270,9 +45270,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EmbedBoldFont? EmbedBoldFont /// EmbedItalicFont. /// Represents the following element tag in the schema: w:embedItalic. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont? EmbedItalicFont { get => GetElement(); @@ -45283,9 +45283,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EmbedItalicFont? EmbedItalicFont /// EmbedBoldItalicFont. /// Represents the following element tag in the schema: w:embedBoldItalic. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EmbedBoldItalicFont? EmbedBoldItalicFont { get => GetElement(); @@ -45410,9 +45410,9 @@ protected SignedTwipsMeasureType() : base() /// Positive or Negative Value in Twentieths of a Point /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -45441,7 +45441,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:divBdr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:top> @@ -45449,7 +45449,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:bottom> /// <w:right> /// - /// + /// public partial class DivBorder : OpenXmlCompositeElement { /// @@ -45504,9 +45504,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Top Border for HTML div. /// Represents the following element tag in the schema: w:top. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder { get => GetElement(); @@ -45517,9 +45517,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopBorder? TopBorder /// Left Border for HTML div. /// Represents the following element tag in the schema: w:left. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder { get => GetElement(); @@ -45530,9 +45530,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LeftBorder? LeftBorder /// Bottom Border for HTML div. /// Represents the following element tag in the schema: w:bottom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder { get => GetElement(); @@ -45543,9 +45543,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BottomBorder? BottomBorder /// Right Border for HTML div. /// Represents the following element tag in the schema: w:right. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder { get => GetElement(); @@ -45561,12 +45561,12 @@ public DocumentFormat.OpenXml.Wordprocessing.RightBorder? RightBorder /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:divsChild. /// - /// + /// /// The following table lists the possible child types: /// /// <w:div> /// - /// + /// public partial class DivsChild : DivsType { /// @@ -45619,12 +45619,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:divs. /// - /// + /// /// The following table lists the possible child types: /// /// <w:div> /// - /// + /// public partial class Divs : DivsType { /// @@ -45677,12 +45677,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <w:div> /// - /// + /// public abstract partial class DivsType : OpenXmlCompositeElement { /// @@ -45728,7 +45728,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:div. /// - /// + /// /// The following table lists the possible child types: /// /// <w:divBdr> @@ -45740,7 +45740,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:marTop> /// <w:marBottom> /// - /// + /// public partial class Div : OpenXmlCompositeElement { /// @@ -45778,9 +45778,9 @@ public Div(string outerXml) : base(outerXml) /// div Data ID /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -45827,9 +45827,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Data for HTML blockquote Element. /// Represents the following element tag in the schema: w:blockQuote. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BlockQuote? BlockQuote { get => GetElement(); @@ -45840,9 +45840,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BlockQuote? BlockQuote /// Data for HTML body Element. /// Represents the following element tag in the schema: w:bodyDiv. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BodyDiv? BodyDiv { get => GetElement(); @@ -45853,9 +45853,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BodyDiv? BodyDiv /// Left Margin for HTML div. /// Represents the following element tag in the schema: w:marLeft. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv? LeftMarginDiv { get => GetElement(); @@ -45866,9 +45866,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LeftMarginDiv? LeftMarginDiv /// Right Margin for HTML div. /// Represents the following element tag in the schema: w:marRight. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv? RightMarginDiv { get => GetElement(); @@ -45879,9 +45879,9 @@ public DocumentFormat.OpenXml.Wordprocessing.RightMarginDiv? RightMarginDiv /// Top Margin for HTML div. /// Represents the following element tag in the schema: w:marTop. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv? TopMarginDiv { get => GetElement(); @@ -45892,9 +45892,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopMarginDiv? TopMarginDiv /// Bottom Margin for HTML div. /// Represents the following element tag in the schema: w:marBottom. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv? BottomMarginDiv { get => GetElement(); @@ -45905,9 +45905,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BottomMarginDiv? BottomMarginDiv /// Set of Borders for HTML div. /// Represents the following element tag in the schema: w:divBdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DivBorder? DivBorder { get => GetElement(); @@ -45923,7 +45923,7 @@ public DocumentFormat.OpenXml.Wordprocessing.DivBorder? DivBorder /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:comment. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -45939,7 +45939,7 @@ public DocumentFormat.OpenXml.Wordprocessing.DivBorder? DivBorder /// <w:sdt> /// <w:tbl> /// - /// + /// public partial class Comment : OpenXmlCompositeElement { /// @@ -45977,9 +45977,9 @@ public Comment(string outerXml) : base(outerXml) /// initials /// Represents the following attribute in the schema: w:initials /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Initials { get => GetAttribute(); @@ -45990,9 +45990,9 @@ public StringValue? Initials /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -46003,9 +46003,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -46016,9 +46016,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -46029,9 +46029,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -46156,7 +46156,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:footnote. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -46195,7 +46195,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Footnote : FootnoteEndnoteType { /// @@ -46350,7 +46350,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:endnote. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -46389,7 +46389,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Endnote : FootnoteEndnoteType { /// @@ -46544,7 +46544,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -46583,7 +46583,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public abstract partial class FootnoteEndnoteType : OpenXmlCompositeElement { /// @@ -46621,9 +46621,9 @@ protected FootnoteEndnoteType(string outerXml) : base(outerXml) /// Footnote/Endnote Type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -46634,9 +46634,9 @@ public EnumValue? T /// Footnote/Endnote ID /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public IntegerValue? Id { get => GetAttribute(); @@ -46709,9 +46709,9 @@ public Behavior() : base() /// Insertion Behavior Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -46751,9 +46751,9 @@ public DocPartType() : base() /// Type Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -46793,9 +46793,9 @@ public Gallery() : base() /// Gallery Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -46835,9 +46835,9 @@ public AutoCaption() : base() /// Identifier of Object to be Automatically Captioned /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -46848,9 +46848,9 @@ public StringValue? Name /// Caption Used for Automatic Captioning /// Represents the following attribute in the schema: w:caption /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Caption { get => GetAttribute(); @@ -46897,9 +46897,9 @@ public Caption() : base() /// Caption Type Name /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -46910,9 +46910,9 @@ public StringValue? Name /// Automatic Caption Placement /// Represents the following attribute in the schema: w:pos /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Position { get => GetAttribute>(); @@ -46923,9 +46923,9 @@ public EnumValue? P /// Include Chapter Number in Field for Caption /// Represents the following attribute in the schema: w:chapNum /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? ChapterNumber { get => GetAttribute(); @@ -46936,9 +46936,9 @@ public OnOffValue? ChapterNumber /// Style for Chapter Headings /// Represents the following attribute in the schema: w:heading /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Heading { get => GetAttribute(); @@ -46949,9 +46949,9 @@ public Int32Value? Heading /// Do Not Include Name In Caption /// Represents the following attribute in the schema: w:noLabel /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? NoLabel { get => GetAttribute(); @@ -46962,9 +46962,9 @@ public OnOffValue? NoLabel /// Caption Numbering Format /// Represents the following attribute in the schema: w:numFmt /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? NumberFormat { get => GetAttribute>(); @@ -46975,9 +46975,9 @@ public EnumValue? Numb /// Chapter Number/Item Index Separator /// Represents the following attribute in the schema: w:sep /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Separator { get => GetAttribute>(); @@ -47011,12 +47011,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:autoCaptions. /// - /// + /// /// The following table lists the possible child types: /// /// <w:autoCaption> /// - /// + /// public partial class AutoCaptions : OpenXmlCompositeElement { /// @@ -47070,12 +47070,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:background. /// - /// + /// /// The following table lists the possible child types: /// /// <v:background> /// - /// + /// public partial class DocumentBackground : OpenXmlCompositeElement { /// @@ -47113,9 +47113,9 @@ public DocumentBackground(string outerXml) : base(outerXml) /// color /// Represents the following attribute in the schema: w:color /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Color { get => GetAttribute(); @@ -47126,9 +47126,9 @@ public StringValue? Color /// themeColor /// Represents the following attribute in the schema: w:themeColor /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? ThemeColor { get => GetAttribute>(); @@ -47139,9 +47139,9 @@ public EnumValue? ThemeC /// themeTint /// Represents the following attribute in the schema: w:themeTint /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeTint { get => GetAttribute(); @@ -47152,9 +47152,9 @@ public StringValue? ThemeTint /// themeShade /// Represents the following attribute in the schema: w:themeShade /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ThemeShade { get => GetAttribute(); @@ -47194,9 +47194,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Background. /// Represents the following element tag in the schema: v:background. /// - /// + /// /// xmlns:v = urn:schemas-microsoft-com:vml - /// + /// public DocumentFormat.OpenXml.Vml.Background? Background { get => GetElement(); @@ -47212,12 +47212,12 @@ public DocumentFormat.OpenXml.Vml.Background? Background /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:docParts. /// - /// + /// /// The following table lists the possible child types: /// /// <w:docPart> /// - /// + /// public partial class DocParts : OpenXmlCompositeElement { /// @@ -47285,9 +47285,9 @@ public DocPartName() : base() /// Name Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -47298,9 +47298,9 @@ public StringValue? Val /// Built-In Entry /// Represents the following attribute in the schema: w:decorated /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Decorated { get => GetAttribute(); @@ -47329,13 +47329,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:category. /// - /// + /// /// The following table lists the possible child types: /// /// <w:gallery> /// <w:name> /// - /// + /// public partial class Category : OpenXmlCompositeElement { /// @@ -47386,9 +47386,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Category Associated With Entry. /// Represents the following element tag in the schema: w:name. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Name? Name { get => GetElement(); @@ -47399,9 +47399,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Name? Name /// Gallery Associated With Entry. /// Represents the following element tag in the schema: w:gallery. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Gallery? Gallery { get => GetElement(); @@ -47417,12 +47417,12 @@ public DocumentFormat.OpenXml.Wordprocessing.Gallery? Gallery /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:types. /// - /// + /// /// The following table lists the possible child types: /// /// <w:type> /// - /// + /// public partial class DocPartTypes : OpenXmlCompositeElement { /// @@ -47460,9 +47460,9 @@ public DocPartTypes(string outerXml) : base(outerXml) /// Entry Is Of All Types /// Represents the following attribute in the schema: w:all /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? All { get => GetAttribute(); @@ -47491,12 +47491,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:behaviors. /// - /// + /// /// The following table lists the possible child types: /// /// <w:behavior> /// - /// + /// public partial class Behaviors : OpenXmlCompositeElement { /// @@ -47563,9 +47563,9 @@ public DocPartId() : base() /// GUID Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -47593,7 +47593,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:docPartPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:behaviors> @@ -47604,7 +47604,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:style> /// <w:description> /// - /// + /// public partial class DocPartProperties : OpenXmlCompositeElement { /// @@ -47665,9 +47665,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Entry Name. /// Represents the following element tag in the schema: w:name. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartName? DocPartName { get => GetElement(); @@ -47678,9 +47678,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocPartName? DocPartName /// Associated Paragraph Style Name. /// Represents the following element tag in the schema: w:style. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StyleId? StyleId { get => GetElement(); @@ -47691,9 +47691,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StyleId? StyleId /// Entry Categorization. /// Represents the following element tag in the schema: w:category. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Category? Category { get => GetElement(); @@ -47704,9 +47704,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Category? Category /// Entry Types. /// Represents the following element tag in the schema: w:types. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartTypes? DocPartTypes { get => GetElement(); @@ -47717,9 +47717,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocPartTypes? DocPartTypes /// Entry Insertion Behaviors. /// Represents the following element tag in the schema: w:behaviors. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Behaviors? Behaviors { get => GetElement(); @@ -47730,9 +47730,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Behaviors? Behaviors /// Description for Entry. /// Represents the following element tag in the schema: w:description. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Description? Description { get => GetElement(); @@ -47743,9 +47743,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Description? Description /// Entry ID. /// Represents the following element tag in the schema: w:guid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartId? DocPartId { get => GetElement(); @@ -47761,7 +47761,7 @@ public DocumentFormat.OpenXml.Wordprocessing.DocPartId? DocPartId /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:docPartBody. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -47801,7 +47801,7 @@ public DocumentFormat.OpenXml.Wordprocessing.DocPartId? DocPartId /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class DocPartBody : BodyType { /// @@ -47955,7 +47955,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:body. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -47995,7 +47995,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public partial class Body : BodyType { /// @@ -48149,7 +48149,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <w:altChunk> @@ -48189,7 +48189,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w14:customXmlConflictInsRangeStart> /// <w14:customXmlConflictDelRangeStart> /// - /// + /// public abstract partial class BodyType : OpenXmlCompositeElement { /// @@ -48270,13 +48270,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:docPart. /// - /// + /// /// The following table lists the possible child types: /// /// <w:docPartBody> /// <w:docPartPr> /// - /// + /// public partial class DocPart : OpenXmlCompositeElement { /// @@ -48327,9 +48327,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Glossary Document Entry Properties. /// Represents the following element tag in the schema: w:docPartPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartProperties? DocPartProperties { get => GetElement(); @@ -48340,9 +48340,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocPartProperties? DocPartPropertie /// Contents of Glossary Document Entry. /// Represents the following element tag in the schema: w:docPartBody. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartBody? DocPartBody { get => GetElement(); @@ -48371,9 +48371,9 @@ public CompatibilitySetting() : base() /// name /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Name { get => GetAttribute>(); @@ -48384,9 +48384,9 @@ public EnumValue? /// uri /// Represents the following attribute in the schema: w:uri /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Uri { get => GetAttribute(); @@ -48397,9 +48397,9 @@ public StringValue? Uri /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -48496,9 +48496,9 @@ protected TableWidthDxaNilType() : base() /// w /// Represents the following attribute in the schema: w:w /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? Width { get => GetAttribute(); @@ -48509,9 +48509,9 @@ public Int16Value? Width /// type /// Represents the following attribute in the schema: w:type /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Type { get => GetAttribute>(); @@ -48539,7 +48539,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblPrEx. /// - /// + /// /// The following table lists the possible child types: /// /// <w:shd> @@ -48553,7 +48553,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:tblCellSpacing> /// <w:tblInd> /// - /// + /// public partial class TablePropertyExceptions : OpenXmlCompositeElement { /// @@ -48626,9 +48626,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Preferred Table Width Exception. /// Represents the following element tag in the schema: w:tblW. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableWidth? TableWidth { get => GetElement(); @@ -48639,9 +48639,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableWidth? TableWidth /// Table Alignment Exception. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustification { get => GetElement(); @@ -48652,9 +48652,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableJustification? TableJustificat /// Table Cell Spacing Exception. /// Represents the following element tag in the schema: w:tblCellSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing { get => GetElement(); @@ -48665,9 +48665,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellSpacing? TableCellSpacing /// Table Indent from Leading Margin Exception. /// Represents the following element tag in the schema: w:tblInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation { get => GetElement(); @@ -48678,9 +48678,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableIndentation? TableIndentation /// Table Borders Exceptions. /// Represents the following element tag in the schema: w:tblBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders { get => GetElement(); @@ -48691,9 +48691,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableBorders? TableBorders /// Table Shading Exception. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -48704,9 +48704,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// Table Layout Exception. /// Represents the following element tag in the schema: w:tblLayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableLayout? TableLayout { get => GetElement(); @@ -48717,9 +48717,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLayout? TableLayout /// Table Cell Margin Exceptions. /// Represents the following element tag in the schema: w:tblCellMar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMarginDefault { get => GetElement(); @@ -48730,9 +48730,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableCellMarginDefault? TableCellMa /// Table Style Conditional Formatting Settings Exception. /// Represents the following element tag in the schema: w:tblLook. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook { get => GetElement(); @@ -48743,9 +48743,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TableLook? TableLook /// Revision Information for Table-Level Property Exceptions. /// Represents the following element tag in the schema: w:tblPrExChange. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? TablePropertyExceptionsChange { get => GetElement(); @@ -48761,7 +48761,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? Tabl /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:trPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:cnfStyle> @@ -48782,7 +48782,7 @@ public DocumentFormat.OpenXml.Wordprocessing.TablePropertyExceptionsChange? Tabl /// <w14:conflictDel> /// <w:trPrChange> /// - /// + /// public partial class TableRowProperties : OpenXmlCompositeElement { /// @@ -48892,12 +48892,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:trPrChange. /// - /// + /// /// The following table lists the possible child types: /// /// <w:trPr> /// - /// + /// public partial class TableRowPropertiesChange : OpenXmlCompositeElement { /// @@ -48935,9 +48935,9 @@ public TableRowPropertiesChange(string outerXml) : base(outerXml) /// author /// Represents the following attribute in the schema: w:author /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Author { get => GetAttribute(); @@ -48948,9 +48948,9 @@ public StringValue? Author /// date /// Represents the following attribute in the schema: w:date /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? Date { get => GetAttribute(); @@ -48961,9 +48961,9 @@ public DateTimeValue? Date /// dateUtc, this property is only available in Microsoft365 and later. /// Represents the following attribute in the schema: w16du:dateUtc /// - /// + /// /// xmlns:w16du=http://schemas.microsoft.com/office/word/2023/wordml/word16du - /// + /// public DateTimeValue? DateUtc { get => GetAttribute(); @@ -48974,9 +48974,9 @@ public DateTimeValue? DateUtc /// Annotation Identifier /// Represents the following attribute in the schema: w:id /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Id { get => GetAttribute(); @@ -49022,9 +49022,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Previous Table Row Properties. /// Represents the following element tag in the schema: w:trPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? PreviousTableRowProperties { get => GetElement(); @@ -49040,7 +49040,7 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? Previou /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pPr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:cnfStyle> @@ -49080,7 +49080,7 @@ public DocumentFormat.OpenXml.Wordprocessing.PreviousTableRowProperties? Previou /// <w:textboxTightWrap> /// <w:textDirection> /// - /// + /// public partial class ParagraphProperties : OpenXmlCompositeElement { /// @@ -49229,9 +49229,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// ParagraphStyleId. /// Represents the following element tag in the schema: w:pStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? ParagraphStyleId { get => GetElement(); @@ -49242,9 +49242,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphStyleId? ParagraphStyleId /// KeepNext. /// Represents the following element tag in the schema: w:keepNext. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext { get => GetElement(); @@ -49255,9 +49255,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepNext? KeepNext /// KeepLines. /// Represents the following element tag in the schema: w:keepLines. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines { get => GetElement(); @@ -49268,9 +49268,9 @@ public DocumentFormat.OpenXml.Wordprocessing.KeepLines? KeepLines /// PageBreakBefore. /// Represents the following element tag in the schema: w:pageBreakBefore. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore { get => GetElement(); @@ -49281,9 +49281,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PageBreakBefore? PageBreakBefore /// FrameProperties. /// Represents the following element tag in the schema: w:framePr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties { get => GetElement(); @@ -49294,9 +49294,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FrameProperties? FrameProperties /// WidowControl. /// Represents the following element tag in the schema: w:widowControl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl { get => GetElement(); @@ -49307,9 +49307,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WidowControl? WidowControl /// NumberingProperties. /// Represents the following element tag in the schema: w:numPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingProperties { get => GetElement(); @@ -49320,9 +49320,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingProperties? NumberingPrope /// SuppressLineNumbers. /// Represents the following element tag in the schema: w:suppressLineNumbers. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNumbers { get => GetElement(); @@ -49333,9 +49333,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressLineNumbers? SuppressLineNu /// ParagraphBorders. /// Represents the following element tag in the schema: w:pBdr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders { get => GetElement(); @@ -49346,9 +49346,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphBorders? ParagraphBorders /// Shading. /// Represents the following element tag in the schema: w:shd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading { get => GetElement(); @@ -49359,9 +49359,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Shading? Shading /// Tabs. /// Represents the following element tag in the schema: w:tabs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs { get => GetElement(); @@ -49372,9 +49372,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Tabs? Tabs /// SuppressAutoHyphens. /// Represents the following element tag in the schema: w:suppressAutoHyphens. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHyphens { get => GetElement(); @@ -49385,9 +49385,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressAutoHyphens? SuppressAutoHy /// Kinsoku. /// Represents the following element tag in the schema: w:kinsoku. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku { get => GetElement(); @@ -49398,9 +49398,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Kinsoku? Kinsoku /// WordWrap. /// Represents the following element tag in the schema: w:wordWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap { get => GetElement(); @@ -49411,9 +49411,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WordWrap? WordWrap /// OverflowPunctuation. /// Represents the following element tag in the schema: w:overflowPunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctuation { get => GetElement(); @@ -49424,9 +49424,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OverflowPunctuation? OverflowPunctu /// TopLinePunctuation. /// Represents the following element tag in the schema: w:topLinePunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuation { get => GetElement(); @@ -49437,9 +49437,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TopLinePunctuation? TopLinePunctuat /// AutoSpaceDE. /// Represents the following element tag in the schema: w:autoSpaceDE. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE { get => GetElement(); @@ -49450,9 +49450,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDE? AutoSpaceDE /// AutoSpaceDN. /// Represents the following element tag in the schema: w:autoSpaceDN. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN { get => GetElement(); @@ -49463,9 +49463,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceDN? AutoSpaceDN /// BiDi. /// Represents the following element tag in the schema: w:bidi. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi { get => GetElement(); @@ -49476,9 +49476,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BiDi? BiDi /// AdjustRightIndent. /// Represents the following element tag in the schema: w:adjustRightInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightIndent { get => GetElement(); @@ -49489,9 +49489,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AdjustRightIndent? AdjustRightInden /// SnapToGrid. /// Represents the following element tag in the schema: w:snapToGrid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid { get => GetElement(); @@ -49502,9 +49502,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SnapToGrid? SnapToGrid /// SpacingBetweenLines. /// Represents the following element tag in the schema: w:spacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetweenLines { get => GetElement(); @@ -49515,9 +49515,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpacingBetweenLines? SpacingBetween /// Indentation. /// Represents the following element tag in the schema: w:ind. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation { get => GetElement(); @@ -49528,9 +49528,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Indentation? Indentation /// ContextualSpacing. /// Represents the following element tag in the schema: w:contextualSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacing { get => GetElement(); @@ -49541,9 +49541,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ContextualSpacing? ContextualSpacin /// MirrorIndents. /// Represents the following element tag in the schema: w:mirrorIndents. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents { get => GetElement(); @@ -49554,9 +49554,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MirrorIndents? MirrorIndents /// SuppressOverlap. /// Represents the following element tag in the schema: w:suppressOverlap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap { get => GetElement(); @@ -49567,9 +49567,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressOverlap? SuppressOverlap /// Justification. /// Represents the following element tag in the schema: w:jc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification { get => GetElement(); @@ -49580,9 +49580,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Justification? Justification /// TextDirection. /// Represents the following element tag in the schema: w:textDirection. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection { get => GetElement(); @@ -49593,9 +49593,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextDirection? TextDirection /// TextAlignment. /// Represents the following element tag in the schema: w:textAlignment. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment { get => GetElement(); @@ -49606,9 +49606,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextAlignment? TextAlignment /// TextBoxTightWrap. /// Represents the following element tag in the schema: w:textboxTightWrap. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap { get => GetElement(); @@ -49619,9 +49619,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrap? TextBoxTightWrap /// OutlineLevel. /// Represents the following element tag in the schema: w:outlineLvl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel { get => GetElement(); @@ -49632,9 +49632,9 @@ public DocumentFormat.OpenXml.Wordprocessing.OutlineLevel? OutlineLevel /// DivId. /// Represents the following element tag in the schema: w:divId. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DivId? DivId { get => GetElement(); @@ -49645,9 +49645,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DivId? DivId /// ConditionalFormatStyle. /// Represents the following element tag in the schema: w:cnfStyle. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? ConditionalFormatStyle { get => GetElement(); @@ -49658,9 +49658,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ConditionalFormatStyle? Conditional /// Run Properties for the Paragraph Mark. /// Represents the following element tag in the schema: w:rPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties? ParagraphMarkRunProperties { get => GetElement(); @@ -49671,9 +49671,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ParagraphMarkRunProperties? Paragra /// Section Properties. /// Represents the following element tag in the schema: w:sectPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SectionProperties? SectionProperties { get => GetElement(); @@ -49684,9 +49684,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SectionProperties? SectionPropertie /// ParagraphPropertiesChange. /// Represents the following element tag in the schema: w:pPrChange. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ParagraphPropertiesChange? ParagraphPropertiesChange { get => GetElement(); @@ -49715,9 +49715,9 @@ public Control() : base() /// Unique Name for Embedded Control /// Represents the following attribute in the schema: w:name /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Name { get => GetAttribute(); @@ -49728,9 +49728,9 @@ public StringValue? Name /// Associated VML Data Reference /// Represents the following attribute in the schema: w:shapeid /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ShapeId { get => GetAttribute(); @@ -49741,9 +49741,9 @@ public StringValue? ShapeId /// Embedded Control Properties Relationship Reference /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -49774,12 +49774,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:tblGrid. /// - /// + /// /// The following table lists the possible child types: /// /// <w:gridCol> /// - /// + /// public partial class PreviousTableGrid : OpenXmlCompositeElement { /// @@ -49846,9 +49846,9 @@ public ObjectEmbed() : base() /// drawAspect /// Represents the following attribute in the schema: w:drawAspect /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? drawAspect { get => GetAttribute>(); @@ -49859,9 +49859,9 @@ public EnumValue? drawAs /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -49872,9 +49872,9 @@ public StringValue? Id /// progId /// Represents the following attribute in the schema: w:progId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ProgId { get => GetAttribute(); @@ -49885,9 +49885,9 @@ public StringValue? ProgId /// shapeId /// Represents the following attribute in the schema: w:shapeId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ShapeId { get => GetAttribute(); @@ -49898,9 +49898,9 @@ public StringValue? ShapeId /// fieldCodes /// Represents the following attribute in the schema: w:fieldCodes /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? FieldCodes { get => GetAttribute(); @@ -49944,9 +49944,9 @@ public ObjectLink() : base() /// updateMode /// Represents the following attribute in the schema: w:updateMode /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? UpdateMode { get => GetAttribute>(); @@ -49957,9 +49957,9 @@ public EnumValue? Update /// lockedField /// Represents the following attribute in the schema: w:lockedField /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? LockedField { get => GetAttribute(); @@ -49970,9 +49970,9 @@ public OnOffValue? LockedField /// drawAspect /// Represents the following attribute in the schema: w:drawAspect /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? drawAspect { get => GetAttribute>(); @@ -49983,9 +49983,9 @@ public EnumValue? drawAs /// id /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -49996,9 +49996,9 @@ public StringValue? Id /// progId /// Represents the following attribute in the schema: w:progId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ProgId { get => GetAttribute(); @@ -50009,9 +50009,9 @@ public StringValue? ProgId /// shapeId /// Represents the following attribute in the schema: w:shapeId /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ShapeId { get => GetAttribute(); @@ -50022,9 +50022,9 @@ public StringValue? ShapeId /// fieldCodes /// Represents the following attribute in the schema: w:fieldCodes /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? FieldCodes { get => GetAttribute(); @@ -50073,9 +50073,9 @@ public Lock() : base() /// Locking Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -50099,12 +50099,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:placeholder. /// - /// + /// /// The following table lists the possible child types: /// /// <w:docPart> /// - /// + /// public partial class SdtPlaceholder : OpenXmlCompositeElement { /// @@ -50153,9 +50153,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Document Part Reference. /// Represents the following element tag in the schema: w:docPart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartReference? DocPartReference { get => GetElement(); @@ -50184,9 +50184,9 @@ public DataBinding() : base() /// XML Namespace Prefix Mappings /// Represents the following attribute in the schema: w:prefixMappings /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? PrefixMappings { get => GetAttribute(); @@ -50197,9 +50197,9 @@ public StringValue? PrefixMappings /// XPath /// Represents the following attribute in the schema: w:xpath /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? XPath { get => GetAttribute(); @@ -50210,9 +50210,9 @@ public StringValue? XPath /// Custom XML Data Storage ID /// Represents the following attribute in the schema: w:storeItemID /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? StoreItemId { get => GetAttribute(); @@ -50244,12 +50244,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:comboBox. /// - /// + /// /// The following table lists the possible child types: /// /// <w:listItem> /// - /// + /// public partial class SdtContentComboBox : OpenXmlCompositeElement { /// @@ -50287,9 +50287,9 @@ public SdtContentComboBox(string outerXml) : base(outerXml) /// Combo Box Last Saved Value /// Represents the following attribute in the schema: w:lastValue /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? LastValue { get => GetAttribute(); @@ -50318,7 +50318,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:date. /// - /// + /// /// The following table lists the possible child types: /// /// <w:calendar> @@ -50326,7 +50326,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:storeMappedDataAs> /// <w:dateFormat> /// - /// + /// public partial class SdtContentDate : OpenXmlCompositeElement { /// @@ -50364,9 +50364,9 @@ public SdtContentDate(string outerXml) : base(outerXml) /// Last Known Date in XML Schema DateTime Format /// Represents the following attribute in the schema: w:fullDate /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DateTimeValue? FullDate { get => GetAttribute(); @@ -50396,9 +50396,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Date Display Mask. /// Represents the following element tag in the schema: w:dateFormat. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DateFormat? DateFormat { get => GetElement(); @@ -50409,9 +50409,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DateFormat? DateFormat /// Date Picker Language ID. /// Represents the following element tag in the schema: w:lid. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LanguageId? LanguageId { get => GetElement(); @@ -50422,9 +50422,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LanguageId? LanguageId /// Custom XML Data Date Storage Format. /// Represents the following element tag in the schema: w:storeMappedDataAs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType? SdtDateMappingType { get => GetElement(); @@ -50435,9 +50435,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SdtDateMappingType? SdtDateMappingT /// Date Picker Calendar Type. /// Represents the following element tag in the schema: w:calendar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Calendar? Calendar { get => GetElement(); @@ -50453,14 +50453,14 @@ public DocumentFormat.OpenXml.Wordprocessing.Calendar? Calendar /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:docPartObj. /// - /// + /// /// The following table lists the possible child types: /// /// <w:docPartUnique> /// <w:docPartGallery> /// <w:docPartCategory> /// - /// + /// public partial class SdtContentDocPartObject : SdtDocPartType { /// @@ -50515,14 +50515,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:docPartList. /// - /// + /// /// The following table lists the possible child types: /// /// <w:docPartUnique> /// <w:docPartGallery> /// <w:docPartCategory> /// - /// + /// public partial class SdtContentDocPartList : SdtDocPartType { /// @@ -50577,14 +50577,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <w:docPartUnique> /// <w:docPartGallery> /// <w:docPartCategory> /// - /// + /// public abstract partial class SdtDocPartType : OpenXmlCompositeElement { /// @@ -50630,9 +50630,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Document Part Gallery Filter. /// Represents the following element tag in the schema: w:docPartGallery. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartGallery? DocPartGallery { get => GetElement(); @@ -50643,9 +50643,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocPartGallery? DocPartGallery /// Document Part Category Filter. /// Represents the following element tag in the schema: w:docPartCategory. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartCategory? DocPartCategory { get => GetElement(); @@ -50656,9 +50656,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DocPartCategory? DocPartCategory /// Built-In Document Part. /// Represents the following element tag in the schema: w:docPartUnique. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DocPartUnique? DocPartUnique { get => GetElement(); @@ -50671,12 +50671,12 @@ public DocumentFormat.OpenXml.Wordprocessing.DocPartUnique? DocPartUnique /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:dropDownList. /// - /// + /// /// The following table lists the possible child types: /// /// <w:listItem> /// - /// + /// public partial class SdtContentDropDownList : OpenXmlCompositeElement { /// @@ -50714,9 +50714,9 @@ public SdtContentDropDownList(string outerXml) : base(outerXml) /// Drop-down List Last Saved Value /// Represents the following attribute in the schema: w:lastValue /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? LastValue { get => GetAttribute(); @@ -50758,9 +50758,9 @@ public SdtContentText() : base() /// Allow Soft Line Breaks /// Represents the following attribute in the schema: w:multiLine /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? MultiLine { get => GetAttribute(); @@ -50797,9 +50797,9 @@ public WriteProtection() : base() /// Recommend Write Protection in User Interface /// Represents the following attribute in the schema: w:recommended /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Recommended { get => GetAttribute(); @@ -50810,9 +50810,9 @@ public OnOffValue? Recommended /// Cryptographic Provider Type /// Represents the following attribute in the schema: w:cryptProviderType /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? CryptographicProviderType { get => GetAttribute>(); @@ -50823,9 +50823,9 @@ public EnumValue? Cry /// Cryptographic Algorithm Class /// Represents the following attribute in the schema: w:cryptAlgorithmClass /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? CryptographicAlgorithmClass { get => GetAttribute>(); @@ -50836,9 +50836,9 @@ public EnumValueCryptographic Algorithm Type /// Represents the following attribute in the schema: w:cryptAlgorithmType /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? CryptographicAlgorithmType { get => GetAttribute>(); @@ -50849,9 +50849,9 @@ public EnumValue? Cr /// Cryptographic Hashing Algorithm /// Represents the following attribute in the schema: w:cryptAlgorithmSid /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? CryptographicAlgorithmSid { get => GetAttribute(); @@ -50862,9 +50862,9 @@ public Int32Value? CryptographicAlgorithmSid /// Iterations to Run Hashing Algorithm /// Represents the following attribute in the schema: w:cryptSpinCount /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? CryptographicSpinCount { get => GetAttribute(); @@ -50875,9 +50875,9 @@ public UInt32Value? CryptographicSpinCount /// Cryptographic Provider /// Represents the following attribute in the schema: w:cryptProvider /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? CryptographicProvider { get => GetAttribute(); @@ -50888,9 +50888,9 @@ public StringValue? CryptographicProvider /// Cryptographic Algorithm Extensibility /// Represents the following attribute in the schema: w:algIdExt /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? AlgorithmIdExtensibility { get => GetAttribute(); @@ -50901,9 +50901,9 @@ public HexBinaryValue? AlgorithmIdExtensibility /// Algorithm Extensibility Source /// Represents the following attribute in the schema: w:algIdExtSource /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? AlgorithmIdExtensibilitySource { get => GetAttribute(); @@ -50914,9 +50914,9 @@ public StringValue? AlgorithmIdExtensibilitySource /// Cryptographic Provider Type Extensibility /// Represents the following attribute in the schema: w:cryptProviderTypeExt /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? CryptographicProviderTypeExtensibility { get => GetAttribute(); @@ -50927,9 +50927,9 @@ public HexBinaryValue? CryptographicProviderTypeExtensibility /// Provider Type Extensibility Source /// Represents the following attribute in the schema: w:cryptProviderTypeExtSource /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? CryptographicProviderTypeExtSource { get => GetAttribute(); @@ -50940,9 +50940,9 @@ public StringValue? CryptographicProviderTypeExtSource /// Password Hash /// Represents the following attribute in the schema: w:hash /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? Hash { get => GetAttribute(); @@ -50953,9 +50953,9 @@ public Base64BinaryValue? Hash /// Salt for Password Verifier /// Represents the following attribute in the schema: w:salt /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? Salt { get => GetAttribute(); @@ -50966,9 +50966,9 @@ public Base64BinaryValue? Salt /// algorithmName, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:algorithmName /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? AlgorithmName { get => GetAttribute(); @@ -50979,9 +50979,9 @@ public StringValue? AlgorithmName /// hashValue, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:hashValue /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? HashValue { get => GetAttribute(); @@ -50992,9 +50992,9 @@ public Base64BinaryValue? HashValue /// saltValue, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:saltValue /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? SaltValue { get => GetAttribute(); @@ -51005,9 +51005,9 @@ public Base64BinaryValue? SaltValue /// spinCount, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:spinCount /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? SpinCount { get => GetAttribute(); @@ -51081,9 +51081,9 @@ public View() : base() /// Document View Setting Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -51123,9 +51123,9 @@ public Zoom() : base() /// Zoom Type /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -51136,9 +51136,9 @@ public EnumValue? Val /// Zoom Percentage /// Represents the following attribute in the schema: w:percent /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Percent { get => GetAttribute(); @@ -51189,9 +51189,9 @@ public ActiveWritingStyle() : base() /// Writing Style Language /// Represents the following attribute in the schema: w:lang /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Language { get => GetAttribute(); @@ -51202,9 +51202,9 @@ public StringValue? Language /// Grammatical Engine ID /// Represents the following attribute in the schema: w:vendorID /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt16Value? VendorID { get => GetAttribute(); @@ -51215,9 +51215,9 @@ public UInt16Value? VendorID /// Grammatical Check Engine Version /// Represents the following attribute in the schema: w:dllVersion /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? DllVersion { get => GetAttribute(); @@ -51228,9 +51228,9 @@ public Int32Value? DllVersion /// Natural Language Grammar Check /// Represents the following attribute in the schema: w:nlCheck /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? NaturalLanguageGrammarCheck { get => GetAttribute(); @@ -51241,9 +51241,9 @@ public OnOffValue? NaturalLanguageGrammarCheck /// Check Stylistic Rules With Grammar /// Represents the following attribute in the schema: w:checkStyle /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? CheckStyle { get => GetAttribute(); @@ -51254,9 +51254,9 @@ public OnOffValue? CheckStyle /// Application Name /// Represents the following attribute in the schema: w:appName /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? ApplicationName { get => GetAttribute(); @@ -51315,9 +51315,9 @@ public ProofState() : base() /// Spell Checking State /// Represents the following attribute in the schema: w:spelling /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Spelling { get => GetAttribute>(); @@ -51328,9 +51328,9 @@ public EnumValue? Spe /// Grammatical Checking State /// Represents the following attribute in the schema: w:grammar /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Grammar { get => GetAttribute>(); @@ -51368,9 +51368,9 @@ public StylePaneFormatFilter() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? Val { get => GetAttribute(); @@ -51381,9 +51381,9 @@ public HexBinaryValue? Val /// allStyles, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:allStyles /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? AllStyles { get => GetAttribute(); @@ -51394,9 +51394,9 @@ public OnOffValue? AllStyles /// customStyles, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:customStyles /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? CustomStyles { get => GetAttribute(); @@ -51407,9 +51407,9 @@ public OnOffValue? CustomStyles /// latentStyles, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:latentStyles /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? LatentStyles { get => GetAttribute(); @@ -51420,9 +51420,9 @@ public OnOffValue? LatentStyles /// stylesInUse, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:stylesInUse /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? StylesInUse { get => GetAttribute(); @@ -51433,9 +51433,9 @@ public OnOffValue? StylesInUse /// headingStyles, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:headingStyles /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? HeadingStyles { get => GetAttribute(); @@ -51446,9 +51446,9 @@ public OnOffValue? HeadingStyles /// numberingStyles, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:numberingStyles /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? NumberingStyles { get => GetAttribute(); @@ -51459,9 +51459,9 @@ public OnOffValue? NumberingStyles /// tableStyles, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:tableStyles /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? TableStyles { get => GetAttribute(); @@ -51472,9 +51472,9 @@ public OnOffValue? TableStyles /// directFormattingOnRuns, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:directFormattingOnRuns /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DirectFormattingOnRuns { get => GetAttribute(); @@ -51485,9 +51485,9 @@ public OnOffValue? DirectFormattingOnRuns /// directFormattingOnParagraphs, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:directFormattingOnParagraphs /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DirectFormattingOnParagraphs { get => GetAttribute(); @@ -51498,9 +51498,9 @@ public OnOffValue? DirectFormattingOnParagraphs /// directFormattingOnNumbering, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:directFormattingOnNumbering /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DirectFormattingOnNumbering { get => GetAttribute(); @@ -51511,9 +51511,9 @@ public OnOffValue? DirectFormattingOnNumbering /// directFormattingOnTables, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:directFormattingOnTables /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DirectFormattingOnTables { get => GetAttribute(); @@ -51524,9 +51524,9 @@ public OnOffValue? DirectFormattingOnTables /// clearFormatting, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:clearFormatting /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? ClearFormatting { get => GetAttribute(); @@ -51537,9 +51537,9 @@ public OnOffValue? ClearFormatting /// top3HeadingStyles, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:top3HeadingStyles /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Top3HeadingStyles { get => GetAttribute(); @@ -51550,9 +51550,9 @@ public OnOffValue? Top3HeadingStyles /// visibleStyles, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:visibleStyles /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? VisibleStyles { get => GetAttribute(); @@ -51563,9 +51563,9 @@ public OnOffValue? VisibleStyles /// alternateStyleNames, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:alternateStyleNames /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? AlternateStyleNames { get => GetAttribute(); @@ -51666,9 +51666,9 @@ public StylePaneSortMethods() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -51710,9 +51710,9 @@ public DocumentType() : base() /// Document Classification Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -51739,7 +51739,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:mailMerge. /// - /// + /// /// The following table lists the possible child types: /// /// <w:activeRecord> @@ -51759,7 +51759,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:addressFieldName> /// <w:mailSubject> /// - /// + /// public partial class MailMerge : OpenXmlCompositeElement { /// @@ -51838,9 +51838,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Source Document Type. /// Represents the following element tag in the schema: w:mainDocumentType. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MainDocumentType? MainDocumentType { get => GetElement(); @@ -51851,9 +51851,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MainDocumentType? MainDocumentType /// Query Contains Link to External Query File. /// Represents the following element tag in the schema: w:linkToQuery. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LinkToQuery? LinkToQuery { get => GetElement(); @@ -51864,9 +51864,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LinkToQuery? LinkToQuery /// Data Source Type. /// Represents the following element tag in the schema: w:dataType. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DataType? DataType { get => GetElement(); @@ -51877,9 +51877,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DataType? DataType /// Data Source Connection String. /// Represents the following element tag in the schema: w:connectString. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ConnectString? ConnectString { get => GetElement(); @@ -51890,9 +51890,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ConnectString? ConnectString /// Query For Data Source Records To Merge. /// Represents the following element tag in the schema: w:query. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Query? Query { get => GetElement(); @@ -51903,9 +51903,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Query? Query /// Data Source File Path. /// Represents the following element tag in the schema: w:dataSource. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DataSourceReference? DataSourceReference { get => GetElement(); @@ -51916,9 +51916,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DataSourceReference? DataSourceRefe /// Header Definition File Path. /// Represents the following element tag in the schema: w:headerSource. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.HeaderSource? HeaderSource { get => GetElement(); @@ -51929,9 +51929,9 @@ public DocumentFormat.OpenXml.Wordprocessing.HeaderSource? HeaderSource /// Remove Blank Lines from Merged Documents. /// Represents the following element tag in the schema: w:doNotSuppressBlankLines. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines? DoNotSuppressBlankLines { get => GetElement(); @@ -51942,9 +51942,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressBlankLines? DoNotSuppr /// Merged Document Destination. /// Represents the following element tag in the schema: w:destination. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Destination? Destination { get => GetElement(); @@ -51955,9 +51955,9 @@ public DocumentFormat.OpenXml.Wordprocessing.Destination? Destination /// Column Containing E-mail Address. /// Represents the following element tag in the schema: w:addressFieldName. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AddressFieldName? AddressFieldName { get => GetElement(); @@ -51968,9 +51968,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AddressFieldName? AddressFieldName /// Merged E-mail or Fax Subject Line. /// Represents the following element tag in the schema: w:mailSubject. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MailSubject? MailSubject { get => GetElement(); @@ -51981,9 +51981,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MailSubject? MailSubject /// Merged Document To E-Mail Attachment. /// Represents the following element tag in the schema: w:mailAsAttachment. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment? MailAsAttachment { get => GetElement(); @@ -51994,9 +51994,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MailAsAttachment? MailAsAttachment /// View Merged Data Within Document. /// Represents the following element tag in the schema: w:viewMergedData. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ViewMergedData? ViewMergedData { get => GetElement(); @@ -52007,9 +52007,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ViewMergedData? ViewMergedData /// Record Currently Displayed In Merged Document. /// Represents the following element tag in the schema: w:activeRecord. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ActiveRecord? ActiveRecord { get => GetElement(); @@ -52020,9 +52020,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ActiveRecord? ActiveRecord /// Mail Merge Error Reporting Setting. /// Represents the following element tag in the schema: w:checkErrors. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.CheckErrors? CheckErrors { get => GetElement(); @@ -52033,9 +52033,9 @@ public DocumentFormat.OpenXml.Wordprocessing.CheckErrors? CheckErrors /// Office Data Source Object Settings. /// Represents the following element tag in the schema: w:odso. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DataSourceObject? DataSourceObject { get => GetElement(); @@ -52064,9 +52064,9 @@ public RevisionView() : base() /// Display Visual Indicator Of Markup Area /// Represents the following attribute in the schema: w:markup /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Markup { get => GetAttribute(); @@ -52077,9 +52077,9 @@ public OnOffValue? Markup /// Display Comments /// Represents the following attribute in the schema: w:comments /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Comments { get => GetAttribute(); @@ -52090,9 +52090,9 @@ public OnOffValue? Comments /// Display Content Revisions /// Represents the following attribute in the schema: w:insDel /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? DisplayRevision { get => GetAttribute(); @@ -52103,9 +52103,9 @@ public OnOffValue? DisplayRevision /// Display Formatting Revisions /// Represents the following attribute in the schema: w:formatting /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Formatting { get => GetAttribute(); @@ -52116,9 +52116,9 @@ public OnOffValue? Formatting /// Display Ink Annotations /// Represents the following attribute in the schema: w:inkAnnotations /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? InkAnnotations { get => GetAttribute(); @@ -52159,9 +52159,9 @@ public DocumentProtection() : base() /// Document Editing Restrictions /// Represents the following attribute in the schema: w:edit /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Edit { get => GetAttribute>(); @@ -52172,9 +52172,9 @@ public EnumValue /// Only Allow Formatting With Unlocked Styles /// Represents the following attribute in the schema: w:formatting /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Formatting { get => GetAttribute(); @@ -52185,9 +52185,9 @@ public OnOffValue? Formatting /// Enforce Document Protection Settings /// Represents the following attribute in the schema: w:enforcement /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Enforcement { get => GetAttribute(); @@ -52198,9 +52198,9 @@ public OnOffValue? Enforcement /// Cryptographic Provider Type /// Represents the following attribute in the schema: w:cryptProviderType /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? CryptographicProviderType { get => GetAttribute>(); @@ -52211,9 +52211,9 @@ public EnumValue? Cry /// Cryptographic Algorithm Class /// Represents the following attribute in the schema: w:cryptAlgorithmClass /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? CryptographicAlgorithmClass { get => GetAttribute>(); @@ -52224,9 +52224,9 @@ public EnumValueCryptographic Algorithm Type /// Represents the following attribute in the schema: w:cryptAlgorithmType /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? CryptographicAlgorithmType { get => GetAttribute>(); @@ -52237,9 +52237,9 @@ public EnumValue? Cr /// Cryptographic Hashing Algorithm /// Represents the following attribute in the schema: w:cryptAlgorithmSid /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? CryptographicAlgorithmSid { get => GetAttribute(); @@ -52250,9 +52250,9 @@ public Int32Value? CryptographicAlgorithmSid /// Iterations to Run Hashing Algorithm /// Represents the following attribute in the schema: w:cryptSpinCount /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? CryptographicSpinCount { get => GetAttribute(); @@ -52263,9 +52263,9 @@ public UInt32Value? CryptographicSpinCount /// Cryptographic Provider /// Represents the following attribute in the schema: w:cryptProvider /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? CryptographicProvider { get => GetAttribute(); @@ -52276,9 +52276,9 @@ public StringValue? CryptographicProvider /// Cryptographic Algorithm Extensibility /// Represents the following attribute in the schema: w:algIdExt /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? AlgorithmIdExtensibility { get => GetAttribute(); @@ -52289,9 +52289,9 @@ public HexBinaryValue? AlgorithmIdExtensibility /// Algorithm Extensibility Source /// Represents the following attribute in the schema: w:algIdExtSource /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? AlgorithmIdExtensibilitySource { get => GetAttribute(); @@ -52302,9 +52302,9 @@ public StringValue? AlgorithmIdExtensibilitySource /// Cryptographic Provider Type Extensibility /// Represents the following attribute in the schema: w:cryptProviderTypeExt /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? CryptographicProviderTypeExtensibility { get => GetAttribute(); @@ -52315,9 +52315,9 @@ public HexBinaryValue? CryptographicProviderTypeExtensibility /// Provider Type Extensibility Source /// Represents the following attribute in the schema: w:cryptProviderTypeExtSource /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? CryptographicProviderTypeExtSource { get => GetAttribute(); @@ -52328,9 +52328,9 @@ public StringValue? CryptographicProviderTypeExtSource /// Password Hash /// Represents the following attribute in the schema: w:hash /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? Hash { get => GetAttribute(); @@ -52341,9 +52341,9 @@ public Base64BinaryValue? Hash /// Salt for Password Verifier /// Represents the following attribute in the schema: w:salt /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? Salt { get => GetAttribute(); @@ -52354,9 +52354,9 @@ public Base64BinaryValue? Salt /// algorithmName, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:algorithmName /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? AlgorithmName { get => GetAttribute(); @@ -52367,9 +52367,9 @@ public StringValue? AlgorithmName /// hashValue, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:hashValue /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? HashValue { get => GetAttribute(); @@ -52380,9 +52380,9 @@ public Base64BinaryValue? HashValue /// saltValue, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:saltValue /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Base64BinaryValue? SaltValue { get => GetAttribute(); @@ -52393,9 +52393,9 @@ public Base64BinaryValue? SaltValue /// spinCount, this property is only available in Office 2010 and later. /// Represents the following attribute in the schema: w:spinCount /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? SpinCount { get => GetAttribute(); @@ -52520,9 +52520,9 @@ protected NonNegativeShortType() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int16Value? Val { get => GetAttribute(); @@ -52559,9 +52559,9 @@ public ConsecutiveHyphenLimit() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt16Value? Val { get => GetAttribute(); @@ -52601,9 +52601,9 @@ public SummaryLength() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -52692,9 +52692,9 @@ protected UnsignedInt7Type() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? Val { get => GetAttribute(); @@ -52731,9 +52731,9 @@ public CharacterSpacingControl() : base() /// Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -52773,9 +52773,9 @@ public NoLineBreaksAfterKinsoku() : base() /// lang /// Represents the following attribute in the schema: w:lang /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Language { get => GetAttribute(); @@ -52786,9 +52786,9 @@ public StringValue? Language /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -52834,9 +52834,9 @@ public NoLineBreaksBeforeKinsoku() : base() /// lang /// Represents the following attribute in the schema: w:lang /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Language { get => GetAttribute(); @@ -52847,9 +52847,9 @@ public StringValue? Language /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -52895,9 +52895,9 @@ public SaveThroughXslt() : base() /// XSL Transformation Location /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -52908,9 +52908,9 @@ public StringValue? Id /// Local Identifier for XSL Transform /// Represents the following attribute in the schema: w:solutionID /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? SolutionId { get => GetAttribute(); @@ -52936,13 +52936,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:hdrShapeDefaults. /// - /// + /// /// The following table lists the possible child types: /// /// <o:shapedefaults> /// <o:shapelayout> /// - /// + /// public partial class HeaderShapeDefaults : ShapeDefaultsType { /// @@ -52996,13 +52996,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:shapeDefaults. /// - /// + /// /// The following table lists the possible child types: /// /// <o:shapedefaults> /// <o:shapelayout> /// - /// + /// public partial class ShapeDefaults : ShapeDefaultsType { /// @@ -53056,13 +53056,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is :. /// - /// + /// /// The following table lists the possible child types: /// /// <o:shapedefaults> /// <o:shapelayout> /// - /// + /// public abstract partial class ShapeDefaultsType : OpenXmlCompositeElement { /// @@ -53109,7 +53109,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:footnotePr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:numStart> @@ -53118,7 +53118,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <w:numFmt> /// <w:numRestart> /// - /// + /// public partial class FootnoteDocumentWideProperties : OpenXmlCompositeElement { /// @@ -53187,9 +53187,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Footnote Placement. /// Represents the following element tag in the schema: w:pos. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? FootnotePosition { get => GetElement(); @@ -53200,9 +53200,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FootnotePosition? FootnotePosition /// Footnote Numbering Format. /// Represents the following element tag in the schema: w:numFmt. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat { get => GetElement(); @@ -53213,9 +53213,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat /// Footnote and Endnote Numbering Starting Value. /// Represents the following element tag in the schema: w:numStart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingStart? NumberingStart { get => GetElement(); @@ -53226,9 +53226,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingStart? NumberingStart /// Footnote and Endnote Numbering Restart Location. /// Represents the following element tag in the schema: w:numRestart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart { get => GetElement(); @@ -53244,7 +53244,7 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:endnotePr. /// - /// + /// /// The following table lists the possible child types: /// /// <w:pos> @@ -53253,7 +53253,7 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart /// <w:numFmt> /// <w:numRestart> /// - /// + /// public partial class EndnoteDocumentWideProperties : OpenXmlCompositeElement { /// @@ -53322,9 +53322,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Endnote Placement. /// Represents the following element tag in the schema: w:pos. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? EndnotePosition { get => GetElement(); @@ -53335,9 +53335,9 @@ public DocumentFormat.OpenXml.Wordprocessing.EndnotePosition? EndnotePosition /// Endnote Numbering Format. /// Represents the following element tag in the schema: w:numFmt. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat { get => GetElement(); @@ -53348,9 +53348,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingFormat? NumberingFormat /// Footnote and Endnote Numbering Starting Value. /// Represents the following element tag in the schema: w:numStart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingStart? NumberingStart { get => GetElement(); @@ -53361,9 +53361,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingStart? NumberingStart /// Footnote and Endnote Numbering Restart Location. /// Represents the following element tag in the schema: w:numRestart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart { get => GetElement(); @@ -53379,7 +53379,7 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:compat. /// - /// + /// /// The following table lists the possible child types: /// /// <w:compatSetting> @@ -53449,7 +53449,7 @@ public DocumentFormat.OpenXml.Wordprocessing.NumberingRestart? NumberingRestart /// <w:useAnsiKerningPairs> /// <w:cachedColBalance> /// - /// + /// public partial class Compatibility : OpenXmlCompositeElement { /// @@ -53628,9 +53628,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Use Simplified Rules For Table Border Conflicts. /// Represents the following element tag in the schema: w:useSingleBorderforContiguousCells. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells? UseSingleBorderForContiguousCells { get => GetElement(); @@ -53641,9 +53641,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UseSingleBorderForContiguousCells? /// Emulate WordPerfect 6.x Paragraph Justification. /// Represents the following element tag in the schema: w:wpJustification. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification? WordPerfectJustification { get => GetElement(); @@ -53654,9 +53654,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WordPerfectJustification? WordPerfe /// Do Not Create Custom Tab Stop for Hanging Indent. /// Represents the following element tag in the schema: w:noTabHangInd. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent? NoTabHangIndent { get => GetElement(); @@ -53667,9 +53667,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoTabHangIndent? NoTabHangIndent /// Do Not Add Leading Between Lines of Text. /// Represents the following element tag in the schema: w:noLeading. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoLeading? NoLeading { get => GetElement(); @@ -53680,9 +53680,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoLeading? NoLeading /// Add Additional Space Below Baseline For Underlined East Asian Text. /// Represents the following element tag in the schema: w:spaceForUL. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline? SpaceForUnderline { get => GetElement(); @@ -53693,9 +53693,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpaceForUnderline? SpaceForUnderlin /// Do Not Balance Text Columns within a Section. /// Represents the following element tag in the schema: w:noColumnBalance. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance? NoColumnBalance { get => GetElement(); @@ -53706,9 +53706,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoColumnBalance? NoColumnBalance /// Balance Single Byte and Double Byte Characters. /// Represents the following element tag in the schema: w:balanceSingleByteDoubleByteWidth. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth? BalanceSingleByteDoubleByteWidth { get => GetElement(); @@ -53719,9 +53719,9 @@ public DocumentFormat.OpenXml.Wordprocessing.BalanceSingleByteDoubleByteWidth? B /// Do Not Center Content on Lines With Exact Line Height. /// Represents the following element tag in the schema: w:noExtraLineSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing? NoExtraLineSpacing { get => GetElement(); @@ -53732,9 +53732,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoExtraLineSpacing? NoExtraLineSpac /// Convert Backslash To Yen Sign When Entered. /// Represents the following element tag in the schema: w:doNotLeaveBackslashAlone. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone? DoNotLeaveBackslashAlone { get => GetElement(); @@ -53745,9 +53745,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotLeaveBackslashAlone? DoNotLeav /// Underline All Trailing Spaces. /// Represents the following element tag in the schema: w:ulTrailSpace. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces? UnderlineTrailingSpaces { get => GetElement(); @@ -53758,9 +53758,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UnderlineTrailingSpaces? UnderlineT /// Don't Justify Lines Ending in Soft Line Break. /// Represents the following element tag in the schema: w:doNotExpandShiftReturn. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn? DoNotExpandShiftReturn { get => GetElement(); @@ -53771,9 +53771,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotExpandShiftReturn? DoNotExpand /// Only Expand/Condense Text By Whole Points. /// Represents the following element tag in the schema: w:spacingInWholePoints. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints? SpacingInWholePoints { get => GetElement(); @@ -53784,9 +53784,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SpacingInWholePoints? SpacingInWhol /// Emulate Word 6.0 Line Wrapping for East Asian Text. /// Represents the following element tag in the schema: w:lineWrapLikeWord6. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6? LineWrapLikeWord6 { get => GetElement(); @@ -53797,9 +53797,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LineWrapLikeWord6? LineWrapLikeWord /// Print Body Text before Header/Footer Contents. /// Represents the following element tag in the schema: w:printBodyTextBeforeHeader. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader? PrintBodyTextBeforeHeader { get => GetElement(); @@ -53810,9 +53810,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PrintBodyTextBeforeHeader? PrintBod /// Print Colors as Black And White without Dithering. /// Represents the following element tag in the schema: w:printColBlack. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite? PrintColorBlackWhite { get => GetElement(); @@ -53823,9 +53823,9 @@ public DocumentFormat.OpenXml.Wordprocessing.PrintColorBlackWhite? PrintColorBla /// Space width. /// Represents the following element tag in the schema: w:wpSpaceWidth. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth? WordPerfectSpaceWidth { get => GetElement(); @@ -53836,9 +53836,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WordPerfectSpaceWidth? WordPerfectS /// Display Page/Column Breaks Present in Frames. /// Represents the following element tag in the schema: w:showBreaksInFrames. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames? ShowBreaksInFrames { get => GetElement(); @@ -53849,9 +53849,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ShowBreaksInFrames? ShowBreaksInFra /// Increase Priority Of Font Size During Font Substitution. /// Represents the following element tag in the schema: w:subFontBySize. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SubFontBySize? SubFontBySize { get => GetElement(); @@ -53862,9 +53862,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SubFontBySize? SubFontBySize /// Ignore Exact Line Height for Last Line on Page. /// Represents the following element tag in the schema: w:suppressBottomSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing? SuppressBottomSpacing { get => GetElement(); @@ -53875,9 +53875,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressBottomSpacing? SuppressBott /// Ignore Minimum and Exact Line Height for First Line on Page. /// Represents the following element tag in the schema: w:suppressTopSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing? SuppressTopSpacing { get => GetElement(); @@ -53888,9 +53888,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacing? SuppressTopSpac /// Ignore Minimum Line Height for First Line on Page. /// Represents the following element tag in the schema: w:suppressSpacingAtTopOfPage. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage? SuppressSpacingAtTopOfPage { get => GetElement(); @@ -53901,9 +53901,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingAtTopOfPage? Suppres /// Emulate WordPerfect 5.x Line Spacing. /// Represents the following element tag in the schema: w:suppressTopSpacingWP. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect? SuppressTopSpacingWordPerfect { get => GetElement(); @@ -53914,9 +53914,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressTopSpacingWordPerfect? Supp /// Do Not Use Space Before On First Line After a Page Break. /// Represents the following element tag in the schema: w:suppressSpBfAfterPgBrk. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak? SuppressSpacingBeforeAfterPageBreak { get => GetElement(); @@ -53927,9 +53927,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SuppressSpacingBeforeAfterPageBreak /// Swap Paragraph Borders on Odd Numbered Pages. /// Represents the following element tag in the schema: w:swapBordersFacingPages. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages? SwapBordersFacingPages { get => GetElement(); @@ -53940,9 +53940,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SwapBordersFacingPages? SwapBorders /// Treat Backslash Quotation Delimiter as Two Quotation Marks. /// Represents the following element tag in the schema: w:convMailMergeEsc. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape? ConvertMailMergeEscape { get => GetElement(); @@ -53953,9 +53953,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ConvertMailMergeEscape? ConvertMail /// Emulate WordPerfect 6.x Font Height Calculation. /// Represents the following element tag in the schema: w:truncateFontHeightsLikeWP6. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect? TruncateFontHeightsLikeWordPerfect { get => GetElement(); @@ -53966,9 +53966,9 @@ public DocumentFormat.OpenXml.Wordprocessing.TruncateFontHeightsLikeWordPerfect? /// Emulate Word 5.x for the Macintosh Small Caps Formatting. /// Represents the following element tag in the schema: w:mwSmallCaps. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps? MacWordSmallCaps { get => GetElement(); @@ -53979,9 +53979,9 @@ public DocumentFormat.OpenXml.Wordprocessing.MacWordSmallCaps? MacWordSmallCaps /// Use Printer Metrics To Display Documents. /// Represents the following element tag in the schema: w:usePrinterMetrics. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics? UsePrinterMetrics { get => GetElement(); @@ -53992,9 +53992,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UsePrinterMetrics? UsePrinterMetric /// Do Not Suppress Paragraph Borders Next To Frames. /// Represents the following element tag in the schema: w:doNotSuppressParagraphBorders. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders? DoNotSuppressParagraphBorders { get => GetElement(); @@ -54005,9 +54005,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressParagraphBorders? DoNo /// Line Wrap Trailing Spaces. /// Represents the following element tag in the schema: w:wrapTrailSpaces. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces? WrapTrailSpaces { get => GetElement(); @@ -54018,9 +54018,9 @@ public DocumentFormat.OpenXml.Wordprocessing.WrapTrailSpaces? WrapTrailSpaces /// Emulate Word 6.x/95/97 Footnote Placement. /// Represents the following element tag in the schema: w:footnoteLayoutLikeWW8. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8? FootnoteLayoutLikeWord8 { get => GetElement(); @@ -54031,9 +54031,9 @@ public DocumentFormat.OpenXml.Wordprocessing.FootnoteLayoutLikeWord8? FootnoteLa /// Emulate Word 97 Text Wrapping Around Floating Objects. /// Represents the following element tag in the schema: w:shapeLayoutLikeWW8. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8? ShapeLayoutLikeWord8 { get => GetElement(); @@ -54044,9 +54044,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ShapeLayoutLikeWord8? ShapeLayoutLi /// Align Table Rows Independently. /// Represents the following element tag in the schema: w:alignTablesRowByRow. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow? AlignTablesRowByRow { get => GetElement(); @@ -54057,9 +54057,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AlignTablesRowByRow? AlignTablesRow /// Ignore Width of Last Tab Stop When Aligning Paragraph If It Is Not Left Aligned. /// Represents the following element tag in the schema: w:forgetLastTabAlignment. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment? ForgetLastTabAlignment { get => GetElement(); @@ -54070,9 +54070,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ForgetLastTabAlignment? ForgetLastT /// Add Document Grid Line Pitch To Lines in Table Cells. /// Represents the following element tag in the schema: w:adjustLineHeightInTable. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable? AdjustLineHeightInTable { get => GetElement(); @@ -54083,9 +54083,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AdjustLineHeightInTable? AdjustLine /// Emulate Word 95 Full-Width Character Spacing. /// Represents the following element tag in the schema: w:autoSpaceLikeWord95. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95? AutoSpaceLikeWord95 { get => GetElement(); @@ -54096,9 +54096,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutoSpaceLikeWord95? AutoSpaceLikeW /// Do Not Increase Line Height for Raised/Lowered Text. /// Represents the following element tag in the schema: w:noSpaceRaiseLower. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower? NoSpaceRaiseLower { get => GetElement(); @@ -54109,9 +54109,9 @@ public DocumentFormat.OpenXml.Wordprocessing.NoSpaceRaiseLower? NoSpaceRaiseLowe /// Use Fixed Paragraph Spacing for HTML Auto Setting. /// Represents the following element tag in the schema: w:doNotUseHTMLParagraphAutoSpacing. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing? DoNotUseHTMLParagraphAutoSpacing { get => GetElement(); @@ -54122,9 +54122,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotUseHTMLParagraphAutoSpacing? D /// Ignore Space Before Table When Deciding If Table Should Wrap Floating Object. /// Represents the following element tag in the schema: w:layoutRawTableWidth. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth? LayoutRawTableWidth { get => GetElement(); @@ -54135,9 +54135,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LayoutRawTableWidth? LayoutRawTable /// Allow Table Rows to Wrap Inline Objects Independently. /// Represents the following element tag in the schema: w:layoutTableRowsApart. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart? LayoutTableRowsApart { get => GetElement(); @@ -54148,9 +54148,9 @@ public DocumentFormat.OpenXml.Wordprocessing.LayoutTableRowsApart? LayoutTableRo /// Emulate Word 97 East Asian Line Breaking. /// Represents the following element tag in the schema: w:useWord97LineBreakRules. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules? UseWord97LineBreakRules { get => GetElement(); @@ -54161,9 +54161,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UseWord97LineBreakRules? UseWord97L /// Do Not Allow Floating Tables To Break Across Pages. /// Represents the following element tag in the schema: w:doNotBreakWrappedTables. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables? DoNotBreakWrappedTables { get => GetElement(); @@ -54174,9 +54174,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotBreakWrappedTables? DoNotBreak /// Do Not Snap to Document Grid in Table Cells with Objects. /// Represents the following element tag in the schema: w:doNotSnapToGridInCell. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell? DoNotSnapToGridInCell { get => GetElement(); @@ -54187,9 +54187,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotSnapToGridInCell? DoNotSnapToG /// Select Field When First or Last Character Is Selected. /// Represents the following element tag in the schema: w:selectFldWithFirstOrLastChar. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar? SelectFieldWithFirstOrLastChar { get => GetElement(); @@ -54200,9 +54200,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SelectFieldWithFirstOrLastChar? Sel /// Use Legacy Ethiopic and Amharic Line Breaking Rules. /// Represents the following element tag in the schema: w:applyBreakingRules. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules? ApplyBreakingRules { get => GetElement(); @@ -54213,9 +54213,9 @@ public DocumentFormat.OpenXml.Wordprocessing.ApplyBreakingRules? ApplyBreakingRu /// Do Not Allow Hanging Punctuation With Character Grid. /// Represents the following element tag in the schema: w:doNotWrapTextWithPunct. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation? DoNotWrapTextWithPunctuation { get => GetElement(); @@ -54226,9 +54226,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotWrapTextWithPunctuation? DoNot /// Do Not Compress Compressible Characters When Using Document Grid. /// Represents the following element tag in the schema: w:doNotUseEastAsianBreakRules. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules? DoNotUseEastAsianBreakRules { get => GetElement(); @@ -54239,9 +54239,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotUseEastAsianBreakRules? DoNotU /// Emulate Word 2002 Table Style Rules. /// Represents the following element tag in the schema: w:useWord2002TableStyleRules. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules? UseWord2002TableStyleRules { get => GetElement(); @@ -54252,9 +54252,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UseWord2002TableStyleRules? UseWord /// Allow Tables to AutoFit Into Page Margins. /// Represents the following element tag in the schema: w:growAutofit. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.GrowAutofit? GrowAutofit { get => GetElement(); @@ -54265,9 +54265,9 @@ public DocumentFormat.OpenXml.Wordprocessing.GrowAutofit? GrowAutofit /// Do Not Bypass East Asian/Complex Script Layout Code. /// Represents the following element tag in the schema: w:useFELayout. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout? UseFarEastLayout { get => GetElement(); @@ -54278,9 +54278,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UseFarEastLayout? UseFarEastLayout /// Do Not Automatically Apply List Paragraph Style To Bulleted/Numbered Text. /// Represents the following element tag in the schema: w:useNormalStyleForList. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList? UseNormalStyleForList { get => GetElement(); @@ -54291,9 +54291,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UseNormalStyleForList? UseNormalSty /// Ignore Hanging Indent When Creating Tab Stop After Numbering. /// Represents the following element tag in the schema: w:doNotUseIndentAsNumberingTabStop. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop? DoNotUseIndentAsNumberingTabStop { get => GetElement(); @@ -54304,9 +54304,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotUseIndentAsNumberingTabStop? D /// Use Alternate Set of East Asian Line Breaking Rules. /// Represents the following element tag in the schema: w:useAltKinsokuLineBreakRules. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules? UseAltKinsokuLineBreakRules { get => GetElement(); @@ -54317,9 +54317,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UseAltKinsokuLineBreakRules? UseAlt /// Allow Contextual Spacing of Paragraphs in Tables. /// Represents the following element tag in the schema: w:allowSpaceOfSameStyleInTable. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable? AllowSpaceOfSameStyleInTable { get => GetElement(); @@ -54330,9 +54330,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AllowSpaceOfSameStyleInTable? Allow /// Do Not Ignore Floating Objects When Calculating Paragraph Indentation. /// Represents the following element tag in the schema: w:doNotSuppressIndentation. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation? DoNotSuppressIndentation { get => GetElement(); @@ -54343,9 +54343,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotSuppressIndentation? DoNotSupp /// Do Not AutoFit Tables To Fit Next To Wrapped Objects. /// Represents the following element tag in the schema: w:doNotAutofitConstrainedTables. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables? DoNotAutofitConstrainedTables { get => GetElement(); @@ -54356,9 +54356,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotAutofitConstrainedTables? DoNo /// Allow Table Columns To Exceed Preferred Widths of Constituent Cells. /// Represents the following element tag in the schema: w:autofitToFirstFixedWidthCell. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell? AutofitToFirstFixedWidthCell { get => GetElement(); @@ -54369,9 +54369,9 @@ public DocumentFormat.OpenXml.Wordprocessing.AutofitToFirstFixedWidthCell? Autof /// Underline Following Character Following Numbering. /// Represents the following element tag in the schema: w:underlineTabInNumList. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList? UnderlineTabInNumberingList { get => GetElement(); @@ -54382,9 +54382,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UnderlineTabInNumberingList? Underl /// Always Use Fixed Width for Hangul Characters. /// Represents the following element tag in the schema: w:displayHangulFixedWidth. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth? DisplayHangulFixedWidth { get => GetElement(); @@ -54395,9 +54395,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DisplayHangulFixedWidth? DisplayHan /// Always Move Paragraph Mark to Page after a Page Break. /// Represents the following element tag in the schema: w:splitPgBreakAndParaMark. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark? SplitPageBreakAndParagraphMark { get => GetElement(); @@ -54408,9 +54408,9 @@ public DocumentFormat.OpenXml.Wordprocessing.SplitPageBreakAndParagraphMark? Spl /// Don't Vertically Align Cells Containing Floating Objects. /// Represents the following element tag in the schema: w:doNotVertAlignCellWithSp. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape? DoNotVerticallyAlignCellWithShape { get => GetElement(); @@ -54421,9 +54421,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignCellWithShape? /// Don't Break Table Rows Around Floating Tables. /// Represents the following element tag in the schema: w:doNotBreakConstrainedForcedTable. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable? DoNotBreakConstrainedForcedTable { get => GetElement(); @@ -54434,9 +54434,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotBreakConstrainedForcedTable? D /// Ignore Vertical Alignment in Textboxes. /// Represents the following element tag in the schema: w:doNotVertAlignInTxbx. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox? DoNotVerticallyAlignInTextBox { get => GetElement(); @@ -54447,9 +54447,9 @@ public DocumentFormat.OpenXml.Wordprocessing.DoNotVerticallyAlignInTextBox? DoNo /// Use ANSI Kerning Pairs from Fonts. /// Represents the following element tag in the schema: w:useAnsiKerningPairs. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs? UseAnsiKerningPairs { get => GetElement(); @@ -54460,9 +54460,9 @@ public DocumentFormat.OpenXml.Wordprocessing.UseAnsiKerningPairs? UseAnsiKerning /// Use Cached Paragraph Information for Column Balancing. /// Represents the following element tag in the schema: w:cachedColBalance. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance? CachedColumnBalance { get => GetElement(); @@ -54478,12 +54478,12 @@ public DocumentFormat.OpenXml.Wordprocessing.CachedColumnBalance? CachedColumnBa /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:docVars. /// - /// + /// /// The following table lists the possible child types: /// /// <w:docVar> /// - /// + /// public partial class DocumentVariables : OpenXmlCompositeElement { /// @@ -54537,13 +54537,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:rsids. /// - /// + /// /// The following table lists the possible child types: /// /// <w:rsidRoot> /// <w:rsid> /// - /// + /// public partial class Rsids : OpenXmlCompositeElement { /// @@ -54594,9 +54594,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Original Document Revision Save ID. /// Represents the following element tag in the schema: w:rsidRoot. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.RsidRoot? RsidRoot { get => GetElement(); @@ -54625,9 +54625,9 @@ public ColorSchemeMapping() : base() /// Background 1 Theme Color Mapping /// Represents the following attribute in the schema: w:bg1 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Background1 { get => GetAttribute>(); @@ -54638,9 +54638,9 @@ public EnumValue? /// Text 1 Theme Color Mapping /// Represents the following attribute in the schema: w:t1 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Text1 { get => GetAttribute>(); @@ -54651,9 +54651,9 @@ public EnumValue? /// Background 2 Theme Color Mapping /// Represents the following attribute in the schema: w:bg2 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Background2 { get => GetAttribute>(); @@ -54664,9 +54664,9 @@ public EnumValue? /// Text 2 Theme Color Mapping /// Represents the following attribute in the schema: w:t2 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Text2 { get => GetAttribute>(); @@ -54677,9 +54677,9 @@ public EnumValue? /// Accent 1 Theme Color Mapping /// Represents the following attribute in the schema: w:accent1 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Accent1 { get => GetAttribute>(); @@ -54690,9 +54690,9 @@ public EnumValue? /// Accent 2 Theme Color Mapping /// Represents the following attribute in the schema: w:accent2 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Accent2 { get => GetAttribute>(); @@ -54703,9 +54703,9 @@ public EnumValue? /// Accent3 Theme Color Mapping /// Represents the following attribute in the schema: w:accent3 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Accent3 { get => GetAttribute>(); @@ -54716,9 +54716,9 @@ public EnumValue? /// Accent4 Theme Color Mapping /// Represents the following attribute in the schema: w:accent4 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Accent4 { get => GetAttribute>(); @@ -54729,9 +54729,9 @@ public EnumValue? /// Accent5 Theme Color Mapping /// Represents the following attribute in the schema: w:accent5 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Accent5 { get => GetAttribute>(); @@ -54742,9 +54742,9 @@ public EnumValue? /// Accent6 Theme Color Mapping /// Represents the following attribute in the schema: w:accent6 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Accent6 { get => GetAttribute>(); @@ -54755,9 +54755,9 @@ public EnumValue? /// Hyperlink Theme Color Mapping /// Represents the following attribute in the schema: w:hyperlink /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Hyperlink { get => GetAttribute>(); @@ -54768,9 +54768,9 @@ public EnumValue? /// Followed Hyperlink Theme Color Mapping /// Represents the following attribute in the schema: w:followedHyperlink /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? FollowedHyperlink { get => GetAttribute>(); @@ -54805,13 +54805,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:captions. /// - /// + /// /// The following table lists the possible child types: /// /// <w:autoCaptions> /// <w:caption> /// - /// + /// public partial class Captions : OpenXmlCompositeElement { /// @@ -54880,9 +54880,9 @@ public ReadModeInkLockDown() : base() /// Use Actual Pages, Not Virtual Pages /// Represents the following attribute in the schema: w:actualPg /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? UseActualPages { get => GetAttribute(); @@ -54893,9 +54893,9 @@ public OnOffValue? UseActualPages /// Virtual Page Width /// Represents the following attribute in the schema: w:w /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Width { get => GetAttribute(); @@ -54906,9 +54906,9 @@ public UInt32Value? Width /// Virtual Page Height /// Represents the following attribute in the schema: w:h /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public UInt32Value? Height { get => GetAttribute(); @@ -54919,9 +54919,9 @@ public UInt32Value? Height /// Font Size Scaling /// Represents the following attribute in the schema: w:fontSz /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? FontSize { get => GetAttribute(); @@ -54981,9 +54981,9 @@ public TargetScreenSize() : base() /// Target Screen Size Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -55010,7 +55010,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:pict. /// - /// + /// /// The following table lists the possible child types: /// /// <v:group> @@ -55023,7 +55023,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <v:shape> /// <v:shapetype> /// - /// + /// public partial class PictureBulletBase : OpenXmlCompositeElement { /// @@ -55112,9 +55112,9 @@ public Panose1Number() : base() /// Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? Val { get => GetAttribute(); @@ -55155,9 +55155,9 @@ public FontCharSet() : base() /// val /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? Val { get => GetAttribute(); @@ -55168,9 +55168,9 @@ public StringValue? Val /// characterSet /// Represents the following attribute in the schema: w:characterSet /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? StrictCharacterSet { get => GetAttribute>(); @@ -55211,9 +55211,9 @@ public FontFamily() : base() /// Font Family Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -55253,9 +55253,9 @@ public Pitch() : base() /// Value /// Represents the following attribute in the schema: w:val /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public EnumValue? Val { get => GetAttribute>(); @@ -55295,9 +55295,9 @@ public FontSignature() : base() /// First 32 Bits of Unicode Subset Bitfield /// Represents the following attribute in the schema: w:usb0 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? UnicodeSignature0 { get => GetAttribute(); @@ -55308,9 +55308,9 @@ public HexBinaryValue? UnicodeSignature0 /// Second 32 Bits of Unicode Subset Bitfield /// Represents the following attribute in the schema: w:usb1 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? UnicodeSignature1 { get => GetAttribute(); @@ -55321,9 +55321,9 @@ public HexBinaryValue? UnicodeSignature1 /// Third 32 Bits of Unicode Subset Bitfield /// Represents the following attribute in the schema: w:usb2 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? UnicodeSignature2 { get => GetAttribute(); @@ -55334,9 +55334,9 @@ public HexBinaryValue? UnicodeSignature2 /// Fourth 32 Bits of Unicode Subset Bitfield /// Represents the following attribute in the schema: w:usb3 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? UnicodeSignature3 { get => GetAttribute(); @@ -55347,9 +55347,9 @@ public HexBinaryValue? UnicodeSignature3 /// Lower 32 Bits of Code Page Bit Field /// Represents the following attribute in the schema: w:csb0 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? CodePageSignature0 { get => GetAttribute(); @@ -55360,9 +55360,9 @@ public HexBinaryValue? CodePageSignature0 /// Upper 32 Bits of Code Page Bit Field /// Represents the following attribute in the schema: w:csb1 /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public HexBinaryValue? CodePageSignature1 { get => GetAttribute(); @@ -55531,9 +55531,9 @@ protected FontRelationshipType() : base() /// fontKey /// Represents the following attribute in the schema: w:fontKey /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public StringValue? FontKey { get => GetAttribute(); @@ -55544,9 +55544,9 @@ public StringValue? FontKey /// subsetted /// Represents the following attribute in the schema: w:subsetted /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public OnOffValue? Subsetted { get => GetAttribute(); @@ -55557,9 +55557,9 @@ public OnOffValue? Subsetted /// Relationship to Part /// Represents the following attribute in the schema: r:id /// - /// + /// /// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships - /// + /// public StringValue? Id { get => GetAttribute(); @@ -55587,13 +55587,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is w:lvlOverride. /// - /// + /// /// The following table lists the possible child types: /// /// <w:startOverride> /// <w:lvl> /// - /// + /// public partial class LevelOverride : OpenXmlCompositeElement { /// @@ -55631,9 +55631,9 @@ public LevelOverride(string outerXml) : base(outerXml) /// Numbering Level ID /// Represents the following attribute in the schema: w:ilvl /// - /// + /// /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public Int32Value? LevelIndex { get => GetAttribute(); @@ -55662,9 +55662,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Numbering Level Starting Value Override. /// Represents the following element tag in the schema: w:startOverride. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue? StartOverrideNumberingValue { get => GetElement(); @@ -55675,9 +55675,9 @@ public DocumentFormat.OpenXml.Wordprocessing.StartOverrideNumberingValue? StartO /// Numbering Level Override Definition. /// Represents the following element tag in the schema: w:lvl. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main - /// + /// public DocumentFormat.OpenXml.Wordprocessing.Level? Level { get => GetElement(); diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/www_w3_org_2003_04_emma.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/www_w3_org_2003_04_emma.g.cs index 7786e61b6..f85faf1d1 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/www_w3_org_2003_04_emma.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/www_w3_org_2003_04_emma.g.cs @@ -141,13 +141,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:lattice. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:arc> /// <emma:node> /// - /// + /// public partial class Lattice : OpenXmlCompositeElement { /// @@ -205,9 +205,9 @@ public ListValue? Final /// time-ref-uri /// Represents the following attribute in the schema: emma:time-ref-uri /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? TimeReference { get => GetAttribute(); @@ -218,9 +218,9 @@ public StringValue? TimeReference /// time-ref-anchor-point /// Represents the following attribute in the schema: emma:time-ref-anchor-point /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public EnumValue? TimeReferenceAnchorPoint { get => GetAttribute>(); @@ -298,7 +298,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:interpretation. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:derived-from> @@ -307,7 +307,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <emma:literal> /// <msink:context> /// - /// + /// public partial class Interpretation : OpenXmlCompositeElement { /// @@ -355,9 +355,9 @@ public StringValue? Id /// tokens /// Represents the following attribute in the schema: emma:tokens /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Tokens { get => GetAttribute(); @@ -368,9 +368,9 @@ public StringValue? Tokens /// process /// Represents the following attribute in the schema: emma:process /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Process { get => GetAttribute(); @@ -381,9 +381,9 @@ public StringValue? Process /// lang /// Represents the following attribute in the schema: emma:lang /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Language { get => GetAttribute(); @@ -394,9 +394,9 @@ public StringValue? Language /// signal /// Represents the following attribute in the schema: emma:signal /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Signal { get => GetAttribute(); @@ -407,9 +407,9 @@ public StringValue? Signal /// signal-size /// Represents the following attribute in the schema: emma:signal-size /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? SignalSize { get => GetAttribute(); @@ -420,9 +420,9 @@ public IntegerValue? SignalSize /// media-type /// Represents the following attribute in the schema: emma:media-type /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? MediaType { get => GetAttribute(); @@ -433,9 +433,9 @@ public StringValue? MediaType /// confidence /// Represents the following attribute in the schema: emma:confidence /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Confidence { get => GetAttribute(); @@ -446,9 +446,9 @@ public DecimalValue? Confidence /// source /// Represents the following attribute in the schema: emma:source /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Source { get => GetAttribute(); @@ -459,9 +459,9 @@ public StringValue? Source /// start /// Represents the following attribute in the schema: emma:start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? Start { get => GetAttribute(); @@ -472,9 +472,9 @@ public UInt64Value? Start /// end /// Represents the following attribute in the schema: emma:end /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? End { get => GetAttribute(); @@ -485,9 +485,9 @@ public UInt64Value? End /// time-ref-uri /// Represents the following attribute in the schema: emma:time-ref-uri /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? TimeReference { get => GetAttribute(); @@ -498,9 +498,9 @@ public StringValue? TimeReference /// time-ref-anchor-point /// Represents the following attribute in the schema: emma:time-ref-anchor-point /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public EnumValue? TimeReferenceAnchorPoint { get => GetAttribute>(); @@ -511,9 +511,9 @@ public EnumValue? TimeReferenceAn /// offset-to-start /// Represents the following attribute in the schema: emma:offset-to-start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? OffsetToStart { get => GetAttribute(); @@ -524,9 +524,9 @@ public IntegerValue? OffsetToStart /// duration /// Represents the following attribute in the schema: emma:duration /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? Duration { get => GetAttribute(); @@ -537,9 +537,9 @@ public IntegerValue? Duration /// medium /// Represents the following attribute in the schema: emma:medium /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue>? Medium { get => GetAttribute>>(); @@ -550,9 +550,9 @@ public ListValue>? Medium /// mode /// Represents the following attribute in the schema: emma:mode /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue? Mode { get => GetAttribute>(); @@ -563,9 +563,9 @@ public ListValue? Mode /// function /// Represents the following attribute in the schema: emma:function /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Function { get => GetAttribute(); @@ -576,9 +576,9 @@ public StringValue? Function /// verbal /// Represents the following attribute in the schema: emma:verbal /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public BooleanValue? Verbal { get => GetAttribute(); @@ -589,9 +589,9 @@ public BooleanValue? Verbal /// cost /// Represents the following attribute in the schema: emma:cost /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Cost { get => GetAttribute(); @@ -602,9 +602,9 @@ public DecimalValue? Cost /// grammar-ref /// Represents the following attribute in the schema: emma:grammar-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? GrammarRef { get => GetAttribute(); @@ -615,9 +615,9 @@ public StringValue? GrammarRef /// endpoint-info-ref /// Represents the following attribute in the schema: emma:endpoint-info-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? EndpointInfoRef { get => GetAttribute(); @@ -628,9 +628,9 @@ public StringValue? EndpointInfoRef /// model-ref /// Represents the following attribute in the schema: emma:model-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? ModelRef { get => GetAttribute(); @@ -641,9 +641,9 @@ public StringValue? ModelRef /// dialog-turn /// Represents the following attribute in the schema: emma:dialog-turn /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? DialogTurn { get => GetAttribute(); @@ -654,9 +654,9 @@ public StringValue? DialogTurn /// no-input /// Represents the following attribute in the schema: emma:no-input /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public BooleanValue? NoInput { get => GetAttribute(); @@ -667,9 +667,9 @@ public BooleanValue? NoInput /// uninterpreted /// Represents the following attribute in the schema: emma:uninterpreted /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public BooleanValue? Uninterpreted { get => GetAttribute(); @@ -746,7 +746,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:one-of. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:derived-from> @@ -756,7 +756,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <emma:one-of> /// <emma:sequence> /// - /// + /// public partial class OneOf : OpenXmlCompositeElement { /// @@ -814,9 +814,9 @@ public StringValue? Id /// tokens /// Represents the following attribute in the schema: emma:tokens /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Tokens { get => GetAttribute(); @@ -827,9 +827,9 @@ public StringValue? Tokens /// process /// Represents the following attribute in the schema: emma:process /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Process { get => GetAttribute(); @@ -840,9 +840,9 @@ public StringValue? Process /// lang /// Represents the following attribute in the schema: emma:lang /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Language { get => GetAttribute(); @@ -853,9 +853,9 @@ public StringValue? Language /// signal /// Represents the following attribute in the schema: emma:signal /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Signal { get => GetAttribute(); @@ -866,9 +866,9 @@ public StringValue? Signal /// signal-size /// Represents the following attribute in the schema: emma:signal-size /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? SignalSize { get => GetAttribute(); @@ -879,9 +879,9 @@ public IntegerValue? SignalSize /// media-type /// Represents the following attribute in the schema: emma:media-type /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? MediaType { get => GetAttribute(); @@ -892,9 +892,9 @@ public StringValue? MediaType /// confidence /// Represents the following attribute in the schema: emma:confidence /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Confidence { get => GetAttribute(); @@ -905,9 +905,9 @@ public DecimalValue? Confidence /// source /// Represents the following attribute in the schema: emma:source /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Source { get => GetAttribute(); @@ -918,9 +918,9 @@ public StringValue? Source /// start /// Represents the following attribute in the schema: emma:start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? Start { get => GetAttribute(); @@ -931,9 +931,9 @@ public UInt64Value? Start /// end /// Represents the following attribute in the schema: emma:end /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? End { get => GetAttribute(); @@ -944,9 +944,9 @@ public UInt64Value? End /// time-ref-uri /// Represents the following attribute in the schema: emma:time-ref-uri /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? TimeReference { get => GetAttribute(); @@ -957,9 +957,9 @@ public StringValue? TimeReference /// time-ref-anchor-point /// Represents the following attribute in the schema: emma:time-ref-anchor-point /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public EnumValue? TimeReferenceAnchorPoint { get => GetAttribute>(); @@ -970,9 +970,9 @@ public EnumValue? TimeReferenceAn /// offset-to-start /// Represents the following attribute in the schema: emma:offset-to-start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? OffsetToStart { get => GetAttribute(); @@ -983,9 +983,9 @@ public IntegerValue? OffsetToStart /// duration /// Represents the following attribute in the schema: emma:duration /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? Duration { get => GetAttribute(); @@ -996,9 +996,9 @@ public IntegerValue? Duration /// medium /// Represents the following attribute in the schema: emma:medium /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue>? Medium { get => GetAttribute>>(); @@ -1009,9 +1009,9 @@ public ListValue>? Medium /// mode /// Represents the following attribute in the schema: emma:mode /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue? Mode { get => GetAttribute>(); @@ -1022,9 +1022,9 @@ public ListValue? Mode /// function /// Represents the following attribute in the schema: emma:function /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Function { get => GetAttribute(); @@ -1035,9 +1035,9 @@ public StringValue? Function /// verbal /// Represents the following attribute in the schema: emma:verbal /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public BooleanValue? Verbal { get => GetAttribute(); @@ -1048,9 +1048,9 @@ public BooleanValue? Verbal /// cost /// Represents the following attribute in the schema: emma:cost /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Cost { get => GetAttribute(); @@ -1061,9 +1061,9 @@ public DecimalValue? Cost /// grammar-ref /// Represents the following attribute in the schema: emma:grammar-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? GrammarRef { get => GetAttribute(); @@ -1074,9 +1074,9 @@ public StringValue? GrammarRef /// endpoint-info-ref /// Represents the following attribute in the schema: emma:endpoint-info-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? EndpointInfoRef { get => GetAttribute(); @@ -1087,9 +1087,9 @@ public StringValue? EndpointInfoRef /// model-ref /// Represents the following attribute in the schema: emma:model-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? ModelRef { get => GetAttribute(); @@ -1100,9 +1100,9 @@ public StringValue? ModelRef /// dialog-turn /// Represents the following attribute in the schema: emma:dialog-turn /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? DialogTurn { get => GetAttribute(); @@ -1179,7 +1179,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:group. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:derived-from> @@ -1190,7 +1190,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <emma:one-of> /// <emma:sequence> /// - /// + /// public partial class Group : OpenXmlCompositeElement { /// @@ -1238,9 +1238,9 @@ public StringValue? Id /// tokens /// Represents the following attribute in the schema: emma:tokens /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Tokens { get => GetAttribute(); @@ -1251,9 +1251,9 @@ public StringValue? Tokens /// process /// Represents the following attribute in the schema: emma:process /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Process { get => GetAttribute(); @@ -1264,9 +1264,9 @@ public StringValue? Process /// lang /// Represents the following attribute in the schema: emma:lang /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Language { get => GetAttribute(); @@ -1277,9 +1277,9 @@ public StringValue? Language /// signal /// Represents the following attribute in the schema: emma:signal /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Signal { get => GetAttribute(); @@ -1290,9 +1290,9 @@ public StringValue? Signal /// signal-size /// Represents the following attribute in the schema: emma:signal-size /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? SignalSize { get => GetAttribute(); @@ -1303,9 +1303,9 @@ public IntegerValue? SignalSize /// media-type /// Represents the following attribute in the schema: emma:media-type /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? MediaType { get => GetAttribute(); @@ -1316,9 +1316,9 @@ public StringValue? MediaType /// confidence /// Represents the following attribute in the schema: emma:confidence /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Confidence { get => GetAttribute(); @@ -1329,9 +1329,9 @@ public DecimalValue? Confidence /// source /// Represents the following attribute in the schema: emma:source /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Source { get => GetAttribute(); @@ -1342,9 +1342,9 @@ public StringValue? Source /// start /// Represents the following attribute in the schema: emma:start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? Start { get => GetAttribute(); @@ -1355,9 +1355,9 @@ public UInt64Value? Start /// end /// Represents the following attribute in the schema: emma:end /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? End { get => GetAttribute(); @@ -1368,9 +1368,9 @@ public UInt64Value? End /// time-ref-uri /// Represents the following attribute in the schema: emma:time-ref-uri /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? TimeReference { get => GetAttribute(); @@ -1381,9 +1381,9 @@ public StringValue? TimeReference /// time-ref-anchor-point /// Represents the following attribute in the schema: emma:time-ref-anchor-point /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public EnumValue? TimeReferenceAnchorPoint { get => GetAttribute>(); @@ -1394,9 +1394,9 @@ public EnumValue? TimeReferenceAn /// offset-to-start /// Represents the following attribute in the schema: emma:offset-to-start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? OffsetToStart { get => GetAttribute(); @@ -1407,9 +1407,9 @@ public IntegerValue? OffsetToStart /// duration /// Represents the following attribute in the schema: emma:duration /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? Duration { get => GetAttribute(); @@ -1420,9 +1420,9 @@ public IntegerValue? Duration /// medium /// Represents the following attribute in the schema: emma:medium /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue>? Medium { get => GetAttribute>>(); @@ -1433,9 +1433,9 @@ public ListValue>? Medium /// mode /// Represents the following attribute in the schema: emma:mode /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue? Mode { get => GetAttribute>(); @@ -1446,9 +1446,9 @@ public ListValue? Mode /// function /// Represents the following attribute in the schema: emma:function /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Function { get => GetAttribute(); @@ -1459,9 +1459,9 @@ public StringValue? Function /// verbal /// Represents the following attribute in the schema: emma:verbal /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public BooleanValue? Verbal { get => GetAttribute(); @@ -1472,9 +1472,9 @@ public BooleanValue? Verbal /// cost /// Represents the following attribute in the schema: emma:cost /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Cost { get => GetAttribute(); @@ -1485,9 +1485,9 @@ public DecimalValue? Cost /// grammar-ref /// Represents the following attribute in the schema: emma:grammar-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? GrammarRef { get => GetAttribute(); @@ -1498,9 +1498,9 @@ public StringValue? GrammarRef /// endpoint-info-ref /// Represents the following attribute in the schema: emma:endpoint-info-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? EndpointInfoRef { get => GetAttribute(); @@ -1511,9 +1511,9 @@ public StringValue? EndpointInfoRef /// model-ref /// Represents the following attribute in the schema: emma:model-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? ModelRef { get => GetAttribute(); @@ -1524,9 +1524,9 @@ public StringValue? ModelRef /// dialog-turn /// Represents the following attribute in the schema: emma:dialog-turn /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? DialogTurn { get => GetAttribute(); @@ -1603,7 +1603,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:sequence. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:derived-from> @@ -1613,7 +1613,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <emma:one-of> /// <emma:sequence> /// - /// + /// public partial class Sequence : OpenXmlCompositeElement { /// @@ -1661,9 +1661,9 @@ public StringValue? Id /// tokens /// Represents the following attribute in the schema: emma:tokens /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Tokens { get => GetAttribute(); @@ -1674,9 +1674,9 @@ public StringValue? Tokens /// process /// Represents the following attribute in the schema: emma:process /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Process { get => GetAttribute(); @@ -1687,9 +1687,9 @@ public StringValue? Process /// lang /// Represents the following attribute in the schema: emma:lang /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Language { get => GetAttribute(); @@ -1700,9 +1700,9 @@ public StringValue? Language /// signal /// Represents the following attribute in the schema: emma:signal /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Signal { get => GetAttribute(); @@ -1713,9 +1713,9 @@ public StringValue? Signal /// signal-size /// Represents the following attribute in the schema: emma:signal-size /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? SignalSize { get => GetAttribute(); @@ -1726,9 +1726,9 @@ public IntegerValue? SignalSize /// media-type /// Represents the following attribute in the schema: emma:media-type /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? MediaType { get => GetAttribute(); @@ -1739,9 +1739,9 @@ public StringValue? MediaType /// confidence /// Represents the following attribute in the schema: emma:confidence /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Confidence { get => GetAttribute(); @@ -1752,9 +1752,9 @@ public DecimalValue? Confidence /// source /// Represents the following attribute in the schema: emma:source /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Source { get => GetAttribute(); @@ -1765,9 +1765,9 @@ public StringValue? Source /// start /// Represents the following attribute in the schema: emma:start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? Start { get => GetAttribute(); @@ -1778,9 +1778,9 @@ public UInt64Value? Start /// end /// Represents the following attribute in the schema: emma:end /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? End { get => GetAttribute(); @@ -1791,9 +1791,9 @@ public UInt64Value? End /// time-ref-uri /// Represents the following attribute in the schema: emma:time-ref-uri /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? TimeReference { get => GetAttribute(); @@ -1804,9 +1804,9 @@ public StringValue? TimeReference /// time-ref-anchor-point /// Represents the following attribute in the schema: emma:time-ref-anchor-point /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public EnumValue? TimeReferenceAnchorPoint { get => GetAttribute>(); @@ -1817,9 +1817,9 @@ public EnumValue? TimeReferenceAn /// offset-to-start /// Represents the following attribute in the schema: emma:offset-to-start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? OffsetToStart { get => GetAttribute(); @@ -1830,9 +1830,9 @@ public IntegerValue? OffsetToStart /// duration /// Represents the following attribute in the schema: emma:duration /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? Duration { get => GetAttribute(); @@ -1843,9 +1843,9 @@ public IntegerValue? Duration /// medium /// Represents the following attribute in the schema: emma:medium /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue>? Medium { get => GetAttribute>>(); @@ -1856,9 +1856,9 @@ public ListValue>? Medium /// mode /// Represents the following attribute in the schema: emma:mode /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue? Mode { get => GetAttribute>(); @@ -1869,9 +1869,9 @@ public ListValue? Mode /// function /// Represents the following attribute in the schema: emma:function /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Function { get => GetAttribute(); @@ -1882,9 +1882,9 @@ public StringValue? Function /// verbal /// Represents the following attribute in the schema: emma:verbal /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public BooleanValue? Verbal { get => GetAttribute(); @@ -1895,9 +1895,9 @@ public BooleanValue? Verbal /// cost /// Represents the following attribute in the schema: emma:cost /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Cost { get => GetAttribute(); @@ -1908,9 +1908,9 @@ public DecimalValue? Cost /// grammar-ref /// Represents the following attribute in the schema: emma:grammar-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? GrammarRef { get => GetAttribute(); @@ -1921,9 +1921,9 @@ public StringValue? GrammarRef /// endpoint-info-ref /// Represents the following attribute in the schema: emma:endpoint-info-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? EndpointInfoRef { get => GetAttribute(); @@ -1934,9 +1934,9 @@ public StringValue? EndpointInfoRef /// model-ref /// Represents the following attribute in the schema: emma:model-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? ModelRef { get => GetAttribute(); @@ -1947,9 +1947,9 @@ public StringValue? ModelRef /// dialog-turn /// Represents the following attribute in the schema: emma:dialog-turn /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? DialogTurn { get => GetAttribute(); @@ -2091,7 +2091,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:derivation. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:group> @@ -2099,7 +2099,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <emma:one-of> /// <emma:sequence> /// - /// + /// public partial class Derivation : OpenXmlCompositeElement { /// @@ -2296,12 +2296,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:endpoint-info. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:endpoint> /// - /// + /// public partial class EndPointInfo : OpenXmlCompositeElement { /// @@ -2418,9 +2418,9 @@ public StringValue? Id /// endpoint-role /// Represents the following attribute in the schema: emma:endpoint-role /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public EnumValue? EndpointRole { get => GetAttribute>(); @@ -2431,9 +2431,9 @@ public EnumValue? EndpointRole /// endpoint-address /// Represents the following attribute in the schema: emma:endpoint-address /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? EndPointAddress { get => GetAttribute(); @@ -2444,9 +2444,9 @@ public StringValue? EndPointAddress /// message-id /// Represents the following attribute in the schema: emma:message-id /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? MessageId { get => GetAttribute(); @@ -2457,9 +2457,9 @@ public StringValue? MessageId /// port-num /// Represents the following attribute in the schema: emma:port-num /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? PortNumber { get => GetAttribute(); @@ -2470,9 +2470,9 @@ public IntegerValue? PortNumber /// port-type /// Represents the following attribute in the schema: emma:port-type /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? PortType { get => GetAttribute(); @@ -2483,9 +2483,9 @@ public StringValue? PortType /// endpoint-pair-ref /// Represents the following attribute in the schema: emma:endpoint-pair-ref /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? EndpointPairRef { get => GetAttribute(); @@ -2496,9 +2496,9 @@ public StringValue? EndpointPairRef /// service-name /// Represents the following attribute in the schema: emma:service-name /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? ServiceName { get => GetAttribute(); @@ -2509,9 +2509,9 @@ public StringValue? ServiceName /// media-type /// Represents the following attribute in the schema: emma:media-type /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? MediaType { get => GetAttribute(); @@ -2522,9 +2522,9 @@ public StringValue? MediaType /// medium /// Represents the following attribute in the schema: emma:medium /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue>? Medium { get => GetAttribute>>(); @@ -2535,9 +2535,9 @@ public ListValue>? Medium /// mode /// Represents the following attribute in the schema: emma:mode /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue? Mode { get => GetAttribute>(); @@ -2579,12 +2579,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:node. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:info> /// - /// + /// public partial class Node : OpenXmlCompositeElement { /// @@ -2632,9 +2632,9 @@ public IntegerValue? NodeNumber /// confidence /// Represents the following attribute in the schema: emma:confidence /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Confidence { get => GetAttribute(); @@ -2645,9 +2645,9 @@ public DecimalValue? Confidence /// cost /// Represents the following attribute in the schema: emma:cost /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Cost { get => GetAttribute(); @@ -2688,12 +2688,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:arc. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:info> /// - /// + /// public partial class Arc : OpenXmlCompositeElement { /// @@ -2751,9 +2751,9 @@ public IntegerValue? To /// start /// Represents the following attribute in the schema: emma:start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? Start { get => GetAttribute(); @@ -2764,9 +2764,9 @@ public UInt64Value? Start /// end /// Represents the following attribute in the schema: emma:end /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public UInt64Value? End { get => GetAttribute(); @@ -2777,9 +2777,9 @@ public UInt64Value? End /// offset-to-start /// Represents the following attribute in the schema: emma:offset-to-start /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? OffsetToStart { get => GetAttribute(); @@ -2790,9 +2790,9 @@ public IntegerValue? OffsetToStart /// duration /// Represents the following attribute in the schema: emma:duration /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public IntegerValue? Duration { get => GetAttribute(); @@ -2803,9 +2803,9 @@ public IntegerValue? Duration /// confidence /// Represents the following attribute in the schema: emma:confidence /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Confidence { get => GetAttribute(); @@ -2816,9 +2816,9 @@ public DecimalValue? Confidence /// cost /// Represents the following attribute in the schema: emma:cost /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public DecimalValue? Cost { get => GetAttribute(); @@ -2829,9 +2829,9 @@ public DecimalValue? Cost /// lang /// Represents the following attribute in the schema: emma:lang /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Language { get => GetAttribute(); @@ -2842,9 +2842,9 @@ public StringValue? Language /// medium /// Represents the following attribute in the schema: emma:medium /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue>? Medium { get => GetAttribute>>(); @@ -2855,9 +2855,9 @@ public ListValue>? Medium /// mode /// Represents the following attribute in the schema: emma:mode /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public ListValue? Mode { get => GetAttribute>(); @@ -2868,9 +2868,9 @@ public ListValue? Mode /// source /// Represents the following attribute in the schema: emma:source /// - /// + /// /// xmlns:emma=http://www.w3.org/2003/04/emma - /// + /// public StringValue? Source { get => GetAttribute(); @@ -2924,7 +2924,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is emma:emma. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:derivation> @@ -2937,7 +2937,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <emma:one-of> /// <emma:sequence> /// - /// + /// public partial class Emma : OpenXmlCompositeElement { /// diff --git a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/www_w3_org_2003_InkML.g.cs b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/www_w3_org_2003_InkML.g.cs index 954f7298c..8e2e6a717 100644 --- a/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/www_w3_org_2003_InkML.g.cs +++ b/generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/www_w3_org_2003_InkML.g.cs @@ -23,7 +23,7 @@ namespace DocumentFormat.OpenXml.InkML /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:ink. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:annotation> @@ -34,7 +34,7 @@ namespace DocumentFormat.OpenXml.InkML /// <inkml:traceGroup> /// <inkml:traceView> /// - /// + /// public partial class Ink : OpenXmlPartRootElement { /// @@ -210,9 +210,9 @@ internal override OpenXmlSimpleType InnerTextToValue(string text) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -284,9 +284,9 @@ internal override OpenXmlSimpleType InnerTextToValue(string text) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -310,7 +310,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:mapping. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:bind> @@ -318,7 +318,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <inkml:matrix> /// <inkml:table> /// - /// + /// public partial class Mapping : OpenXmlCompositeElement { /// @@ -356,9 +356,9 @@ public Mapping(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -427,12 +427,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:channel. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:mapping> /// - /// + /// public partial class Channel : OpenXmlCompositeElement { /// @@ -470,9 +470,9 @@ public Channel(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -624,12 +624,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:intermittentChannels. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:channel> /// - /// + /// public partial class IntermittentChannels : OpenXmlCompositeElement { /// @@ -788,13 +788,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:traceFormat. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:channel> /// <inkml:intermittentChannels> /// - /// + /// public partial class TraceFormat : OpenXmlCompositeElement { /// @@ -832,9 +832,9 @@ public TraceFormat(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1121,12 +1121,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:channelProperties. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:channelProperty> /// - /// + /// public partial class ChannelProperties : OpenXmlCompositeElement { /// @@ -1240,12 +1240,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:annotationXML. /// - /// + /// /// The following table lists the possible child types: /// /// <emma:emma> /// - /// + /// public partial class AnnotationXml : OpenXmlCompositeElement { /// @@ -1331,9 +1331,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Emma. /// Represents the following element tag in the schema: emma:emma. /// - /// + /// /// xmlns:emma = http://www.w3.org/2003/04/emma - /// + /// public DocumentFormat.OpenXml.EMMA.Emma? Emma { get => GetElement(); @@ -1349,13 +1349,13 @@ public DocumentFormat.OpenXml.EMMA.Emma? Emma /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:brushProperty. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:annotation> /// <inkml:annotationXML> /// - /// + /// public partial class BrushProperty : OpenXmlCompositeElement { /// @@ -1481,12 +1481,12 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:canvas. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:traceFormat> /// - /// + /// public partial class Canvas : OpenXmlCompositeElement { /// @@ -1524,9 +1524,9 @@ public Canvas(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1564,9 +1564,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TraceFormat. /// Represents the following element tag in the schema: inkml:traceFormat. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.TraceFormat? TraceFormat { get => GetElement(); @@ -1582,12 +1582,12 @@ public DocumentFormat.OpenXml.InkML.TraceFormat? TraceFormat /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:canvasTransform. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:mapping> /// - /// + /// public partial class CanvasTransform : OpenXmlCompositeElement { /// @@ -1625,9 +1625,9 @@ public CanvasTransform(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1667,7 +1667,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:inkSource. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:activeArea> @@ -1677,7 +1677,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <inkml:srcProperty> /// <inkml:traceFormat> /// - /// + /// public partial class InkSource : OpenXmlCompositeElement { /// @@ -1715,9 +1715,9 @@ public InkSource(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1812,9 +1812,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// TraceFormat. /// Represents the following element tag in the schema: inkml:traceFormat. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.TraceFormat? TraceFormat { get => GetElement(); @@ -1825,9 +1825,9 @@ public DocumentFormat.OpenXml.InkML.TraceFormat? TraceFormat /// SampleRate. /// Represents the following element tag in the schema: inkml:sampleRate. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.SampleRate? SampleRate { get => GetElement(); @@ -1838,9 +1838,9 @@ public DocumentFormat.OpenXml.InkML.SampleRate? SampleRate /// Latency. /// Represents the following element tag in the schema: inkml:latency. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.Latency? Latency { get => GetElement(); @@ -1851,9 +1851,9 @@ public DocumentFormat.OpenXml.InkML.Latency? Latency /// ActiveArea. /// Represents the following element tag in the schema: inkml:activeArea. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.ActiveArea? ActiveArea { get => GetElement(); @@ -1869,14 +1869,14 @@ public DocumentFormat.OpenXml.InkML.ActiveArea? ActiveArea /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:brush. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:annotation> /// <inkml:annotationXML> /// <inkml:brushProperty> /// - /// + /// public partial class Brush : OpenXmlCompositeElement { /// @@ -1914,9 +1914,9 @@ public Brush(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -1976,9 +1976,9 @@ public Timestamp() : base() /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2078,9 +2078,9 @@ internal override OpenXmlSimpleType InnerTextToValue(string text) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2190,7 +2190,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:traceGroup. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:annotation> @@ -2198,7 +2198,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <inkml:trace> /// <inkml:traceGroup> /// - /// + /// public partial class TraceGroup : OpenXmlCompositeElement { /// @@ -2236,9 +2236,9 @@ public TraceGroup(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2301,14 +2301,14 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:traceView. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:annotation> /// <inkml:annotationXML> /// <inkml:traceView> /// - /// + /// public partial class TraceView : OpenXmlCompositeElement { /// @@ -2346,9 +2346,9 @@ public TraceView(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2431,7 +2431,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:context. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:brush> @@ -2441,7 +2441,7 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// <inkml:timestamp> /// <inkml:traceFormat> /// - /// + /// public partial class Context : OpenXmlCompositeElement { /// @@ -2479,9 +2479,9 @@ public Context(string outerXml) : base(outerXml) /// id /// Represents the following attribute in the schema: xml:id /// - /// + /// /// xmlns:xml=http://www.w3.org/XML/1998/namespace - /// + /// public StringValue? Id { get => GetAttribute(); @@ -2613,9 +2613,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder) /// Canvas. /// Represents the following element tag in the schema: inkml:canvas. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.Canvas? Canvas { get => GetElement(); @@ -2626,9 +2626,9 @@ public DocumentFormat.OpenXml.InkML.Canvas? Canvas /// CanvasTransform. /// Represents the following element tag in the schema: inkml:canvasTransform. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.CanvasTransform? CanvasTransform { get => GetElement(); @@ -2639,9 +2639,9 @@ public DocumentFormat.OpenXml.InkML.CanvasTransform? CanvasTransform /// TraceFormat. /// Represents the following element tag in the schema: inkml:traceFormat. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.TraceFormat? TraceFormat { get => GetElement(); @@ -2652,9 +2652,9 @@ public DocumentFormat.OpenXml.InkML.TraceFormat? TraceFormat /// InkSource. /// Represents the following element tag in the schema: inkml:inkSource. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.InkSource? InkSource { get => GetElement(); @@ -2665,9 +2665,9 @@ public DocumentFormat.OpenXml.InkML.InkSource? InkSource /// Brush. /// Represents the following element tag in the schema: inkml:brush. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.Brush? Brush { get => GetElement(); @@ -2678,9 +2678,9 @@ public DocumentFormat.OpenXml.InkML.Brush? Brush /// Timestamp. /// Represents the following element tag in the schema: inkml:timestamp. /// - /// + /// /// xmlns:inkml = http://www.w3.org/2003/InkML - /// + /// public DocumentFormat.OpenXml.InkML.Timestamp? Timestamp { get => GetElement(); @@ -2696,7 +2696,7 @@ public DocumentFormat.OpenXml.InkML.Timestamp? Timestamp /// This class is available in Office 2007 and above. /// When the object is serialized out as xml, it's qualified name is inkml:definitions. /// - /// + /// /// The following table lists the possible child types: /// /// <inkml:brush> @@ -2711,7 +2711,7 @@ public DocumentFormat.OpenXml.InkML.Timestamp? Timestamp /// <inkml:traceGroup> /// <inkml:traceView> /// - /// + /// public partial class Definitions : OpenXmlCompositeElement { /// diff --git a/src/DocumentFormat.OpenXml/Schema/Presentation/CommentPropertiesExtension.cs b/src/DocumentFormat.OpenXml/Schema/Presentation/CommentPropertiesExtension.cs index 169a6fdeb..f9fb72cb1 100644 --- a/src/DocumentFormat.OpenXml/Schema/Presentation/CommentPropertiesExtension.cs +++ b/src/DocumentFormat.OpenXml/Schema/Presentation/CommentPropertiesExtension.cs @@ -11,13 +11,13 @@ namespace DocumentFormat.OpenXml.Office2021.PowerPoint.Comment /// This class is available in Office 2021 and above. /// When the object is serialized out as xml, it's qualified name is p:ext. /// - /// + /// /// The following table lists the possible child types: /// /// <p223:reactions> /// <p228:taskDetails> /// - /// + /// [Obsolete("Unused type, prefer DocumentFormat.OpenXml.Presentation.CommentPropertiesExtension", true)] [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] public partial class CommentPropertiesExtension : DocumentFormat.OpenXml.Presentation.CommentPropertiesExtension diff --git a/src/DocumentFormat.OpenXml/Schema/Wordprocessing/CustomXmlElement.cs b/src/DocumentFormat.OpenXml/Schema/Wordprocessing/CustomXmlElement.cs index adcfc5f40..103616c13 100644 --- a/src/DocumentFormat.OpenXml/Schema/Wordprocessing/CustomXmlElement.cs +++ b/src/DocumentFormat.OpenXml/Schema/Wordprocessing/CustomXmlElement.cs @@ -42,10 +42,10 @@ protected CustomXmlElement(string outerXml) /// /// Gets or sets the custom XML Markup Namespace. /// - /// + /// /// Represents the attribute in schema: w:uri. /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main. - /// + /// public StringValue? Uri { get => GetAttribute(); @@ -55,10 +55,10 @@ public StringValue? Uri /// /// Gets or sets the element name. /// - /// + /// /// Represents the attribute in schema: w:element. /// xmlns:w=http://schemas.openxmlformats.org/wordprocessingml/2006/main. - /// + /// public StringValue? Element { get => GetAttribute(); @@ -68,9 +68,9 @@ public StringValue? Element /// /// Gets or sets the CustomXmlProperties which represents the element tag in schema: w:customXmlPr. /// - /// + /// /// xmlns:w = http://schemas.openxmlformats.org/wordprocessingml/2006/main. - /// + /// public CustomXmlProperties? CustomXmlProperties { get => GetElement();