UNPKG

@openxmldev/linq-to-ooxml

Version:

OOXML Namespace-related Classes for LINQ to XML for TypeScript

957 lines (956 loc) 157 kB
/** * @author Thomas Barnekow * @license MIT */ import { XAttribute, XNamespace } from '@openxmldev/linq-to-xml'; /** * Declares XNamespace and XName fields for the `xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"` namespace. */ export class A { /** @internal */ constructor() { // Ignore } /** * Returns the namespace declaration `XAttribute` for this namespace. */ static get namespaceDeclaration() { return new XAttribute(XNamespace.xmlns.getName('a'), A.a.namespaceName); } } /** * Defines the XML namespace associated with the `a` prefix. */ A.a = XNamespace.get('http://schemas.openxmlformats.org/drawingml/2006/main'); /** * Represents the `a:accent1` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrScheme a:clrScheme} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.accent1 = A.a.getName('accent1'); /** * Represents the `a:accent2` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrScheme a:clrScheme} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.accent2 = A.a.getName('accent2'); /** * Represents the `a:accent3` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrScheme a:clrScheme} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.accent3 = A.a.getName('accent3'); /** * Represents the `a:accent4` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrScheme a:clrScheme} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.accent4 = A.a.getName('accent4'); /** * Represents the `a:accent5` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrScheme a:clrScheme} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.accent5 = A.a.getName('accent5'); /** * Represents the `a:accent6` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrScheme a:clrScheme} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.accent6 = A.a.getName('accent6'); /** * Represents the `a:ahLst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode custGeom a:custGeom} * - child XML elements: {@linkcode ahPolar a:ahPolar}, {@linkcode ahXY a:ahXY} */ A.ahLst = A.a.getName('ahLst'); /** * Represents the `a:ahPolar` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode ahLst a:ahLst} * - child XML elements: {@linkcode pos a:pos} */ A.ahPolar = A.a.getName('ahPolar'); /** * Represents the `a:ahXY` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode ahLst a:ahLst} * - child XML elements: {@linkcode pos a:pos} */ A.ahXY = A.a.getName('ahXY'); /** * Represents the `a:alpha` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.alpha = A.a.getName('alpha'); /** * Represents the `a:alphaBiLevel` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} */ A.alphaBiLevel = A.a.getName('alphaBiLevel'); /** * Represents the `a:alphaCeiling` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} */ A.alphaCeiling = A.a.getName('alphaCeiling'); /** * Represents the `a:alphaFloor` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} */ A.alphaFloor = A.a.getName('alphaFloor'); /** * Represents the `a:alphaInv` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.alphaInv = A.a.getName('alphaInv'); /** * Represents the `a:alphaMod` XML elements. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} * - child XML elements: {@linkcode cont a:cont} */ A.alphaMod = A.a.getName('alphaMod'); /** * Represents the `a:alphaModFix` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} */ A.alphaModFix = A.a.getName('alphaModFix'); /** * Represents the `a:alphaOff` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.alphaOff = A.a.getName('alphaOff'); /** * Represents the `a:alphaOutset` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} */ A.alphaOutset = A.a.getName('alphaOutset'); /** * Represents the `a:alphaRepl` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} */ A.alphaRepl = A.a.getName('alphaRepl'); /** * Represents the `a:anchor` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode backdrop a:backdrop} */ A.anchor = A.a.getName('anchor'); /** * Represents the `a:arcTo` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode path a:path} */ A.arcTo = A.a.getName('arcTo'); /** * Represents the `a:audioCd` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode P.nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr} * - child XML elements: {@linkcode end a:end}, {@linkcode extLst a:extLst}, {@linkcode st a:st} */ A.audioCd = A.a.getName('audioCd'); /** * Represents the `a:audioFile` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode P.nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr} * - child XML elements: {@linkcode extLst a:extLst} * - XML attributes: {@linkcode R.link r:link} */ A.audioFile = A.a.getName('audioFile'); /** * Represents the `a:avLst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode custGeom a:custGeom}, {@linkcode prstGeom a:prstGeom}, {@linkcode prstTxWarp a:prstTxWarp} * - child XML elements: {@linkcode gd a:gd} */ A.avLst = A.a.getName('avLst'); /** * Represents the `a:backdrop` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode scene3d a:scene3d}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d} * - child XML elements: {@linkcode anchor a:anchor}, {@linkcode extLst a:extLst}, {@linkcode norm a:norm}, {@linkcode up a:up} */ A.backdrop = A.a.getName('backdrop'); /** * Represents the `a:band1H` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle} * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle} */ A.band1H = A.a.getName('band1H'); /** * Represents the `a:band1V` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle} * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle} */ A.band1V = A.a.getName('band1V'); /** * Represents the `a:band2H` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle} * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle} */ A.band2H = A.a.getName('band2H'); /** * Represents the `a:band2V` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tableStyle a:tableStyle}, {@linkcode tblStyle a:tblStyle} * - child XML elements: {@linkcode tcStyle a:tcStyle}, {@linkcode tcTxStyle a:tcTxStyle} */ A.band2V = A.a.getName('band2V'); /** * Represents the `a:bevel` XML elements. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cell3D a:cell3D}, {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine} */ A.bevel = A.a.getName('bevel'); /** * Represents the `a:bevelB` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sp3d a:sp3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d} */ A.bevelB = A.a.getName('bevelB'); /** * Represents the `a:bevelT` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sp3d a:sp3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d} */ A.bevelT = A.a.getName('bevelT'); /** * Represents the `a:bgClr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode pattFill a:pattFill} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.bgClr = A.a.getName('bgClr'); /** * Represents the `a:bgFillStyleLst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode fmtScheme a:fmtScheme} * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode solidFill a:solidFill} */ A.bgFillStyleLst = A.a.getName('bgFillStyleLst'); /** * Represents the `a:biLevel` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} */ A.biLevel = A.a.getName('biLevel'); /** * Represents the `a:bldChart` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode P.bldSub p:bldSub} */ A.bldChart = A.a.getName('bldChart'); /** * Represents the `a:bldDgm` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode P.bldSub p:bldSub} */ A.bldDgm = A.a.getName('bldDgm'); /** * Represents the `a:blend` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} * - child XML elements: {@linkcode cont a:cont} */ A.blend = A.a.getName('blend'); /** * Represents the `a:blip` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blipFill a:blipFill}, {@linkcode buBlip a:buBlip}, {@linkcode graphicData a:graphicData}, {@linkcode P.blipFill p:blipFill} * - child XML elements: {@linkcode alphaBiLevel a:alphaBiLevel}, {@linkcode alphaCeiling a:alphaCeiling}, {@linkcode alphaFloor a:alphaFloor}, {@linkcode alphaInv a:alphaInv}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaModFix a:alphaModFix}, {@linkcode alphaRepl a:alphaRepl}, {@linkcode biLevel a:biLevel}, {@linkcode blur a:blur}, {@linkcode clrChange a:clrChange}, {@linkcode clrRepl a:clrRepl}, {@linkcode duotone a:duotone}, {@linkcode extLst a:extLst}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode grayscl a:grayscl}, {@linkcode hsl a:hsl}, {@linkcode lum a:lum}, {@linkcode tint a:tint} * - XML attributes: {@linkcode R.embed r:embed}, {@linkcode R.link r:link} */ A.blip = A.a.getName('blip'); /** * Represents the `a:blipFill` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode bgFillStyleLst a:bgFillStyleLst}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode fillStyleLst a:fillStyleLst}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode pic a:pic}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode tcPr a:tcPr}, {@linkcode uFill a:uFill}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr} * - child XML elements: {@linkcode blip a:blip}, {@linkcode srcRect a:srcRect}, {@linkcode stretch a:stretch}, {@linkcode tile a:tile} */ A.blipFill = A.a.getName('blipFill'); /** * Represents the `a:blue` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.blue = A.a.getName('blue'); /** * Represents the `a:blueMod` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.blueMod = A.a.getName('blueMod'); /** * Represents the `a:blueOff` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.blueOff = A.a.getName('blueOff'); /** * Represents the `a:blur` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst} */ A.blur = A.a.getName('blur'); /** * Represents the `a:bodyPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode lnDef a:lnDef}, {@linkcode spDef a:spDef}, {@linkcode txBody a:txBody}, {@linkcode txDef a:txDef}, {@linkcode P.txBody p:txBody} * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode flatTx a:flatTx}, {@linkcode noAutofit a:noAutofit}, {@linkcode normAutofit a:normAutofit}, {@linkcode prstTxWarp a:prstTxWarp}, {@linkcode scene3d a:scene3d}, {@linkcode sp3d a:sp3d}, {@linkcode spAutoFit a:spAutoFit} */ A.bodyPr = A.a.getName('bodyPr'); /** * Represents the `a:bottom` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tcBdr a:tcBdr} * - child XML elements: {@linkcode ln a:ln}, {@linkcode lnRef a:lnRef} */ A.bottom = A.a.getName('bottom'); /** * Represents the `a:br` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode p a:p} * - child XML elements: {@linkcode rPr a:rPr} */ A.br = A.a.getName('br'); /** * Represents the `a:buAutoNum` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buAutoNum = A.a.getName('buAutoNum'); /** * Represents the `a:buBlip` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} * - child XML elements: {@linkcode blip a:blip} */ A.buBlip = A.a.getName('buBlip'); /** * Represents the `a:buChar` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buChar = A.a.getName('buChar'); /** * Represents the `a:buClr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.buClr = A.a.getName('buClr'); /** * Represents the `a:buClrTx` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buClrTx = A.a.getName('buClrTx'); /** * Represents the `a:buFont` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buFont = A.a.getName('buFont'); /** * Represents the `a:buFontTx` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buFontTx = A.a.getName('buFontTx'); /** * Represents the `a:buNone` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buNone = A.a.getName('buNone'); /** * Represents the `a:buSzPct` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buSzPct = A.a.getName('buSzPct'); /** * Represents the `a:buSzPts` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buSzPts = A.a.getName('buSzPts'); /** * Represents the `a:buSzTx` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} */ A.buSzTx = A.a.getName('buSzTx'); /** * Represents the `a:camera` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode scene3d a:scene3d}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d} * - child XML elements: {@linkcode rot a:rot} */ A.camera = A.a.getName('camera'); /** * Represents the `a:cell3D` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode tcPr a:tcPr}, {@linkcode tcStyle a:tcStyle} * - child XML elements: {@linkcode bevel a:bevel}, {@linkcode extLst a:extLst}, {@linkcode lightRig a:lightRig} */ A.cell3D = A.a.getName('cell3D'); /** * Represents the `a:chart` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode P.graphicEl p:graphicEl} */ A.chart = A.a.getName('chart'); /** * Represents the `a:chExt` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode xfrm a:xfrm} */ A.chExt = A.a.getName('chExt'); /** * Represents the `a:chOff` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode xfrm a:xfrm} */ A.chOff = A.a.getName('chOff'); /** * Represents the `a:close` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode path a:path} */ A.close = A.a.getName('close'); /** * Represents the `a:clrChange` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} * - child XML elements: {@linkcode clrFrom a:clrFrom}, {@linkcode clrTo a:clrTo} */ A.clrChange = A.a.getName('clrChange'); /** * Represents the `a:clrFrom` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrChange a:clrChange} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.clrFrom = A.a.getName('clrFrom'); /** * Represents the `a:clrMap` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode extraClrScheme a:extraClrScheme} * - child XML elements: {@linkcode extLst a:extLst} */ A.clrMap = A.a.getName('clrMap'); /** * Represents the `a:clrRepl` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.clrRepl = A.a.getName('clrRepl'); /** * Represents the `a:clrScheme` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode extraClrScheme a:extraClrScheme}, {@linkcode themeElements a:themeElements}, {@linkcode themeOverride a:themeOverride} * - child XML elements: {@linkcode accent1 a:accent1}, {@linkcode accent2 a:accent2}, {@linkcode accent3 a:accent3}, {@linkcode accent4 a:accent4}, {@linkcode accent5 a:accent5}, {@linkcode accent6 a:accent6}, {@linkcode dk1 a:dk1}, {@linkcode dk2 a:dk2}, {@linkcode extLst a:extLst}, {@linkcode folHlink a:folHlink}, {@linkcode hlink a:hlink}, {@linkcode lt1 a:lt1}, {@linkcode lt2 a:lt2} */ A.clrScheme = A.a.getName('clrScheme'); /** * Represents the `a:clrTo` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrChange a:clrChange} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.clrTo = A.a.getName('clrTo'); /** * Represents the `a:cNvCxnSpPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode nvCxnSpPr a:nvCxnSpPr} * - child XML elements: {@linkcode cxnSpLocks a:cxnSpLocks}, {@linkcode endCxn a:endCxn}, {@linkcode extLst a:extLst}, {@linkcode stCxn a:stCxn} */ A.cNvCxnSpPr = A.a.getName('cNvCxnSpPr'); /** * Represents the `a:cNvGraphicFramePr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode nvGraphicFramePr a:nvGraphicFramePr} * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode graphicFrameLocks a:graphicFrameLocks} */ A.cNvGraphicFramePr = A.a.getName('cNvGraphicFramePr'); /** * Represents the `a:cNvGrpSpPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode nvGrpSpPr a:nvGrpSpPr} * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode grpSpLocks a:grpSpLocks} */ A.cNvGrpSpPr = A.a.getName('cNvGrpSpPr'); /** * Represents the `a:cNvPicPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode nvPicPr a:nvPicPr} * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode picLocks a:picLocks} */ A.cNvPicPr = A.a.getName('cNvPicPr'); /** * Represents the `a:cNvPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode nvCxnSpPr a:nvCxnSpPr}, {@linkcode nvGraphicFramePr a:nvGraphicFramePr}, {@linkcode nvGrpSpPr a:nvGrpSpPr}, {@linkcode nvPicPr a:nvPicPr}, {@linkcode nvSpPr a:nvSpPr} * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkHover a:hlinkHover} */ A.cNvPr = A.a.getName('cNvPr'); /** * Represents the `a:cNvSpPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode nvSpPr a:nvSpPr} * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode spLocks a:spLocks} */ A.cNvSpPr = A.a.getName('cNvSpPr'); /** * Represents the `a:comp` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.comp = A.a.getName('comp'); /** * Represents the `a:cont` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode alphaMod a:alphaMod}, {@linkcode blend a:blend}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} * - child XML elements: {@linkcode alphaBiLevel a:alphaBiLevel}, {@linkcode alphaCeiling a:alphaCeiling}, {@linkcode alphaFloor a:alphaFloor}, {@linkcode alphaInv a:alphaInv}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaModFix a:alphaModFix}, {@linkcode alphaOutset a:alphaOutset}, {@linkcode alphaRepl a:alphaRepl}, {@linkcode biLevel a:biLevel}, {@linkcode blend a:blend}, {@linkcode blur a:blur}, {@linkcode clrChange a:clrChange}, {@linkcode clrRepl a:clrRepl}, {@linkcode cont a:cont}, {@linkcode duotone a:duotone}, {@linkcode effect a:effect}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode glow a:glow}, {@linkcode grayscl a:grayscl}, {@linkcode hsl a:hsl}, {@linkcode innerShdw a:innerShdw}, {@linkcode lum a:lum}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode reflection a:reflection}, {@linkcode relOff a:relOff}, {@linkcode softEdge a:softEdge}, {@linkcode tint a:tint}, {@linkcode xfrm a:xfrm} */ A.cont = A.a.getName('cont'); /** * Represents the `a:contourClr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode sp3d a:sp3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.contourClr = A.a.getName('contourClr'); /** * Represents the `a:cs` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode font a:font}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}, {@linkcode rPr a:rPr} */ A.cs = A.a.getName('cs'); /** * Represents the `a:cubicBezTo` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode path a:path} * - child XML elements: {@linkcode pt a:pt} */ A.cubicBezTo = A.a.getName('cubicBezTo'); /** * Represents the `a:custClr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode custClrLst a:custClrLst} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.custClr = A.a.getName('custClr'); /** * Represents the `a:custClrLst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode theme a:theme} * - child XML elements: {@linkcode custClr a:custClr} */ A.custClrLst = A.a.getName('custClrLst'); /** * Represents the `a:custDash` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode uLn a:uLn}, {@linkcode A14.hiddenLine a14:hiddenLine} * - child XML elements: {@linkcode ds a:ds} */ A.custDash = A.a.getName('custDash'); /** * Represents the `a:custGeom` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode spPr a:spPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPS.spPr wps:spPr} * - child XML elements: {@linkcode ahLst a:ahLst}, {@linkcode avLst a:avLst}, {@linkcode cxnLst a:cxnLst}, {@linkcode gdLst a:gdLst}, {@linkcode pathLst a:pathLst}, {@linkcode rect a:rect} */ A.custGeom = A.a.getName('custGeom'); /** * Represents the `a:cxn` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cxnLst a:cxnLst} * - child XML elements: {@linkcode pos a:pos} */ A.cxn = A.a.getName('cxn'); /** * Represents the `a:cxnLst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode custGeom a:custGeom} * - child XML elements: {@linkcode cxn a:cxn} */ A.cxnLst = A.a.getName('cxnLst'); /** * Represents the `a:cxnSp` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode grpSp a:grpSp} * - child XML elements: {@linkcode extLst a:extLst}, {@linkcode nvCxnSpPr a:nvCxnSpPr}, {@linkcode spPr a:spPr}, {@linkcode style a:style} */ A.cxnSp = A.a.getName('cxnSp'); /** * Represents the `a:cxnSpLocks` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cNvCxnSpPr a:cNvCxnSpPr}, {@linkcode P.cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode WPS.cNvCnPr wps:cNvCnPr} * - child XML elements: {@linkcode extLst a:extLst} */ A.cxnSpLocks = A.a.getName('cxnSpLocks'); /** * Represents the `a:defPPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode lstStyle a:lstStyle}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.titleStyle p:titleStyle} * - child XML elements: {@linkcode buAutoNum a:buAutoNum}, {@linkcode buBlip a:buBlip}, {@linkcode buChar a:buChar}, {@linkcode buClr a:buClr}, {@linkcode buClrTx a:buClrTx}, {@linkcode buFont a:buFont}, {@linkcode buFontTx a:buFontTx}, {@linkcode buNone a:buNone}, {@linkcode buSzPct a:buSzPct}, {@linkcode buSzPts a:buSzPts}, {@linkcode buSzTx a:buSzTx}, {@linkcode defRPr a:defRPr}, {@linkcode extLst a:extLst}, {@linkcode lnSpc a:lnSpc}, {@linkcode spcAft a:spcAft}, {@linkcode spcBef a:spcBef}, {@linkcode tabLst a:tabLst} */ A.defPPr = A.a.getName('defPPr'); /** * Represents the `a:defRPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defPPr a:defPPr}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode pPr a:pPr} * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode cs a:cs}, {@linkcode ea a:ea}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode highlight a:highlight}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkMouseOver a:hlinkMouseOver}, {@linkcode latin a:latin}, {@linkcode ln a:ln}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode rtl a:rtl}, {@linkcode solidFill a:solidFill}, {@linkcode sym a:sym}, {@linkcode uFill a:uFill}, {@linkcode uFillTx a:uFillTx}, {@linkcode uLn a:uLn}, {@linkcode uLnTx a:uLnTx} */ A.defRPr = A.a.getName('defRPr'); /** * Represents the `a:dgm` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode P.graphicEl p:graphicEl} */ A.dgm = A.a.getName('dgm'); /** * Represents the `a:dk1` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrScheme a:clrScheme} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.dk1 = A.a.getName('dk1'); /** * Represents the `a:dk2` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode clrScheme a:clrScheme} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.dk2 = A.a.getName('dk2'); /** * Represents the `a:ds` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode custDash a:custDash} */ A.ds = A.a.getName('ds'); /** * Represents the `a:duotone` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode blip a:blip}, {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.duotone = A.a.getName('duotone'); /** * Represents the `a:ea` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode font a:font}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}, {@linkcode rPr a:rPr} */ A.ea = A.a.getName('ea'); /** * Represents the `a:effect` XML elements. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cont a:cont}, {@linkcode effectDag a:effectDag}, {@linkcode tblBg a:tblBg} * - child XML elements: {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst} */ A.effect = A.a.getName('effect'); /** * Represents the `a:effectDag` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode effect a:effect}, {@linkcode effectStyle a:effectStyle}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode A14.hiddenEffects a14:hiddenEffects}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPC.whole wpc:whole}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr} * - child XML elements: {@linkcode alphaBiLevel a:alphaBiLevel}, {@linkcode alphaCeiling a:alphaCeiling}, {@linkcode alphaFloor a:alphaFloor}, {@linkcode alphaInv a:alphaInv}, {@linkcode alphaMod a:alphaMod}, {@linkcode alphaModFix a:alphaModFix}, {@linkcode alphaOutset a:alphaOutset}, {@linkcode alphaRepl a:alphaRepl}, {@linkcode biLevel a:biLevel}, {@linkcode blend a:blend}, {@linkcode blur a:blur}, {@linkcode clrChange a:clrChange}, {@linkcode clrRepl a:clrRepl}, {@linkcode cont a:cont}, {@linkcode duotone a:duotone}, {@linkcode effect a:effect}, {@linkcode fill a:fill}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode glow a:glow}, {@linkcode grayscl a:grayscl}, {@linkcode hsl a:hsl}, {@linkcode innerShdw a:innerShdw}, {@linkcode lum a:lum}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode reflection a:reflection}, {@linkcode relOff a:relOff}, {@linkcode softEdge a:softEdge}, {@linkcode tint a:tint}, {@linkcode xfrm a:xfrm} */ A.effectDag = A.a.getName('effectDag'); /** * Represents the `a:effectLst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode defRPr a:defRPr}, {@linkcode effect a:effect}, {@linkcode effectStyle a:effectStyle}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode rPr a:rPr}, {@linkcode spPr a:spPr}, {@linkcode tblPr a:tblPr}, {@linkcode A14.hiddenEffects a14:hiddenEffects}, {@linkcode P.bgPr p:bgPr}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.spPr p:spPr}, {@linkcode WPC.bg wpc:bg}, {@linkcode WPC.whole wpc:whole}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.spPr wps:spPr} * - child XML elements: {@linkcode blur a:blur}, {@linkcode fillOverlay a:fillOverlay}, {@linkcode glow a:glow}, {@linkcode innerShdw a:innerShdw}, {@linkcode outerShdw a:outerShdw}, {@linkcode prstShdw a:prstShdw}, {@linkcode reflection a:reflection}, {@linkcode softEdge a:softEdge} */ A.effectLst = A.a.getName('effectLst'); /** * Represents the `a:effectRef` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode style a:style}, {@linkcode tblBg a:tblBg}, {@linkcode P.style p:style}, {@linkcode WPS.style wps:style} * - child XML elements: {@linkcode hslClr a:hslClr}, {@linkcode prstClr a:prstClr}, {@linkcode schemeClr a:schemeClr}, {@linkcode scrgbClr a:scrgbClr}, {@linkcode srgbClr a:srgbClr}, {@linkcode sysClr a:sysClr} */ A.effectRef = A.a.getName('effectRef'); /** * Represents the `a:effectStyle` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode effectStyleLst a:effectStyleLst} * - child XML elements: {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode scene3d a:scene3d}, {@linkcode sp3d a:sp3d} */ A.effectStyle = A.a.getName('effectStyle'); /** * Represents the `a:effectStyleLst` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode fmtScheme a:fmtScheme} * - child XML elements: {@linkcode effectStyle a:effectStyle} */ A.effectStyleLst = A.a.getName('effectStyleLst'); /** * Represents the `a:end` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode audioCd a:audioCd} */ A.end = A.a.getName('end'); /** * Represents the `a:endCxn` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode cNvCxnSpPr a:cNvCxnSpPr}, {@linkcode P.cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode WPS.cNvCnPr wps:cNvCnPr} */ A.endCxn = A.a.getName('endCxn'); /** * Represents the `a:endParaRPr` XML element. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode p a:p} * - child XML elements: {@linkcode blipFill a:blipFill}, {@linkcode cs a:cs}, {@linkcode ea a:ea}, {@linkcode effectDag a:effectDag}, {@linkcode effectLst a:effectLst}, {@linkcode extLst a:extLst}, {@linkcode gradFill a:gradFill}, {@linkcode grpFill a:grpFill}, {@linkcode highlight a:highlight}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkMouseOver a:hlinkMouseOver}, {@linkcode latin a:latin}, {@linkcode ln a:ln}, {@linkcode noFill a:noFill}, {@linkcode pattFill a:pattFill}, {@linkcode rtl a:rtl}, {@linkcode solidFill a:solidFill}, {@linkcode sym a:sym}, {@linkcode uFill a:uFill}, {@linkcode uFillTx a:uFillTx}, {@linkcode uLn a:uLn}, {@linkcode uLnTx a:uLnTx} */ A.endParaRPr = A.a.getName('endParaRPr'); /** * Represents the `a:ext` XML elements. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode extLst a:extLst}, {@linkcode xfrm a:xfrm}, {@linkcode A14.extLst a14:extLst}, {@linkcode A14.xfrm a14:xfrm}, {@linkcode P.xfrm p:xfrm}, {@linkcode P14.xfrm p14:xfrm}, {@linkcode W14.extLst w14:extLst}, {@linkcode W14.xfrm w14:xfrm}, {@linkcode WPC.extLst wpc:extLst}, {@linkcode WPG.extLst wpg:extLst}, {@linkcode WPG.xfrm wpg:xfrm}, {@linkcode WPS.extLst wps:extLst} * - child XML elements: {@linkcode graphic a:graphic}, {@linkcode A14.cameraTool a14:cameraTool}, {@linkcode A14.compatExt a14:compatExt}, {@linkcode A14.hiddenEffects a14:hiddenEffects}, {@linkcode A14.hiddenFill a14:hiddenFill}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}, {@linkcode A14.imgProps a14:imgProps}, {@linkcode A14.isCanvas a14:isCanvas}, {@linkcode A14.shadowObscured a14:shadowObscured}, {@linkcode A14.useLocalDpi a14:useLocalDpi}, {@linkcode A15.backgroundPr a15:backgroundPr}, {@linkcode A15.nonVisualGroupProps a15:nonVisualGroupProps}, {@linkcode A15.objectPr a15:objectPr}, {@linkcode A15.signatureLine a15:signatureLine}, {@linkcode A16.creationId a16:creationId}, {@linkcode A16.predDERef a16:predDERef} */ A.ext = A.a.getName('ext'); /** * Represents the `a:extLst` XML elements. * * @remarks * As an XML element, it has the following: * - parent XML elements: {@linkcode audioCd a:audioCd}, {@linkcode audioFile a:audioFile}, {@linkcode backdrop a:backdrop}, {@linkcode blip a:blip}, {@linkcode bodyPr a:bodyPr}, {@linkcode cell3D a:cell3D}, {@linkcode clrMap a:clrMap}, {@linkcode clrScheme a:clrScheme}, {@linkcode cNvCxnSpPr a:cNvCxnSpPr}, {@linkcode cNvGraphicFramePr a:cNvGraphicFramePr}, {@linkcode cNvGrpSpPr a:cNvGrpSpPr}, {@linkcode cNvPicPr a:cNvPicPr}, {@linkcode cNvPr a:cNvPr}, {@linkcode cNvSpPr a:cNvSpPr}, {@linkcode cxnSp a:cxnSp}, {@linkcode cxnSpLocks a:cxnSpLocks}, {@linkcode defPPr a:defPPr}, {@linkcode defRPr a:defRPr}, {@linkcode endParaRPr a:endParaRPr}, {@linkcode font a:font}, {@linkcode fontScheme a:fontScheme}, {@linkcode graphicFrame a:graphicFrame}, {@linkcode graphicFrameLocks a:graphicFrameLocks}, {@linkcode gridCol a:gridCol}, {@linkcode grpSp a:grpSp}, {@linkcode grpSpLocks a:grpSpLocks}, {@linkcode grpSpPr a:grpSpPr}, {@linkcode hlinkClick a:hlinkClick}, {@linkcode hlinkHover a:hlinkHover}, {@linkcode hlinkMouseOver a:hlinkMouseOver}, {@linkcode ln a:ln}, {@linkcode lnB a:lnB}, {@linkcode lnBlToTr a:lnBlToTr}, {@linkcode lnDef a:lnDef}, {@linkcode lnL a:lnL}, {@linkcode lnR a:lnR}, {@linkcode lnT a:lnT}, {@linkcode lnTlToBr a:lnTlToBr}, {@linkcode lstStyle a:lstStyle}, {@linkcode lvl1pPr a:lvl1pPr}, {@linkcode lvl2pPr a:lvl2pPr}, {@linkcode lvl3pPr a:lvl3pPr}, {@linkcode lvl4pPr a:lvl4pPr}, {@linkcode lvl5pPr a:lvl5pPr}, {@linkcode lvl6pPr a:lvl6pPr}, {@linkcode lvl7pPr a:lvl7pPr}, {@linkcode lvl8pPr a:lvl8pPr}, {@linkcode lvl9pPr a:lvl9pPr}, {@linkcode majorFont a:majorFont}, {@linkcode minorFont a:minorFont}, {@linkcode objectDefaults a:objectDefaults}, {@linkcode overrideClrMapping a:overrideClrMapping}, {@linkcode pic a:pic}, {@linkcode picLocks a:picLocks}, {@linkcode pPr a:pPr}, {@linkcode quickTimeFile a:quickTimeFile}, {@linkcode rPr a:rPr}, {@linkcode scene3d a:scene3d}, {@linkcode sp a:sp}, {@linkcode sp3d a:sp3d}, {@linkcode spDef a:spDef}, {@linkcode spLocks a:spLocks}, {@linkcode spPr a:spPr}, {@linkcode tableStyle a:tableStyle}, {@linkcode tblPr a:tblPr}, {@linkcode tblStyle a:tblStyle}, {@linkcode tc a:tc}, {@linkcode tcBdr a:tcBdr}, {@linkcode tcPr a:tcPr}, {@linkcode tcTxStyle a:tcTxStyle}, {@linkcode theme a:theme}, {@linkcode themeElements a:themeElements}, {@linkcode tr a:tr}, {@linkcode txDef a:txDef}, {@linkcode txSp a:txSp}, {@linkcode uLn a:uLn}, {@linkcode videoFile a:videoFile}, {@linkcode A14.cNvPr a14:cNvPr}, {@linkcode A14.hiddenLine a14:hiddenLine}, {@linkcode A14.hiddenScene3d a14:hiddenScene3d}, {@linkcode A14.hiddenSp3d a14:hiddenSp3d}, {@linkcode P.bodyStyle p:bodyStyle}, {@linkcode P.clrMap p:clrMap}, {@linkcode P.cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode P.cNvGraphicFramePr p:cNvGraphicFramePr}, {@linkcode P.cNvGrpSpPr p:cNvGrpSpPr}, {@linkcode P.cNvPicPr p:cNvPicPr}, {@linkcode P.cNvPr p:cNvPr}, {@linkcode P.cNvSpPr p:cNvSpPr}, {@linkcode P.defaultTextStyle p:defaultTextStyle}, {@linkcode P.grpSpPr p:grpSpPr}, {@linkcode P.notesStyle p:notesStyle}, {@linkcode P.otherStyle p:otherStyle}, {@linkcode P.spPr p:spPr}, {@linkcode P.titleStyle p:titleStyle}, {@linkcode P14.cNvPr p14:cNvPr}, {@linkcode W14.cNvPr w14:cNvPr}, {@linkcode WP.cNvGraphicFramePr wp:cNvGraphicFramePr}, {@linkcode WP.docPr wp:docPr}, {@linkcode WPG.cNvFrPr wpg:cNvFrPr}, {@linkcode WPG.cNvGrpSpPr wpg:cNvGrpSpPr}, {@linkcode WPG.cNvPr wpg:cNvPr}, {@linkcode WPG.grpSpPr wpg:grpSpPr}, {@linkcode WPS.bodyPr wps:bodyPr}, {@linkcode WPS.cNvCnPr wps:cNvCnPr}, {@linkcode WPS.cNvPr wps:cNvPr}, {@linkcode WPS.cNvSpPr wps:cNvSpPr}, {@linkcode WPS.spPr wps:spPr} * - child XML elements: {@linkcode ext a:ext}