Package: mlreportgen.ppt
Formatted block of text (paragraph)
Use an object of the mlreportgen.ppt.Paragraph
class to include a
paragraph in a PPT API presentation. A paragraph can contain text,
mlreportgen.ppt.Text
objects, or
mlreportgen.ppt.ExternalLink
objects.
The mlreportgen.ppt.Paragraph
class is a handle
class.
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
creates an empty paragraph object.paragraphObj
= mlreportgen.ppt.Paragraph()
creates a paragraph that contains an paragraphObj
= mlreportgen.ppt.Paragraph(text
)mlreportgen.ppt.Text
object with the text specified by text
.
creates a paragraph that contains the text or external link specified by
paragraphObj
= mlreportgen.ppt.Paragraph(pptElementObj
)pptElementObj
.