Paragraphs.Format Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt ein ParagraphFormat Objekt zurück, das die Formatierung des angegebenen Absatzes oder der angegebenen Absätze darstellt, oder legt es fest.
public:
property Microsoft::Office::Interop::Word::ParagraphFormat ^ Format { Microsoft::Office::Interop::Word::ParagraphFormat ^ get(); void set(Microsoft::Office::Interop::Word::ParagraphFormat ^ value); };
public Microsoft.Office.Interop.Word.ParagraphFormat Format { get; set; }
member this.Format : Microsoft.Office.Interop.Word.ParagraphFormat with get, set
Public Property Format As ParagraphFormat