An Integer type property. The font size of the character block.
Applies to: Character object
[[Let] integerRet =] object.Size [Let] object.Size = sizeSet |
The Size property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Character object. |
integerRet | Optional. A Integer type variable. |
sizeSet | Required. An expression that returns a Integer value. |
The Size property cannot take negative values. The font size is specified in points (1 pt = 1/72 inch).
The Size property is also a table parameter of the shape which contains the object character block, that is, its value can be described by a formula. To work with Size as a table parameter, use the CDPT_CHAR_SIZE constant tag.
See Also |
SetCharSize method |