-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge M365 Update into v2.20.0 (#1383)
* Add latest M365 updates from March 2023
- Loading branch information
1 parent
ee2e9c8
commit d4445a2
Showing
28 changed files
with
3,644 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
data/schemas/schemas_microsoft_com_office_drawing_2022_imageformula.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"TargetNamespace": "http://schemas.microsoft.com/office/drawing/2022/imageformula", | ||
"Types": [ | ||
{ | ||
"Name": "aif:CT_ImageFormula/aif:imageFormula", | ||
"ClassName": "ImageFormula", | ||
"Summary": "Defines the ImageFormula Class.", | ||
"BaseClass": "OpenXmlLeafElement", | ||
"IsLeafElement": true, | ||
"Version": "Microsoft365", | ||
"Attributes": [ | ||
{ | ||
"QName": ":formula", | ||
"Type": "StringValue", | ||
"Version": "Microsoft365", | ||
"PropertyComments": "formula" | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.