共用方式為


UIWebPaginationBreakingMode 列舉

定義

列舉,其值會指定 UIWebView 是否 PaginationMode 應該依資料行或頁面中斷 。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIWebPaginationBreakingMode
type UIWebPaginationBreakingMode = 
繼承
UIWebPaginationBreakingMode
屬性

欄位

Column 1

內容會遵守與資料行中斷相關的 CSS 屬性。

Page 0

內容會遵守控制分頁的 CSS 屬性。

適用於