RelativeHorizontalPosition

遗产: java.lang.Object

public class RelativeHorizontalPosition

指定形状或文本框的水平位置是相对的。

字段

场地描述
CHARACTER对象相对于段落的左侧定位。
COLUMN对象相对于列的左侧定位。
DEFAULT默认值为COLUMN.
INSIDE_MARGIN指定水平定位应相对于当前页面的内边距(奇数页的左边距,偶数页的右边距)。
LEFT_MARGIN指定水平定位应相对于页面的左边距。
MARGIN指定水平定位应相对于页边距。
OUTSIDE_MARGIN指定水平定位应相对于当前页的外边距(奇数页的右边距,偶数页的左边距)。
PAGE该对象相对于页面的左边缘定位。
RIGHT_MARGIN指定水平定位应相对于页面的右边距。
length

方法

方法描述
equals(Object arg0)
fromName(String relativeHorizontalPositionName)
getClass()
getName(int relativeHorizontalPosition)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int relativeHorizontalPosition)
wait()
wait(long arg0)
wait(long arg0, int arg1)

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)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String relativeHorizontalPositionName)

public static int fromName(String relativeHorizontalPositionName)

参数:

范围类型描述
relativeHorizontalPositionNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int relativeHorizontalPosition)

public static String getName(int relativeHorizontalPosition)

参数:

范围类型描述
relativeHorizontalPositionint

退货: 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)

参数:

范围类型描述
relativeHorizontalPositionint

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int