'Declaration Public Property ParagraphIndentation As DocumentParagraphIndentationProperties
public DocumentParagraphIndentationProperties ParagraphIndentation { get; set; }
public: __property DocumentParagraphIndentationProperties* get_ParagraphIndentation(); public: __property void set_ParagraphIndentation(
DocumentParagraphIndentationProperties* value
);
public:
property DocumentParagraphIndentationProperties^ ParagraphIndentation { DocumentParagraphIndentationProperties^ get(); void set(DocumentParagraphIndentationProperties^ value); }