add xsd comments to file/drawing
This commit is contained in:
@ -15,6 +15,13 @@ export interface IDrawingOptions {
|
||||
readonly floating?: IFloating;
|
||||
}
|
||||
|
||||
// <xsd:complexType name="CT_Drawing">
|
||||
// <xsd:choice minOccurs="1" maxOccurs="unbounded">
|
||||
// <xsd:element ref="wp:anchor" minOccurs="0"/>
|
||||
// <xsd:element ref="wp:inline" minOccurs="0"/>
|
||||
// </xsd:choice>
|
||||
// </xsd:complexType>
|
||||
|
||||
export class Drawing extends XmlComponent {
|
||||
private readonly inline: Inline;
|
||||
|
||||
|
Reference in New Issue
Block a user