TextPointer.InsertParagraphBreak Méthode

Définition

Insère un arrêt de paragraphe à la position actuelle.

public:
 System::Windows::Documents::TextPointer ^ InsertParagraphBreak();
public System.Windows.Documents.TextPointer InsertParagraphBreak ();
member this.InsertParagraphBreak : unit -> System.Windows.Documents.TextPointer
Public Function InsertParagraphBreak () As TextPointer

Retours

TextPointer

Un TextPointer au début (ContentStart) du nouveau paragraphe.

Exceptions

Cette méthode est appelée sur une position ne pouvant pas être fractionnée pour accommoder un nouveau paragraphe, tel que dans la portée d'un Hyperlink ou InlineUIContainer.

Remarques

Si cette méthode est appelée lorsque la position actuelle est à l’intérieur d’un élément existant, le paragraphe existant Paragraph et tout contenu qu’il contient sont divisés en deux paragraphes à la position actuelle. Si cette méthode est appelée lorsque la position actuelle n’est pas à l’intérieur d’un paragraphe existant, un nouveau paragraphe vide est inséré. Si cette méthode est appelée à une position non adaptée au fractionnement ou à l’insertion d’un paragraphe (par exemple, si la position actuelle est à l’intérieur d’un Hyperlink élément), une exception est levée.

S’applique à