public final class RowDisplayMode extends Object
RowDisplayMode stores constants representing supported row display modes.
Display mode determines how rows heights are calculated in structure panel.| Modifier and Type | Field and Description |
|---|---|
static int |
ONE_LINE
Fixed height rows that only show one line.
|
static int |
TEXT_WRAPPING
Adaptive row height to show all th row content.
|
public static final int ONE_LINE
public static final int TEXT_WRAPPING
Copyright © 2023 ALM Works. All Rights Reserved.