'Declaration Public Property ParagraphProperties As DocumentParagraphProperties
public DocumentParagraphProperties ParagraphProperties { get; set; }
public: __property DocumentParagraphProperties* get_ParagraphProperties(); public: __property void set_ParagraphProperties(
DocumentParagraphProperties* value
);
public:
property DocumentParagraphProperties^ ParagraphProperties { DocumentParagraphProperties^ get(); void set(DocumentParagraphProperties^ value); }