XpsPage

Inheritance: java.lang.Object, com.aspose.xps.XpsObject, com.aspose.xps.XpsElement

public final class XpsPage extends XpsElement

FixedPage 要素の機能をカプセル化するクラス。この要素はページの内容を保持し、FixedPage パートのルート要素です。

メソッド

メソッド説明
deepClone()このページをクローンします。
equals(Object arg0)
get(int i)インデックス i による要素の子へのアクセスを提供します。
getClass()
getHeight()ページの高さを、実座標空間の単位で実数として返します。
getWidth()ページの幅を、実座標空間の単位で実数として返します。
getXmlLang()現在の要素およびすべての子要素や子孫要素で使用されるデフォルト言語を指定する値を返します。
hashCode()
iterator()Iterable インターフェイスの実装。
notify()
notifyAll()
setHeight(float value)ページの高さを、実座標空間の単位で実数として設定します。
setWidth(float value)ページの幅を、実座標空間の単位で実数として設定します。
setXmlLang(String value)現在の要素およびすべての子要素や子孫要素で使用されるデフォルト言語を指定する値を設定します。
size()子要素の数を返します。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

deepClone()

public XpsPage deepClone()

このページをクローンします。

Returns: XpsPage - Clone of this page.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメータ説明
arg0java.lang.Object

Returns: boolean

get(int i)

public XpsContentElement get(int i)

インデックス i による要素の子へのアクセスを提供します。

Parameters:

パラメータ説明
iint子要素のインデックス。

Returns: XpsContentElement - Child element at i position.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHeight()

public float getHeight()

ページの高さを、実座標空間の単位で実数として返します。

Returns: float - ページの高さです。

getWidth()

public float getWidth()

ページの幅を、実座標空間の単位で実数として返します。

Returns: float - ページの幅です。

getXmlLang()

public String getXmlLang()

現在の要素およびすべての子要素や子孫要素で使用されるデフォルト言語を指定する値を返します。

Returns: java.lang.String - デフォルト言語を指定する値。

hashCode()

public native int hashCode()

Returns: int

iterator()

public Iterator<XpsContentElement> iterator()

Iterable インターフェイスの実装。

Returns: java.util.Iterator<com.aspose.xps.XpsContentElement> - リストの列挙子を返します。

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setHeight(float value)

public void setHeight(float value)

ページの高さを、実座標空間の単位で実数として設定します。

Parameters:

パラメータ説明
valuefloatページの高さです。

setWidth(float value)

public void setWidth(float value)

ページの幅を、実座標空間の単位で実数として設定します。

Parameters:

パラメータ説明
valuefloatページの幅です。

setXmlLang(String value)

public void setXmlLang(String value)

現在の要素およびすべての子要素や子孫要素で使用されるデフォルト言語を指定する値を設定します。

Parameters:

パラメータ説明
valuejava.lang.Stringデフォルト言語を指定する値。

size()

public int size()

子要素の数を返します。

Returns: int - 子要素の数。

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

パラメータ説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメータ説明
arg0long
arg1int