public class TextNullFrame extends TextFrame
| Modifier and Type | Field and Description |
|---|---|
static int |
MODE_ALLOW |
static int |
MODE_IGNORE |
static int |
MODE_LOAD |
static int |
MODE_STOP |
| Modifier and Type | Method and Description |
|---|---|
TextFrame |
cloneFrame()
Create a copy (deep clone) of this frame object.
|
TextNullFrame |
isNullFrame() |
UnitSpan |
maxHeight()
Return the frame's maximum height.
|
UnitSpan |
maxWidth()
Return the frame's maximum width.
|
UnitSpan |
minHeight()
Return the frame's minimum height.
|
UnitSpan |
minWidth()
Return the frame's minimum width.
|
alignHPoint, alignVPoint, combCells, copyFrom, format, getLayoutOrientation, getLineCount, gfxDraw, gfxDraw, gfxDraw, gfxDraw, gfxDraw, isDirty, releaseDisposableMaps, setDirty, unlimitedHeight, unlimitedWidthpublic static final int MODE_LOAD
public static final int MODE_ALLOW
public static final int MODE_IGNORE
public static final int MODE_STOP
public UnitSpan minWidth()
TextFrameAll frames have both a minimum and maximum width, which may or may not be the same. This method returns the minimum width.
public UnitSpan minHeight()
TextFrameAll frames have both a minimum and maximum height, which may or may not be the same. This method returns the minimum height.
public UnitSpan maxWidth()
TextFrameAll frames have both a minimum and maximum width, which may or may not be the same. This method returns the maximum width.
public UnitSpan maxHeight()
TextFrameAll frames have both a minimum and maximum height, which may or may not be the same. This method returns the maximum height.
public TextFrame cloneFrame()
TextFrameThe copy must have the same geometry as this object. It is up to AXTE to subsequently manage the clones layout and relationship to content.
cloneFrame in class TextFramepublic TextNullFrame isNullFrame()
Copyright © 2010 - 2020 Adobe. All Rights Reserved