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