'DeclarationReadOnly Property ItalicDefined As System.Boolean
'UsageDim instance As IFont Dim value As System.Boolean value = instance.ItalicDefined
System.bool ItalicDefined {get;}
read-only property ItalicDefined: System.Boolean;
function get ItalicDefined : System.boolean
            __property System.bool get_ItalicDefined();
            property System.bool ItalicDefined { System.bool get(); }