mlreportgen.ppt.Border Class
Namespace: mlreportgen.ppt
Description
Use an mlreportgen.ppt.Border
format object to customize the border of a
table or table entry in a PPT API presentation.
Note
A conflict occurs if a border segment is shared by two table entries. For a conflicting horizontal border segment, Microsoft® PowerPoint® ignores the formats specified by the entry on the bottom. For a conflicting vertical border segment, PowerPoint ignores the formats specified by the entry on the right.
The mlreportgen.ppt.Border
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
Description
mlreportgen.ppt.Border
creates an empty
mlreportgen.ppt.Border
object. By default, PowerPoint renders table borders as thin, solid, black lines. Use the object properties
to specify a different border width, style, or color.
mlreportgen.ppt.Border(
sets the Style,
TopStyle,
BottomStyle, LeftStyle,
and RightStyle
properties to the value of style
)style
.
mlreportgen.ppt.Border(
also sets the Color,
TopColor,
BottomColor, LeftColor,
and RightColor
properties to the value of style
,color
)color
.
mlreportgen.ppt.Border(
also sets the Width,
TopWidth,
BottomWidth, LeftWidth,
and RightWidth
properties to the value of style
,color
,width
)width
.
Properties
Examples
Version History
Introduced in R2020a