AnnotationInfo

class Draft.AnnotationInfo((object)arg1) → None

A class that contains properties used for textual annotations.

__init__( (object)arg1) -> None

Sample Code:

textInfo = Draft.AnnotationInfo()
textInfo.PointSize = 24
textInfo.FontType = "Helvetica"
textInfo.Color = Draft.ColorRGBA( 0.75, 0.54, 0.975, 1.0 )
textInfo.BackgroundColor = Draft.ColorRGBA( 0.0, 0.0, 0.0, 0.0 )