次の方法で共有


UIWebPaginationBreakingMode 列挙型

定義

の を列またはページで区切るかどうかをUIWebViewPaginationMode指定する値を持つ列挙体。

[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 プロパティを尊重します。

適用対象