TextPointer.InsertParagraphBreak Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.