'Declaration Public Property ParagraphIndentationHanging As System.Nullable(Of Double)
public System.Nullable<double> ParagraphIndentationHanging { get; set; }
public: __property System.Nullable<double> get_ParagraphIndentationHanging(); public: __property void set_ParagraphIndentationHanging(
System.Nullable<double> value
);
public:
property System.Nullable<double> ParagraphIndentationHanging { System.Nullable<double> get(); void set(System.Nullable<double> value); }