Creates a figure caption.
Syntax
result = pd.Caption (theCaption)
result = pd.Caption (theCaption, x, y, position)
The Caption method syntax has the following parts:
Part |
Description |
result |
(Object of type PDElement) The newly created figure caption. |
theCaption |
(String) The figure caption text. |
x |
(Double) The horizontal position of the caption measured in units of 1/96 inch. (The horizontal position is also affected by the position argument.) |
y |
(Double) The vertical distance from the top edge of the path diagram to the center of the figure caption, measured in units of 1/96 inch. |
position |
(Of type PDElement.TitlePositionEnum) An enumeration that specifies one of the following ways of formatting the new figure caption: Centered at the caption's x coordinate Left Justified at the caption's x coordinate Right justified at the caption's x coordinate Centered horizontally on the path diagram |