@openxmldev/linq-to-ooxml
Version:
OOXML Namespace-related Classes for LINQ to XML for TypeScript
1,173 lines • 79.2 kB
TypeScript
/**
* @author Thomas Barnekow
* @license MIT
*/
import { XAttribute, XName, XNamespace } from '@openxmldev/linq-to-xml';
/**
* Declares XNamespace and XName fields for the `xmlns:p="http://schemas.openxmlformats.org/presentationml/2006/main"` namespace.
*/
export declare class P {
/**
* Defines the XML namespace associated with the `p` prefix.
*/
static readonly p: XNamespace;
/**
* Returns the namespace declaration `XAttribute` for this namespace.
*/
static get namespaceDeclaration(): XAttribute;
/**
* Represents the `p:anim` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode cBhvr p:cBhvr}, {@linkcode tavLst p:tavLst}
* - XML attributes: {@linkcode P14.bounceEnd p14:bounceEnd}
*/
static readonly anim: XName;
/**
* Represents the `p:animClr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode by p:by}, {@linkcode cBhvr p:cBhvr}, {@linkcode from p:from}, {@linkcode to p:to}
*/
static readonly animClr: XName;
/**
* Represents the `p:animEffect` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode cBhvr p:cBhvr}, {@linkcode progress p:progress}
*/
static readonly animEffect: XName;
/**
* Represents the `p:animMotion` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode by p:by}, {@linkcode cBhvr p:cBhvr}, {@linkcode from p:from}, {@linkcode rCtr p:rCtr}, {@linkcode to p:to}
* - XML attributes: {@linkcode P14.bounceEnd p14:bounceEnd}
*/
static readonly animMotion: XName;
/**
* Represents the `p:animRot` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode cBhvr p:cBhvr}
* - XML attributes: {@linkcode P14.bounceEnd p14:bounceEnd}
*/
static readonly animRot: XName;
/**
* Represents the `p:animScale` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode by p:by}, {@linkcode cBhvr p:cBhvr}, {@linkcode from p:from}, {@linkcode to p:to}
* - XML attributes: {@linkcode P14.bounceEnd p14:bounceEnd}
*/
static readonly animScale: XName;
/**
* Represents the `p:attrName` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode attrNameLst p:attrNameLst}
*/
static readonly attrName: XName;
/**
* Represents the `p:attrNameLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cBhvr p:cBhvr}
* - child XML elements: {@linkcode attrName p:attrName}
*/
static readonly attrNameLst: XName;
/**
* Represents the `p:audio` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode cMediaNode p:cMediaNode}
*/
static readonly audio: XName;
/**
* Represents the `p:bg` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cSld p:cSld}, {@linkcode spTgt p:spTgt}
* - child XML elements: {@linkcode bgPr p:bgPr}, {@linkcode bgRef p:bgRef}
*/
static readonly bg: XName;
/**
* Represents the `p:bgPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bg p:bg}
* - child XML elements: {@linkcode A.blipFill a:blipFill}, {@linkcode A.effectDag a:effectDag}, {@linkcode A.effectLst a:effectLst}, {@linkcode A.gradFill a:gradFill}, {@linkcode A.noFill a:noFill}, {@linkcode A.pattFill a:pattFill}, {@linkcode A.solidFill a:solidFill}, {@linkcode extLst p:extLst}
*/
static readonly bgPr: XName;
/**
* Represents the `p:bgRef` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bg p:bg}
* - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
*/
static readonly bgRef: XName;
/**
* Represents the `p:bldAsOne` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bldGraphic p:bldGraphic}
*/
static readonly bldAsOne: XName;
/**
* Represents the `p:bldDgm` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bldLst p:bldLst}
*/
static readonly bldDgm: XName;
/**
* Represents the `p:bldGraphic` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bldLst p:bldLst}
* - child XML elements: {@linkcode bldAsOne p:bldAsOne}, {@linkcode bldSub p:bldSub}
*/
static readonly bldGraphic: XName;
/**
* Represents the `p:bldLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode timing p:timing}
* - child XML elements: {@linkcode bldDgm p:bldDgm}, {@linkcode bldGraphic p:bldGraphic}, {@linkcode bldOleChart p:bldOleChart}, {@linkcode bldP p:bldP}
*/
static readonly bldLst: XName;
/**
* Represents the `p:bldOleChart` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bldLst p:bldLst}
*/
static readonly bldOleChart: XName;
/**
* Represents the `p:bldP` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bldLst p:bldLst}
* - child XML elements: {@linkcode tmplLst p:tmplLst}
*/
static readonly bldP: XName;
/**
* Represents the `p:bldSub` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bldGraphic p:bldGraphic}
* - child XML elements: {@linkcode A.bldChart a:bldChart}, {@linkcode A.bldDgm a:bldDgm}
*/
static readonly bldSub: XName;
/**
* Represents the `p:blinds` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly blinds: XName;
/**
* Represents the `p:blipFill` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pic p:pic}
* - child XML elements: {@linkcode A.blip a:blip}, {@linkcode A.srcRect a:srcRect}, {@linkcode A.stretch a:stretch}, {@linkcode A.tile a:tile}
*/
static readonly blipFill: XName;
/**
* Represents the `p:bodyStyle` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode txStyles p:txStyles}
* - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
*/
static readonly bodyStyle: XName;
/**
* Represents the `p:bold` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly bold: XName;
/**
* Represents the `p:boldItalic` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly boldItalic: XName;
/**
* Represents the `p:boolVal` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode to p:to}, {@linkcode val p:val}
*/
static readonly boolVal: XName;
/**
* Represents the `p:browse` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode showPr p:showPr}
*/
static readonly browse: XName;
/**
* Represents the `p:by` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode animClr p:animClr}, {@linkcode animMotion p:animMotion}, {@linkcode animScale p:animScale}
* - child XML elements: {@linkcode hsl p:hsl}, {@linkcode rgb p:rgb}
*/
static readonly by: XName;
/**
* Represents the `p:cBhvr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode anim p:anim}, {@linkcode animClr p:animClr}, {@linkcode animEffect p:animEffect}, {@linkcode animMotion p:animMotion}, {@linkcode animRot p:animRot}, {@linkcode animScale p:animScale}, {@linkcode cmd p:cmd}, {@linkcode set p:set}
* - child XML elements: {@linkcode attrNameLst p:attrNameLst}, {@linkcode cTn p:cTn}, {@linkcode tgtEl p:tgtEl}
*/
static readonly cBhvr: XName;
/**
* Represents the `p:charRg` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode txEl p:txEl}
*/
static readonly charRg: XName;
/**
* Represents the `p:checker` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly checker: XName;
/**
* Represents the `p:childTnLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cTn p:cTn}
* - child XML elements: {@linkcode anim p:anim}, {@linkcode animClr p:animClr}, {@linkcode animEffect p:animEffect}, {@linkcode animMotion p:animMotion}, {@linkcode animRot p:animRot}, {@linkcode animScale p:animScale}, {@linkcode audio p:audio}, {@linkcode cmd p:cmd}, {@linkcode excl p:excl}, {@linkcode par p:par}, {@linkcode seq p:seq}, {@linkcode set p:set}, {@linkcode video p:video}
*/
static readonly childTnLst: XName;
/**
* Represents the `p:circle` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly circle: XName;
/**
* Represents the `p:clrMap` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode handoutMaster p:handoutMaster}, {@linkcode notesMaster p:notesMaster}, {@linkcode sldMaster p:sldMaster}
* - child XML elements: {@linkcode A.extLst a:extLst}
*/
static readonly clrMap: XName;
/**
* Represents the `p:clrMapOvr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode notes p:notes}, {@linkcode sld p:sld}, {@linkcode sldLayout p:sldLayout}
* - child XML elements: {@linkcode A.masterClrMapping a:masterClrMapping}, {@linkcode A.overrideClrMapping a:overrideClrMapping}
*/
static readonly clrMapOvr: XName;
/**
* Represents the `p:clrMru` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentationPr p:presentationPr}
* - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
*/
static readonly clrMru: XName;
/**
* Represents the `p:clrVal` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode to p:to}, {@linkcode val p:val}
* - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
*/
static readonly clrVal: XName;
/**
* Represents the `p:cm` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cmLst p:cmLst}
* - child XML elements: {@linkcode extLst p:extLst}, {@linkcode pos p:pos}, {@linkcode text p:text}
*/
static readonly cm: XName;
/**
* Represents the `p:cmAuthor` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cmAuthorLst p:cmAuthorLst}
* - child XML elements: {@linkcode extLst p:extLst}
*/
static readonly cmAuthor: XName;
/**
* Represents the `p:cmAuthorLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}
* - child XML elements: {@linkcode cmAuthor p:cmAuthor}
*/
static readonly cmAuthorLst: XName;
/**
* Represents the `p:cmd` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode cBhvr p:cBhvr}
*/
static readonly cmd: XName;
/**
* Represents the `p:cMediaNode` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode audio p:audio}, {@linkcode video p:video}
* - child XML elements: {@linkcode cTn p:cTn}, {@linkcode tgtEl p:tgtEl}
*/
static readonly cMediaNode: XName;
/**
* Represents the `p:cmLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}
* - child XML elements: {@linkcode cm p:cm}
*/
static readonly cmLst: XName;
/**
* Represents the `p:cNvCxnSpPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode nvCxnSpPr p:nvCxnSpPr}
* - child XML elements: {@linkcode A.cxnSpLocks a:cxnSpLocks}, {@linkcode A.endCxn a:endCxn}, {@linkcode A.extLst a:extLst}, {@linkcode A.stCxn a:stCxn}
*/
static readonly cNvCxnSpPr: XName;
/**
* Represents the `p:cNvGraphicFramePr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode nvGraphicFramePr p:nvGraphicFramePr}
* - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.graphicFrameLocks a:graphicFrameLocks}
*/
static readonly cNvGraphicFramePr: XName;
/**
* Represents the `p:cNvGrpSpPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode nvGrpSpPr p:nvGrpSpPr}
* - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.grpSpLocks a:grpSpLocks}
*/
static readonly cNvGrpSpPr: XName;
/**
* Represents the `p:cNvPicPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode nvPicPr p:nvPicPr}
* - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.picLocks a:picLocks}
*/
static readonly cNvPicPr: XName;
/**
* Represents the `p:cNvPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode nvCxnSpPr p:nvCxnSpPr}, {@linkcode nvGraphicFramePr p:nvGraphicFramePr}, {@linkcode nvGrpSpPr p:nvGrpSpPr}, {@linkcode nvPicPr p:nvPicPr}, {@linkcode nvSpPr p:nvSpPr}
* - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.hlinkClick a:hlinkClick}, {@linkcode A.hlinkHover a:hlinkHover}
*/
static readonly cNvPr: XName;
/**
* Represents the `p:cNvSpPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode nvSpPr p:nvSpPr}
* - child XML elements: {@linkcode A.extLst a:extLst}, {@linkcode A.spLocks a:spLocks}
*/
static readonly cNvSpPr: XName;
/**
* Represents the `p:comb` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly comb: XName;
/**
* Represents the `p:cond` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode endCondLst p:endCondLst}, {@linkcode nextCondLst p:nextCondLst}, {@linkcode prevCondLst p:prevCondLst}, {@linkcode stCondLst p:stCondLst}
* - child XML elements: {@linkcode rtn p:rtn}, {@linkcode tgtEl p:tgtEl}, {@linkcode tn p:tn}
*/
static readonly cond: XName;
/**
* Represents the `p:contentPart` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}, {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
* - child XML elements: {@linkcode P14.extLst p14:extLst}, {@linkcode P14.nvContentPartPr p14:nvContentPartPr}, {@linkcode P14.xfrm p14:xfrm}
* - XML attributes: {@linkcode P14.bwMode p14:bwMode}, {@linkcode R.id r:id}
*/
static readonly contentPart: XName;
/**
* Represents the `p:control` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode controls p:controls}
* - child XML elements: {@linkcode extLst p:extLst}, {@linkcode pic p:pic}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly control: XName;
/**
* Represents the `p:controls` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cSld p:cSld}
* - child XML elements: {@linkcode control p:control}
*/
static readonly controls: XName;
/**
* Represents the `p:cover` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly cover: XName;
/**
* Represents the `p:cSld` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode handoutMaster p:handoutMaster}, {@linkcode notes p:notes}, {@linkcode notesMaster p:notesMaster}, {@linkcode sld p:sld}, {@linkcode sldLayout p:sldLayout}, {@linkcode sldMaster p:sldMaster}
* - child XML elements: {@linkcode bg p:bg}, {@linkcode controls p:controls}, {@linkcode custDataLst p:custDataLst}, {@linkcode extLst p:extLst}, {@linkcode spTree p:spTree}
*/
static readonly cSld: XName;
/**
* Represents the `p:cSldViewPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode notesViewPr p:notesViewPr}, {@linkcode slideViewPr p:slideViewPr}
* - child XML elements: {@linkcode cViewPr p:cViewPr}, {@linkcode guideLst p:guideLst}
*/
static readonly cSldViewPr: XName;
/**
* Represents the `p:cTn` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cBhvr p:cBhvr}, {@linkcode cMediaNode p:cMediaNode}, {@linkcode excl p:excl}, {@linkcode par p:par}, {@linkcode seq p:seq}
* - child XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode endCondLst p:endCondLst}, {@linkcode endSync p:endSync}, {@linkcode iterate p:iterate}, {@linkcode stCondLst p:stCondLst}, {@linkcode subTnLst p:subTnLst}
* - XML attributes: {@linkcode P14.presetBounceEnd p14:presetBounceEnd}
*/
static readonly cTn: XName;
/**
* Represents the `p:custData` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode custDataLst p:custDataLst}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly custData: XName;
/**
* Represents the `p:custDataLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cSld p:cSld}, {@linkcode nvPr p:nvPr}, {@linkcode presentation p:presentation}, {@linkcode P14.nvPr p14:nvPr}
* - child XML elements: {@linkcode custData p:custData}, {@linkcode tags p:tags}
*/
static readonly custDataLst: XName;
/**
* Represents the `p:custShow` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode custShowLst p:custShowLst}, {@linkcode htmlPubPr p:htmlPubPr}, {@linkcode showPr p:showPr}
* - child XML elements: {@linkcode extLst p:extLst}, {@linkcode sldLst p:sldLst}
*/
static readonly custShow: XName;
/**
* Represents the `p:custShowLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
* - child XML elements: {@linkcode custShow p:custShow}
*/
static readonly custShowLst: XName;
/**
* Represents the `p:cut` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly cut: XName;
/**
* Represents the `p:cViewPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cSldViewPr p:cSldViewPr}, {@linkcode notesTextViewPr p:notesTextViewPr}, {@linkcode outlineViewPr p:outlineViewPr}, {@linkcode sorterViewPr p:sorterViewPr}
* - child XML elements: {@linkcode origin p:origin}, {@linkcode scale p:scale}
*/
static readonly cViewPr: XName;
/**
* Represents the `p:cxnSp` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
* - child XML elements: {@linkcode extLst p:extLst}, {@linkcode nvCxnSpPr p:nvCxnSpPr}, {@linkcode spPr p:spPr}, {@linkcode style p:style}
*/
static readonly cxnSp: XName;
/**
* Represents the `p:defaultTextStyle` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
* - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
*/
static readonly defaultTextStyle: XName;
/**
* Represents the `p:diamond` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly diamond: XName;
/**
* Represents the `p:dissolve` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly dissolve: XName;
/**
* Represents the `p:embed` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode oleObj p:oleObj}
* - child XML elements: {@linkcode extLst p:extLst}
*/
static readonly embed: XName;
/**
* Represents the `p:embeddedFont` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode embeddedFontLst p:embeddedFontLst}
* - child XML elements: {@linkcode bold p:bold}, {@linkcode boldItalic p:boldItalic}, {@linkcode font p:font}, {@linkcode italic p:italic}, {@linkcode regular p:regular}
*/
static readonly embeddedFont: XName;
/**
* Represents the `p:embeddedFontLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
* - child XML elements: {@linkcode embeddedFont p:embeddedFont}
*/
static readonly embeddedFontLst: XName;
/**
* Represents the `p:endCondLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cTn p:cTn}
* - child XML elements: {@linkcode cond p:cond}
*/
static readonly endCondLst: XName;
/**
* Represents the `p:endSnd` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode sndAc p:sndAc}
*/
static readonly endSnd: XName;
/**
* Represents the `p:endSync` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cTn p:cTn}
* - child XML elements: {@linkcode rtn p:rtn}, {@linkcode tgtEl p:tgtEl}, {@linkcode tn p:tn}
*/
static readonly endSync: XName;
/**
* Represents the `p:excl` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}
* - child XML elements: {@linkcode cTn p:cTn}
*/
static readonly excl: XName;
/**
* Represents the `p:ext` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode extLst p:extLst}, {@linkcode P14.extLst p14:extLst}, {@linkcode P15.extLst p15:extLst}
* - child XML elements: {@linkcode A14.m a14:m}, {@linkcode P14.browseMode p14:browseMode}, {@linkcode P14.creationId p14:creationId}, {@linkcode P14.defaultImageDpi p14:defaultImageDpi}, {@linkcode P14.discardImageEditData p14:discardImageEditData}, {@linkcode P14.laserClr p14:laserClr}, {@linkcode P14.laserTraceLst p14:laserTraceLst}, {@linkcode P14.media p14:media}, {@linkcode P14.modId p14:modId}, {@linkcode P14.sectionLst p14:sectionLst}, {@linkcode P14.sectionPr p14:sectionPr}, {@linkcode P14.showEvtLst p14:showEvtLst}, {@linkcode P14.showMediaCtrls p14:showMediaCtrls}, {@linkcode P15.chartTrackingRefBased p15:chartTrackingRefBased}, {@linkcode P15.notesGuideLst p15:notesGuideLst}, {@linkcode P15.presenceInfo p15:presenceInfo}, {@linkcode P15.sldGuideLst p15:sldGuideLst}, {@linkcode P15.threadingInfo p15:threadingInfo}
*/
static readonly ext: XName;
/**
* Represents the `p:extLst` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode bgPr p:bgPr}, {@linkcode cm p:cm}, {@linkcode cmAuthor p:cmAuthor}, {@linkcode control p:control}, {@linkcode cSld p:cSld}, {@linkcode custShow p:custShow}, {@linkcode cxnSp p:cxnSp}, {@linkcode embed p:embed}, {@linkcode graphicFrame p:graphicFrame}, {@linkcode grpSp p:grpSp}, {@linkcode handoutMaster p:handoutMaster}, {@linkcode handoutMasterId p:handoutMasterId}, {@linkcode hf p:hf}, {@linkcode htmlPubPr p:htmlPubPr}, {@linkcode link p:link}, {@linkcode normalViewPr p:normalViewPr}, {@linkcode notes p:notes}, {@linkcode notesMaster p:notesMaster}, {@linkcode notesMasterId p:notesMasterId}, {@linkcode notesTextViewPr p:notesTextViewPr}, {@linkcode notesViewPr p:notesViewPr}, {@linkcode nvPr p:nvPr}, {@linkcode outlineViewPr p:outlineViewPr}, {@linkcode ph p:ph}, {@linkcode photoAlbum p:photoAlbum}, {@linkcode pic p:pic}, {@linkcode presentation p:presentation}, {@linkcode presentationPr p:presentationPr}, {@linkcode prnPr p:prnPr}, {@linkcode showPr p:showPr}, {@linkcode sld p:sld}, {@linkcode sldId p:sldId}, {@linkcode sldLayout p:sldLayout}, {@linkcode sldLayoutId p:sldLayoutId}, {@linkcode sldMaster p:sldMaster}, {@linkcode sldMasterId p:sldMasterId}, {@linkcode sldSyncPr p:sldSyncPr}, {@linkcode slideViewPr p:slideViewPr}, {@linkcode sorterViewPr p:sorterViewPr}, {@linkcode sp p:sp}, {@linkcode spTree p:spTree}, {@linkcode timing p:timing}, {@linkcode transition p:transition}, {@linkcode txStyles p:txStyles}, {@linkcode viewPr p:viewPr}, {@linkcode webPr p:webPr}, {@linkcode P14.nvPr p14:nvPr}
* - child XML elements: {@linkcode ext p:ext}
*/
static readonly extLst: XName;
/**
* Represents the `p:fade` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly fade: XName;
/**
* Represents the `p:fltVal` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode progress p:progress}, {@linkcode to p:to}, {@linkcode val p:val}
*/
static readonly fltVal: XName;
/**
* Represents the `p:font` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
*/
static readonly font: XName;
/**
* Represents the `p:from` XML elements.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode animClr p:animClr}, {@linkcode animMotion p:animMotion}, {@linkcode animScale p:animScale}
* - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
*/
static readonly from: XName;
/**
* Represents the `p:graphicEl` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode spTgt p:spTgt}
* - child XML elements: {@linkcode A.chart a:chart}, {@linkcode A.dgm a:dgm}
*/
static readonly graphicEl: XName;
/**
* Represents the `p:graphicFrame` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
* - child XML elements: {@linkcode A.graphic a:graphic}, {@linkcode extLst p:extLst}, {@linkcode nvGraphicFramePr p:nvGraphicFramePr}, {@linkcode xfrm p:xfrm}
*/
static readonly graphicFrame: XName;
/**
* Represents the `p:gridSpacing` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode viewPr p:viewPr}
*/
static readonly gridSpacing: XName;
/**
* Represents the `p:grpSp` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
* - child XML elements: {@linkcode contentPart p:contentPart}, {@linkcode cxnSp p:cxnSp}, {@linkcode extLst p:extLst}, {@linkcode graphicFrame p:graphicFrame}, {@linkcode grpSp p:grpSp}, {@linkcode grpSpPr p:grpSpPr}, {@linkcode nvGrpSpPr p:nvGrpSpPr}, {@linkcode pic p:pic}, {@linkcode sp p:sp}
*/
static readonly grpSp: XName;
/**
* Represents the `p:grpSpPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
* - child XML elements: {@linkcode A.blipFill a:blipFill}, {@linkcode A.effectDag a:effectDag}, {@linkcode A.effectLst a:effectLst}, {@linkcode A.extLst a:extLst}, {@linkcode A.gradFill a:gradFill}, {@linkcode A.grpFill a:grpFill}, {@linkcode A.noFill a:noFill}, {@linkcode A.pattFill a:pattFill}, {@linkcode A.scene3d a:scene3d}, {@linkcode A.solidFill a:solidFill}, {@linkcode A.xfrm a:xfrm}
*/
static readonly grpSpPr: XName;
/**
* Represents the `p:guide` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode guideLst p:guideLst}
*/
static readonly guide: XName;
/**
* Represents the `p:guideLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cSldViewPr p:cSldViewPr}
* - child XML elements: {@linkcode guide p:guide}
*/
static readonly guideLst: XName;
/**
* Represents the `p:handoutMaster` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}
* - child XML elements: {@linkcode clrMap p:clrMap}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}, {@linkcode hf p:hf}
*/
static readonly handoutMaster: XName;
/**
* Represents the `p:handoutMasterId` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode handoutMasterIdLst p:handoutMasterIdLst}
* - child XML elements: {@linkcode extLst p:extLst}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly handoutMasterId: XName;
/**
* Represents the `p:handoutMasterIdLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
* - child XML elements: {@linkcode handoutMasterId p:handoutMasterId}
*/
static readonly handoutMasterIdLst: XName;
/**
* Represents the `p:hf` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode handoutMaster p:handoutMaster}, {@linkcode notesMaster p:notesMaster}, {@linkcode sldLayout p:sldLayout}, {@linkcode sldMaster p:sldMaster}
* - child XML elements: {@linkcode extLst p:extLst}
*/
static readonly hf: XName;
/**
* Represents the `p:hsl` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode by p:by}
*/
static readonly hsl: XName;
/**
* Represents the `p:htmlPubPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentationPr p:presentationPr}
* - child XML elements: {@linkcode custShow p:custShow}, {@linkcode extLst p:extLst}, {@linkcode sldAll p:sldAll}, {@linkcode sldRg p:sldRg}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly htmlPubPr: XName;
/**
* Represents the `p:inkTgt` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode tgtEl p:tgtEl}
*/
static readonly inkTgt: XName;
/**
* Represents the `p:intVal` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode to p:to}, {@linkcode val p:val}
*/
static readonly intVal: XName;
/**
* Represents the `p:italic` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode embeddedFont p:embeddedFont}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly italic: XName;
/**
* Represents the `p:iterate` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cTn p:cTn}
* - child XML elements: {@linkcode tmAbs p:tmAbs}, {@linkcode tmPct p:tmPct}
*/
static readonly iterate: XName;
/**
* Represents the `p:kinsoku` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
*/
static readonly kinsoku: XName;
/**
* Represents the `p:kiosk` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode showPr p:showPr}
*/
static readonly kiosk: XName;
/**
* Represents the `p:link` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode oleObj p:oleObj}
* - child XML elements: {@linkcode extLst p:extLst}
*/
static readonly link: XName;
/**
* Represents the `p:modifyVerifier` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
*/
static readonly modifyVerifier: XName;
/**
* Represents the `p:newsflash` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly newsflash: XName;
/**
* Represents the `p:nextCondLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode seq p:seq}
* - child XML elements: {@linkcode cond p:cond}
*/
static readonly nextCondLst: XName;
/**
* Represents the `p:normalViewPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode viewPr p:viewPr}
* - child XML elements: {@linkcode extLst p:extLst}, {@linkcode restoredLeft p:restoredLeft}, {@linkcode restoredTop p:restoredTop}
*/
static readonly normalViewPr: XName;
/**
* Represents the `p:notes` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}
* - child XML elements: {@linkcode clrMapOvr p:clrMapOvr}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}
*/
static readonly notes: XName;
/**
* Represents the `p:notesMaster` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}
* - child XML elements: {@linkcode clrMap p:clrMap}, {@linkcode cSld p:cSld}, {@linkcode extLst p:extLst}, {@linkcode hf p:hf}, {@linkcode notesStyle p:notesStyle}
*/
static readonly notesMaster: XName;
/**
* Represents the `p:notesMasterId` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode notesMasterIdLst p:notesMasterIdLst}
* - child XML elements: {@linkcode extLst p:extLst}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly notesMasterId: XName;
/**
* Represents the `p:notesMasterIdLst` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
* - child XML elements: {@linkcode notesMasterId p:notesMasterId}
*/
static readonly notesMasterIdLst: XName;
/**
* Represents the `p:notesStyle` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode notesMaster p:notesMaster}
* - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
*/
static readonly notesStyle: XName;
/**
* Represents the `p:notesSz` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
*/
static readonly notesSz: XName;
/**
* Represents the `p:notesTextViewPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode viewPr p:viewPr}
* - child XML elements: {@linkcode cViewPr p:cViewPr}, {@linkcode extLst p:extLst}
*/
static readonly notesTextViewPr: XName;
/**
* Represents the `p:notesViewPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode viewPr p:viewPr}
* - child XML elements: {@linkcode cSldViewPr p:cSldViewPr}, {@linkcode extLst p:extLst}
*/
static readonly notesViewPr: XName;
/**
* Represents the `p:nvCxnSpPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cxnSp p:cxnSp}
* - child XML elements: {@linkcode cNvCxnSpPr p:cNvCxnSpPr}, {@linkcode cNvPr p:cNvPr}, {@linkcode nvPr p:nvPr}
*/
static readonly nvCxnSpPr: XName;
/**
* Represents the `p:nvGraphicFramePr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode graphicFrame p:graphicFrame}
* - child XML elements: {@linkcode cNvGraphicFramePr p:cNvGraphicFramePr}, {@linkcode cNvPr p:cNvPr}, {@linkcode nvPr p:nvPr}
*/
static readonly nvGraphicFramePr: XName;
/**
* Represents the `p:nvGrpSpPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode grpSp p:grpSp}, {@linkcode spTree p:spTree}
* - child XML elements: {@linkcode cNvGrpSpPr p:cNvGrpSpPr}, {@linkcode cNvPr p:cNvPr}, {@linkcode nvPr p:nvPr}
*/
static readonly nvGrpSpPr: XName;
/**
* Represents the `p:nvPicPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode pic p:pic}
* - child XML elements: {@linkcode cNvPicPr p:cNvPicPr}, {@linkcode cNvPr p:cNvPr}, {@linkcode nvPr p:nvPr}
*/
static readonly nvPicPr: XName;
/**
* Represents the `p:nvPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode nvCxnSpPr p:nvCxnSpPr}, {@linkcode nvGraphicFramePr p:nvGraphicFramePr}, {@linkcode nvGrpSpPr p:nvGrpSpPr}, {@linkcode nvPicPr p:nvPicPr}, {@linkcode nvSpPr p:nvSpPr}
* - child XML elements: {@linkcode A.audioCd a:audioCd}, {@linkcode A.audioFile a:audioFile}, {@linkcode A.quickTimeFile a:quickTimeFile}, {@linkcode A.videoFile a:videoFile}, {@linkcode A.wavAudioFile a:wavAudioFile}, {@linkcode custDataLst p:custDataLst}, {@linkcode extLst p:extLst}, {@linkcode ph p:ph}
*/
static readonly nvPr: XName;
/**
* Represents the `p:nvSpPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode sp p:sp}
* - child XML elements: {@linkcode cNvPr p:cNvPr}, {@linkcode cNvSpPr p:cNvSpPr}, {@linkcode nvPr p:nvPr}
*/
static readonly nvSpPr: XName;
/**
* Represents the `p:oleChartEl` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode spTgt p:spTgt}
*/
static readonly oleChartEl: XName;
/**
* Represents the `p:oleObj` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode A.graphicData a:graphicData}
* - child XML elements: {@linkcode embed p:embed}, {@linkcode link p:link}, {@linkcode pic p:pic}
* - XML attributes: {@linkcode R.id r:id}
*/
static readonly oleObj: XName;
/**
* Represents the `p:origin` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cViewPr p:cViewPr}
*/
static readonly origin: XName;
/**
* Represents the `p:otherStyle` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode txStyles p:txStyles}
* - child XML elements: {@linkcode A.defPPr a:defPPr}, {@linkcode A.extLst a:extLst}, {@linkcode A.lvl1pPr a:lvl1pPr}, {@linkcode A.lvl2pPr a:lvl2pPr}, {@linkcode A.lvl3pPr a:lvl3pPr}, {@linkcode A.lvl4pPr a:lvl4pPr}, {@linkcode A.lvl5pPr a:lvl5pPr}, {@linkcode A.lvl6pPr a:lvl6pPr}, {@linkcode A.lvl7pPr a:lvl7pPr}, {@linkcode A.lvl8pPr a:lvl8pPr}, {@linkcode A.lvl9pPr a:lvl9pPr}
*/
static readonly otherStyle: XName;
/**
* Represents the `p:outlineViewPr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode viewPr p:viewPr}
* - child XML elements: {@linkcode cViewPr p:cViewPr}, {@linkcode extLst p:extLst}, {@linkcode sldLst p:sldLst}
*/
static readonly outlineViewPr: XName;
/**
* Represents the `p:par` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode childTnLst p:childTnLst}, {@linkcode subTnLst p:subTnLst}, {@linkcode tnLst p:tnLst}
* - child XML elements: {@linkcode cTn p:cTn}
*/
static readonly par: XName;
/**
* Represents the `p:penClr` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode showPr p:showPr}
* - child XML elements: {@linkcode A.hslClr a:hslClr}, {@linkcode A.prstClr a:prstClr}, {@linkcode A.schemeClr a:schemeClr}, {@linkcode A.scrgbClr a:scrgbClr}, {@linkcode A.srgbClr a:srgbClr}, {@linkcode A.sysClr a:sysClr}
*/
static readonly penClr: XName;
/**
* Represents the `p:ph` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode nvPr p:nvPr}, {@linkcode P14.nvPr p14:nvPr}
* - child XML elements: {@linkcode extLst p:extLst}
*/
static readonly ph: XName;
/**
* Represents the `p:photoAlbum` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode presentation p:presentation}
* - child XML elements: {@linkcode extLst p:extLst}
*/
static readonly photoAlbum: XName;
/**
* Represents the `p:pic` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode control p:control}, {@linkcode grpSp p:grpSp}, {@linkcode oleObj p:oleObj}, {@linkcode spTree p:spTree}
* - child XML elements: {@linkcode blipFill p:blipFill}, {@linkcode extLst p:extLst}, {@linkcode nvPicPr p:nvPicPr}, {@linkcode spPr p:spPr}, {@linkcode style p:style}
*/
static readonly pic: XName;
/**
* Represents the `p:plus` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode transition p:transition}
*/
static readonly plus: XName;
/**
* Represents the `p:pos` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode cm p:cm}
*/
static readonly pos: XName;
/**
* Represents the `p:present` XML element.
*
* @remarks
* As an XML element, it has the following:
* - parent XML elements: {@linkcode showPr p:showPr}
*/
static readonly pr