
Espacio de nombres:
CodiumSDK.CPLEnsamblado: CodiumSDK.dll

Overflow Block
C# |
public enum OverflowBlock |
| Constante | Descripción |
---|
 | None | Content that overflows the block axis is not displayed. |
 | Optional_Paged | Content that overflows the block axis can be seen by scrolling to it, but page breaks can be manually triggered (such as via break-inside, etc.) to cause the following content to display on the following page. |
 | Paged | Content is broken up into discrete pages; content that overflows one page in the block axis is displayed on the following page. |
 | Scroll | Content that overflows the block axis can be seen by scrolling to it. |