MobileTextWriter.ExitFormat 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
結束已使用來自指定樣式之字元格式的區塊。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
多載
ExitFormat(Style) |
結束已使用來自指定樣式之字元格式的區塊。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
ExitFormat(Style, Boolean) |
結束已使用來自指定樣式之字元格式的區塊。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
ExitFormat(Style)
結束已使用來自指定樣式之字元格式的區塊。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
virtual void ExitFormat(System::Web::UI::MobileControls::Style ^ style);
public virtual void ExitFormat (System.Web.UI.MobileControls.Style style);
abstract member ExitFormat : System.Web.UI.MobileControls.Style -> unit
override this.ExitFormat : System.Web.UI.MobileControls.Style -> unit
Public Overridable Sub ExitFormat (style As Style)
參數
- style
- Style
要用於格式化字元的指定樣式。
另請參閱
適用於
ExitFormat(Style, Boolean)
結束已使用來自指定樣式之字元格式的區塊。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public:
virtual void ExitFormat(System::Web::UI::MobileControls::Style ^ style, bool breakAfter);
public virtual void ExitFormat (System.Web.UI.MobileControls.Style style, bool breakAfter);
abstract member ExitFormat : System.Web.UI.MobileControls.Style * bool -> unit
override this.ExitFormat : System.Web.UI.MobileControls.Style * bool -> unit
Public Overridable Sub ExitFormat (style As Style, breakAfter As Boolean)
參數
- style
- Style
要用於格式化字元的指定樣式。
- breakAfter
- Boolean
如果 breakAfter
為 true
,會在結尾樣式項目之後加入分行符號。 這個方法的第一種形式假設 breakAfter
為 true
。