Skip to content

Office 2019 Updates #882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/DocumentFormat.OpenXml/Framework/OpenXmlNamespace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,30 @@ private static string NormalizeNamespace(in OpenXmlNamespace ns)
{ "http://schemas.microsoft.com/office/spreadsheetml/2014/11/main", "x16", FileFormatVersions.Office2016 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2015/02/main", "x16r2", FileFormatVersions.Office2016 },
{ "http://schemas.microsoft.com/office/word/2015/wordml/symex", "w16se", FileFormatVersions.Office2016 },

// O19
{ "http://schemas.microsoft.com/office/powerpoint/2017/3/main", "p173", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2016/pivotdefaultlayout", "xpdl", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2016/01/main", "xlPr", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2015/revision2", "xr2", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2016/revision3", "xr3", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2016/revision5", "xr5", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2016/revision6", "xr6", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2016/revision9", "xr9", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2016/revision10", "xr10", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2017/revision16", "xr16", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2017/richdata2", "xlrd2", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2017/richdata", "xlrd", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2018/calcfeatures", "xcalcf", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2018/threadedcomments", "xltc", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/drawing/2017/03/chart", "c16r3", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/spreadsheetml/2017/dynamicarray", "xda", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/drawing/2016/11/diagram", "dgm1611", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/drawing/2016/12/diagram", "dgm1612", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/drawing/2016/ink", "aink", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/drawing/2018/hyperlinkcolor", "ahyp", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/word/2016/wordml/cid", "w16cid", FileFormatVersions.Office2019 },
{ "http://schemas.microsoft.com/office/drawing/2016/SVG/main", "asvg", FileFormatVersions.Office2019 },
};

internal static int Count => _namespaceResolver.Count;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public Style() : base()
}

/// <summary>
/// <para>val, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>val, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: val</para>
/// </summary>

Expand Down Expand Up @@ -713,7 +713,7 @@ protected BooleanFalseType() : base()
}

/// <summary>
/// <para>val, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>val, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: val</para>
/// </summary>

Expand Down Expand Up @@ -754,7 +754,7 @@ public ShowSketchButton() : base()
}

/// <summary>
/// <para>val, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>val, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: val</para>
/// </summary>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public ContentPart(string outerXml) : base(outerXml)
}

/// <summary>
/// <para>id, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>id, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: r:id</para>
/// </summary>
/// <remark>
Expand All @@ -84,7 +84,7 @@ public StringValue RelationshipId
}

/// <summary>
/// <para>bwMode, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>bwMode, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: bwMode</para>
/// </summary>

Expand Down Expand Up @@ -431,7 +431,7 @@ public NonVisualInkContentPartProperties(string outerXml) : base(outerXml)
}

/// <summary>
/// <para>isComment, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>isComment, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: isComment</para>
/// </summary>

Expand Down Expand Up @@ -602,7 +602,7 @@ public ApplicationNonVisualDrawingProperties() : base()
}

/// <summary>
/// <para>macro, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>macro, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: macro</para>
/// </summary>

Expand All @@ -618,7 +618,7 @@ public StringValue Macro
}

/// <summary>
/// <para>fPublished, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>fPublished, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: fPublished</para>
/// </summary>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public CompatibilityShape() : base()
}

/// <summary>
/// <para>spid, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>spid, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: spid</para>
/// </summary>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public RecolorImages() : base()
}

/// <summary>
/// <para>val, this property is only available in Office2010, Office2013, Office2016</para>
/// <para>val, this property is only available in Office 2010 and later.</para>
/// <para>Represents the following attribute in the schema: val</para>
/// </summary>

Expand Down
Loading