Not able to find bullets relationship in PresentationML

Home Forums PresentationML Not able to find bullets relationship in PresentationML

Tagged: 

This topic contains 0 replies, has 1 voice, and was last updated by  vish02chouhan 4 years, 7 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8051

    vish02chouhan
    Participant

    Hi Eric,

    Below code of slide1.xml of a presentation file resulted in a bulleted list, when I open it in PowerPoint. But I am not able to Identify from where it is generating bullet, maybe from slidemaster but I am not able to figure out how it is developing relationship.

    <?xml version=”1.0″ encoding=”UTF-8″ standalone=”yes”?>
    <p:sld xmlns:a=”http://schemas.openxmlformats.org/drawingml/2006/main” xmlns:r=”http://schemas.openxmlformats.org/officeDocument/2006/relationships” xmlns:p=”http://schemas.openxmlformats.org/presentationml/2006/main”>
    <p:cSld>
    <p:spTree>
    <p:nvGrpSpPr>
    <p:cNvPr id=”1″ name=””/>
    <p:cNvGrpSpPr/>
    <p:nvPr/>
    </p:nvGrpSpPr>
    <p:grpSpPr>
    <a:xfrm>
    <a:off x=”0″ y=”0″/>
    <a:ext cx=”0″ cy=”0″/>
    <a:chOff x=”0″ y=”0″/>
    <a:chExt cx=”0″ cy=”0″/>
    </a:xfrm>
    </p:grpSpPr>

    <p:sp>
    <p:nvSpPr>
    <p:cNvPr id=”3″ name=”Content Placeholder 2″/>
    <p:cNvSpPr>
    <a:spLocks noGrp=”1″/>
    </p:cNvSpPr>
    <p:nvPr>
    <p:ph idx=”1″/>
    </p:nvPr>
    </p:nvSpPr>
    <p:spPr/>
    <p:txBody>
    <a:bodyPr/>
    <a:lstStyle/>
    <a:p>
    <a:r>
    <a:rPr lang=”en-US” dirty=”0″ smtClean=”0″/>
    <a:t>Here is</a:t>
    </a:r>
    <a:r>
    <a:rPr lang=”en-US” baseline=”0″ dirty=”0″ smtClean=”0″/>
    <a:t> an outline of bulleted points</a:t>
    </a:r>
    </a:p>
    </p:txBody>
    </p:sp>
    </p:spTree>
    </p:cSld>
    <p:clrMapOvr>
    <a:masterClrMapping/>
    </p:clrMapOvr>
    </p:sld>

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.