UIWebPaginationBreakingMode 열거형

정의

값이 열 PaginationMode 또는 페이지별로 끊어질지 여부를 지정하는 UIWebView열거형입니다.

[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 속성을 준수합니다.

적용 대상