RelativeHorizontalPosition
内容
[
隐藏
]遗产: java.lang.Object
public class RelativeHorizontalPosition
指定形状或文本框的水平位置是相对的。
字段
场地 | 描述 |
---|---|
CHARACTER | 对象相对于段落的左侧定位。 |
COLUMN | 对象相对于列的左侧定位。 |
DEFAULT | 默认值为COLUMN. |
INSIDE_MARGIN | 指定水平定位应相对于当前页面的内边距(奇数页的左边距,偶数页的右边距)。 |
LEFT_MARGIN | 指定水平定位应相对于页面的左边距。 |
MARGIN | 指定水平定位应相对于页边距。 |
OUTSIDE_MARGIN | 指定水平定位应相对于当前页的外边距(奇数页的右边距,偶数页的左边距)。 |
PAGE | 该对象相对于页面的左边缘定位。 |
RIGHT_MARGIN | 指定水平定位应相对于页面的右边距。 |
length |
方法
CHARACTER
public static int CHARACTER
对象相对于段落的左侧定位。
COLUMN
public static int COLUMN
对象相对于列的左侧定位。
DEFAULT
public static int DEFAULT
默认值为COLUMN.
INSIDE_MARGIN
public static int INSIDE_MARGIN
指定水平定位应相对于当前页面的内边距(奇数页的左边距,偶数页的右边距)。
LEFT_MARGIN
public static int LEFT_MARGIN
指定水平定位应相对于页面的左边距。
MARGIN
public static int MARGIN
指定水平定位应相对于页边距。
OUTSIDE_MARGIN
public static int OUTSIDE_MARGIN
指定水平定位应相对于当前页的外边距(奇数页的右边距,偶数页的左边距)。
PAGE
public static int PAGE
该对象相对于页面的左边缘定位。
RIGHT_MARGIN
public static int RIGHT_MARGIN
指定水平定位应相对于页面的右边距。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String relativeHorizontalPositionName)
public static int fromName(String relativeHorizontalPositionName)
参数:
范围 | 类型 | 描述 |
---|---|---|
relativeHorizontalPositionName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int relativeHorizontalPosition)
public static String getName(int relativeHorizontalPosition)
参数:
范围 | 类型 | 描述 |
---|---|---|
relativeHorizontalPosition | int |
退货: java.lang.字符串
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int relativeHorizontalPosition)
public static String toString(int relativeHorizontalPosition)
参数:
范围 | 类型 | 描述 |
---|---|---|
relativeHorizontalPosition | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |