UpWmlMobileTextWriter.OpenParagraph 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.
Ouvre un paragraphe avec la présentation donnée. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET.
protected:
override void OpenParagraph(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlLayout ^ layout, bool writeAlignment, bool writeWrapping);
protected override void OpenParagraph (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout layout, bool writeAlignment, bool writeWrapping);
override this.OpenParagraph : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlLayout * bool * bool -> unit
Protected Overrides Sub OpenParagraph (layout As WmlMobileTextWriter.WmlLayout, writeAlignment As Boolean, writeWrapping As Boolean)
Paramètres
Valeur énumérée représentant la disposition à utiliser lors de l'ouverture d'un paragraphe.
- writeAlignment
- Boolean
Indique s'il faut ouvrir ou non la mise en forme de l'alignement des paragraphes.
- writeWrapping
- Boolean
Indique s'il faut ouvrir ou non la mise en forme de renvoi à la ligne des paragraphes.