@openxmldev/linq-to-ooxml
Version:
OOXML Namespace-related Classes for LINQ to XML for TypeScript
683 lines • 35.8 kB
JavaScript
/**
* @author Thomas Barnekow
* @license MIT
*/
import { XAttribute, XNamespace } from '@openxmldev/linq-to-xml';
/**
* Declares XNamespace and XName fields for the `xmlns:o="urn:schemas-microsoft-com:office:office"` namespace.
*/
export class O {
/** @internal */
constructor() {
// Ignore
}
/**
* Returns the namespace declaration `XAttribute` for this namespace.
*/
static get namespaceDeclaration() {
return new XAttribute(XNamespace.xmlns.getName('o'), O.o.namespaceName);
}
}
/**
* Defines the XML namespace associated with the `o` prefix.
*/
O.o = XNamespace.get('urn:schemas-microsoft-com:office:office');
/**
* Represents the `o:allowincell` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode shapedefaults o:shapedefaults}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.allowincell = O.o.getName('allowincell');
/**
* Represents the `o:allowoverlap` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode shapedefaults o:shapedefaults}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.allowoverlap = O.o.getName('allowoverlap');
/**
* Represents the `o:althref` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode bottom o:bottom}, {@linkcode column o:column}, {@linkcode left o:left}, {@linkcode right o:right}, {@linkcode top o:top}, {@linkcode V.fill v:fill}, {@linkcode V.stroke v:stroke}
*/
O.althref = O.o.getName('althref');
/**
* Represents the `o:borderbottomcolor` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.borderbottomcolor = O.o.getName('borderbottomcolor');
/**
* Represents the `o:borderleftcolor` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.borderleftcolor = O.o.getName('borderleftcolor');
/**
* Represents the `o:borderrightcolor` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.borderrightcolor = O.o.getName('borderrightcolor');
/**
* Represents the `o:bordertopcolor` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.bordertopcolor = O.o.getName('bordertopcolor');
/**
* Represents the `o:bottom` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.stroke v:stroke}
* - XML attributes: {@linkcode althref o:althref}, {@linkcode forcedash o:forcedash}, {@linkcode href o:href}, {@linkcode title o:title}, {@linkcode V.ext v:ext}
*/
O.bottom = O.o.getName('bottom');
/**
* Represents the `o:bullet` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.bullet = O.o.getName('bullet');
/**
* Represents the `o:button` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.button = O.o.getName('button');
/**
* Represents the `o:bwmode` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.background v:background}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.bwmode = O.o.getName('bwmode');
/**
* Represents the `o:bwnormal` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.background v:background}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.bwnormal = O.o.getName('bwnormal');
/**
* Represents the `o:bwpure` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.background v:background}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.bwpure = O.o.getName('bwpure');
/**
* Represents the `o:callout` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode shapedefaults o:shapedefaults}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.callout = O.o.getName('callout');
/**
* Represents the `o:clip` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.clip = O.o.getName('clip');
/**
* Represents the `o:clippath` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
* - XML attributes: {@linkcode v o:v}
*/
O.clippath = O.o.getName('clippath');
/**
* Represents the `o:cliptowrap` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.cliptowrap = O.o.getName('cliptowrap');
/**
* Represents the `o:colormenu` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode shapedefaults o:shapedefaults}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.colormenu = O.o.getName('colormenu');
/**
* Represents the `o:colormru` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode shapedefaults o:shapedefaults}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.colormru = O.o.getName('colormru');
/**
* Represents the `o:column` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.stroke v:stroke}
* - XML attributes: {@linkcode althref o:althref}, {@linkcode forcedash o:forcedash}, {@linkcode href o:href}, {@linkcode title o:title}, {@linkcode V.ext v:ext}
*/
O.column = O.o.getName('column');
/**
* Represents the `o:complex` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.shapetype v:shapetype}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.complex = O.o.getName('complex');
/**
* Represents the `o:connectangles` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.path v:path}
*/
O.connectangles = O.o.getName('connectangles');
/**
* Represents the `o:connectlocs` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.path v:path}
*/
O.connectlocs = O.o.getName('connectlocs');
/**
* Represents the `o:connectortype` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.connectortype = O.o.getName('connectortype');
/**
* Represents the `o:connecttype` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.path v:path}
*/
O.connecttype = O.o.getName('connecttype');
/**
* Represents the `o:detectmouseclick` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.fill v:fill}, {@linkcode V.imagedata v:imagedata}
*/
O.detectmouseclick = O.o.getName('detectmouseclick');
/**
* Represents the `o:dgmlayout` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.dgmlayout = O.o.getName('dgmlayout');
/**
* Represents the `o:dgmlayoutmru` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.dgmlayoutmru = O.o.getName('dgmlayoutmru');
/**
* Represents the `o:dgmnodekind` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.dgmnodekind = O.o.getName('dgmnodekind');
/**
* Represents the `o:diagram` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.group v:group}
* - child XML elements: {@linkcode relationtable o:relationtable}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.diagram = O.o.getName('diagram');
/**
* Represents the `o:doubleclicknotify` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.doubleclicknotify = O.o.getName('doubleclicknotify');
/**
* Represents the `o:entry` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode regrouptable o:regrouptable}
*/
O.entry = O.o.getName('entry');
/**
* Represents the `o:extrusion` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode shapedefaults o:shapedefaults}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.extrusion = O.o.getName('extrusion');
/**
* Represents the `o:extrusionok` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.path v:path}
*/
O.extrusionok = O.o.getName('extrusionok');
/**
* Represents the `o:FieldCodes` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode OLEObject o:OLEObject}
*/
O.FieldCodes = O.o.getName('FieldCodes');
/**
* Represents the `o:fill` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.fill v:fill}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.fill = O.o.getName('fill');
/**
* Represents the `o:forcedash` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode bottom o:bottom}, {@linkcode column o:column}, {@linkcode left o:left}, {@linkcode right o:right}, {@linkcode top o:top}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}, {@linkcode V.stroke v:stroke}
*/
O.forcedash = O.o.getName('forcedash');
/**
* Represents the `o:gfxdata` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}
*/
O.gfxdata = O.o.getName('gfxdata');
/**
* Represents the `o:hr` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.hr = O.o.getName('hr');
/**
* Represents the `o:hralign` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.hralign = O.o.getName('hralign');
/**
* Represents the `o:href` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode bottom o:bottom}, {@linkcode column o:column}, {@linkcode left o:left}, {@linkcode right o:right}, {@linkcode top o:top}, {@linkcode V.fill v:fill}, {@linkcode V.stroke v:stroke}
*/
O.href = O.o.getName('href');
/**
* Represents the `o:hrnoshade` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.hrnoshade = O.o.getName('hrnoshade');
/**
* Represents the `o:hrpct` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.hrpct = O.o.getName('hrpct');
/**
* Represents the `o:hrstd` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.hrstd = O.o.getName('hrstd');
/**
* Represents the `o:idmap` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode shapelayout o:shapelayout}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.idmap = O.o.getName('idmap');
/**
* Represents the `o:ink` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.polyline v:polyline}, {@linkcode V.shape v:shape}
*/
O.ink = O.o.getName('ink');
/**
* Represents the `o:insetmode` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode shapedefaults o:shapedefaults}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.insetmode = O.o.getName('insetmode');
/**
* Represents the `o:left` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.stroke v:stroke}
* - XML attributes: {@linkcode althref o:althref}, {@linkcode forcedash o:forcedash}, {@linkcode href o:href}, {@linkcode title o:title}, {@linkcode V.ext v:ext}
*/
O.left = O.o.getName('left');
/**
* Represents the `o:LinkType` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode OLEObject o:OLEObject}
*/
O.LinkType = O.o.getName('LinkType');
/**
* Represents the `o:lock` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode shapedefaults o:shapedefaults}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.lock = O.o.getName('lock');
/**
* Represents the `o:LockedField` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode OLEObject o:OLEObject}
*/
O.LockedField = O.o.getName('LockedField');
/**
* Represents the `o:master` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.shapetype v:shapetype}
*/
O.master = O.o.getName('master');
/**
* Represents the `o:ole` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.ole = O.o.getName('ole');
/**
* Represents the `o:oleicon` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.oleicon = O.o.getName('oleicon');
/**
* Represents the `o:OLEObject` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode W.object w:object}, {@linkcode W.pict w:pict}
* - child XML elements: {@linkcode FieldCodes o:FieldCodes}, {@linkcode LinkType o:LinkType}, {@linkcode LockedField o:LockedField}
* - XML attributes: {@linkcode R.id r:id}
*/
O.OLEObject = O.o.getName('OLEObject');
/**
* Represents the `o:oned` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.oned = O.o.getName('oned');
/**
* Represents the `o:opacity2` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.fill v:fill}
*/
O.opacity2 = O.o.getName('opacity2');
/**
* Represents the `o:preferrelative` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.preferrelative = O.o.getName('preferrelative');
/**
* Represents the `o:proxy` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode r o:r}
*/
O.proxy = O.o.getName('proxy');
/**
* Represents the `o:r` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode rules o:rules}
* - child XML elements: {@linkcode proxy o:proxy}
*/
O.r = O.o.getName('r');
/**
* Represents the `o:regroupid` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.regroupid = O.o.getName('regroupid');
/**
* Represents the `o:regrouptable` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode shapelayout o:shapelayout}
* - child XML elements: {@linkcode entry o:entry}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.regrouptable = O.o.getName('regrouptable');
/**
* Represents the `o:rel` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode relationtable o:relationtable}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.rel = O.o.getName('rel');
/**
* Represents the `o:relationtable` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode diagram o:diagram}
* - child XML elements: {@linkcode rel o:rel}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.relationtable = O.o.getName('relationtable');
/**
* Represents the `o:relid` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.imagedata v:imagedata}
*/
O.relid = O.o.getName('relid');
/**
* Represents the `o:right` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.stroke v:stroke}
* - XML attributes: {@linkcode althref o:althref}, {@linkcode forcedash o:forcedash}, {@linkcode href o:href}, {@linkcode title o:title}, {@linkcode V.ext v:ext}
*/
O.right = O.o.getName('right');
/**
* Represents the `o:rules` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode shapelayout o:shapelayout}
* - child XML elements: {@linkcode r o:r}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.rules = O.o.getName('rules');
/**
* Represents the `o:shapedefaults` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode W.hdrShapeDefaults w:hdrShapeDefaults}, {@linkcode W.shapeDefaults w:shapeDefaults}
* - child XML elements: {@linkcode callout o:callout}, {@linkcode colormenu o:colormenu}, {@linkcode colormru o:colormru}, {@linkcode extrusion o:extrusion}, {@linkcode lock o:lock}, {@linkcode skew o:skew}, {@linkcode V.fill v:fill}, {@linkcode V.imagedata v:imagedata}, {@linkcode V.shadow v:shadow}, {@linkcode V.stroke v:stroke}, {@linkcode V.textbox v:textbox}
* - XML attributes: {@linkcode allowincell o:allowincell}, {@linkcode allowoverlap o:allowoverlap}, {@linkcode insetmode o:insetmode}, {@linkcode V.ext v:ext}
*/
O.shapedefaults = O.o.getName('shapedefaults');
/**
* Represents the `o:shapelayout` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode W.hdrShapeDefaults w:hdrShapeDefaults}, {@linkcode W.shapeDefaults w:shapeDefaults}
* - child XML elements: {@linkcode idmap o:idmap}, {@linkcode regrouptable o:regrouptable}, {@linkcode rules o:rules}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.shapelayout = O.o.getName('shapelayout');
/**
* Represents the `o:signatureline` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
* - XML attributes: {@linkcode suggestedsigner o:suggestedsigner}, {@linkcode suggestedsigner2 o:suggestedsigner2}, {@linkcode suggestedsigneremail o:suggestedsigneremail}, {@linkcode V.ext v:ext}
*/
O.signatureline = O.o.getName('signatureline');
/**
* Represents the `o:singleclick` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.textbox v:textbox}
*/
O.singleclick = O.o.getName('singleclick');
/**
* Represents the `o:skew` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode shapedefaults o:shapedefaults}, {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
* - XML attributes: {@linkcode V.ext v:ext}
*/
O.skew = O.o.getName('skew');
/**
* Represents the `o:spid` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.spid = O.o.getName('spid');
/**
* Represents the `o:spt` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.spt = O.o.getName('spt');
/**
* Represents the `o:suggestedsigner` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode signatureline o:signatureline}
*/
O.suggestedsigner = O.o.getName('suggestedsigner');
/**
* Represents the `o:suggestedsigner2` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode signatureline o:signatureline}
*/
O.suggestedsigner2 = O.o.getName('suggestedsigner2');
/**
* Represents the `o:suggestedsigneremail` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode signatureline o:signatureline}
*/
O.suggestedsigneremail = O.o.getName('suggestedsigneremail');
/**
* Represents the `o:tablelimits` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.group v:group}
*/
O.tablelimits = O.o.getName('tablelimits');
/**
* Represents the `o:tableproperties` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.group v:group}
*/
O.tableproperties = O.o.getName('tableproperties');
/**
* Represents the `o:targetscreensize` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.background v:background}
*/
O.targetscreensize = O.o.getName('targetscreensize');
/**
* Represents the `o:title` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode bottom o:bottom}, {@linkcode column o:column}, {@linkcode left o:left}, {@linkcode right o:right}, {@linkcode top o:top}, {@linkcode V.fill v:fill}, {@linkcode V.imagedata v:imagedata}, {@linkcode V.stroke v:stroke}
*/
O.title = O.o.getName('title');
/**
* Represents the `o:top` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode V.stroke v:stroke}
* - XML attributes: {@linkcode althref o:althref}, {@linkcode forcedash o:forcedash}, {@linkcode href o:href}, {@linkcode title o:title}, {@linkcode V.ext v:ext}
*/
O.top = O.o.getName('top');
/**
* Represents the `o:userdrawn` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.userdrawn = O.o.getName('userdrawn');
/**
* Represents the `o:userhidden` XML attributes.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode V.arc v:arc}, {@linkcode V.curve v:curve}, {@linkcode V.group v:group}, {@linkcode V.image v:image}, {@linkcode V.line v:line}, {@linkcode V.oval v:oval}, {@linkcode V.polyline v:polyline}, {@linkcode V.rect v:rect}, {@linkcode V.roundrect v:roundrect}, {@linkcode V.shape v:shape}, {@linkcode V.shapetype v:shapetype}
*/
O.userhidden = O.o.getName('userhidden');
/**
* Represents the `o:v` XML attribute.
*
* @remarks
* As an XML attribute, it is contained in the following XML elements: {@linkcode clippath o:clippath}
*/
O.v = O.o.getName('v');
//# sourceMappingURL=O.js.map