'Declaration Public Property Indentation As DocumentParagraphIndentationProperties
public DocumentParagraphIndentationProperties Indentation { get; set; }
public: __property DocumentParagraphIndentationProperties* get_Indentation(); public: __property void set_Indentation(
DocumentParagraphIndentationProperties* value
);
public:
property DocumentParagraphIndentationProperties^ Indentation { DocumentParagraphIndentationProperties^ get(); void set(DocumentParagraphIndentationProperties^ value); }