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
///
- ///
+ ///