Applies To:
Font object
Description:
Returns or sets the size of text associated with font objects.
Action:
Read-write, Numeric
Example:
This example shows how to change the size of text associated with a text label:
var MyLabel = ActiveDocument.Sections"Dashboard"].Shapes["TextLabel1"] MyLabel.Font.Size = 14 MyLabel.Font.Style = bqFontStyleBoldItalic