export type SchemeColorName = "dk1" | "lt1" | "dk2" | "lt2" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "hlink" | "folHlink" | "tx1" | "tx2" | "bg1" | "bg2" | "phClr"; export type ColorMapIndex = "bg1" | "tx1" | "bg2" | "tx2" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "hlink" | "folHlink"; export type ColorTransformType = "tint" | "shade" | "comp" | "inv" | "gray" | "alpha" | "alphaOff" | "alphaMod" | "hue" | "hueOff" | "hueMod" | "sat" | "satOff" | "satMod" | "lum" | "lumOff" | "lumMod" | "red" | "redOff" | "redMod" | "green" | "greenOff" | "greenMod" | "blue" | "blueOff" | "blueMod"; export type PresetGeometry = "rect" | "roundRect" | "ellipse" | "triangle" | "rtTriangle" | "diamond" | "parallelogram" | "trapezoid" | "pentagon" | "hexagon" | "star4" | "star5" | "star6" | "star8" | "line" | "straightConnector1" | "rightArrow" | "leftArrow" | "upArrow" | "downArrow" | "chevron" | "ribbon" | "ribbon2" | "flowChartProcess" | "flowChartDecision" | "flowChartTerminator" | "callout1" | "callout2" | "callout3" | "cloud" | "heart" | "lightningBolt" | "frame" | "bevel" | "donut" | "noSmoking" | "blockArc" | "wedgeRoundRectCallout" | "wedgeEllipseCallout" | string; export type TextAlignment = "l" | "ctr" | "r" | "just" | "dist"; export type TextAnchorType = "t" | "ctr" | "b"; export type WrapType = "square" | "none"; export type FlowType = "horz" | "vert" | "vert270" | "wordArtVert" | "wordArtVertRtl" | "eaVert"; export type TextAutoFitType = "noAutoFit" | "normAutoFit" | "spAutoFit"; export type UnderlineType = "none" | "sng" | "dbl" | "heavy" | "dotted" | "dottedHeavy" | "dash" | "dashHeavy" | "dashLong" | "dashLongHeavy" | "dotDash" | "dotDashHeavy" | "dotDotDash" | "dotDotDashHeavy" | "wavy" | "wavyHeavy" | "wavyDbl" | string; export type StrikeThroughType = "noStrike" | "sngStrike" | "dblStrike"; export type CapsType = "none" | "small" | "all"; export type DashType = "solid" | "dot" | "dash" | "lgDash" | "dashDot" | "lgDashDot" | "lgDashDotDot" | "sysDash" | "sysDot" | "sysDashDot" | "sysDashDotDot"; export type LineCapType = "flat" | "sq" | "rnd"; export type LineJoinType = "round" | "bevel" | "miter"; export type CompoundType = "sng" | "dbl" | "thickThin" | "thinThick" | "tri"; export type LineEndType = "none" | "triangle" | "stealth" | "diamond" | "oval" | "arrow"; export type LineEndSize = "sm" | "med" | "lg"; export type FontReferenceIndex = "major" | "minor" | "none"; export type PlaceholderType = "title" | "body" | "ctrTitle" | "subTitle" | "dt" | "ftr" | "sldNum" | "sldImg" | "chart" | "tbl" | "clipArt" | "dgm" | "media" | "obj" | "pic" | string; export type SlideLayoutType = "blank" | "title" | "obj" | "secHead" | "twoObj" | "titleOnly" | "cust" | "twoTxTwoObj" | "twoObjAndTx" | "twoObjOverTx" | "objTx" | "txObj" | "objOnly" | "picTx" | "txAndChart" | "txAndClipArt" | "txAndMedia" | "dgm" | "chart" | "txAndObj" | "clipArtAndTx" | "mediaAndTx" | "objAndTx" | "objOverTx" | "vertTitleAndTx" | "vertTx" | string; export type BulletType = "char" | "autoNum" | "blip" | "none"; export type AutoNumberScheme = "arabicPlain" | "arabicPeriod" | "arabicParenR" | "arabicParenBoth" | "romanLcPeriod" | "romanUcPeriod" | "alphaLcPeriod" | "alphaUcPeriod" | "alphaLcParenR" | "alphaUcParenR" | "alphaLcParenBoth" | "alphaUcParenBoth" | string; export type PatternType = "pct5" | "pct10" | "pct20" | "pct25" | "pct30" | "pct40" | "pct50" | "pct60" | "pct70" | "pct75" | "pct80" | "pct90" | "horz" | "vert" | "ltHorz" | "ltVert" | "dkHorz" | "dkVert" | "narHorz" | "narVert" | "wdHorz" | "wdVert" | "dashHorz" | "dashVert" | "cross" | "dnDiag" | "upDiag" | "ltDnDiag" | "ltUpDiag" | "dkDnDiag" | "dkUpDiag" | "wdDnDiag" | "wdUpDiag" | "dashDnDiag" | "dashUpDiag" | "diagCross" | "smCheck" | "lgCheck" | "smGrid" | "lgGrid" | "dotGrid" | "smConfetti" | "lgConfetti" | "horzBrick" | "diagBrick" | "solidDmnd" | "openDmnd" | "dotDmnd" | "plaid" | "sphere" | "weave" | "divot" | "shingle" | "wave" | "trellis" | "zigZag" | string; export type ShadowAlignment = "tl" | "t" | "tr" | "l" | "ctr" | "r" | "bl" | "b" | "br";