ExtendedApsPage
Inheritance: java.lang.Object, com.aspose.foundation.rendering.ApsNode, com.aspose.foundation.rendering.ApsCompositeNode, com.aspose.foundation.rendering.ApsPage
All Implemented Interfaces: com.aspose.ms.System.Collections.Generic.IGenericEnumerable
public class ExtendedApsPage extends ApsPage implements System.Collections.Generic.IGenericEnumerable<ApsNode>
標準 ApsGlyphs のラッパーを表し、描画動作の一部を拡張します。
コンストラクタ
| コンストラクタ | 説明 |
|---|---|
| ExtendedApsPage(System.Drawing.SizeF pageSize, float pageStartInNotePage, Margin margin) | ExtendedApsPage クラスの新しいインスタンスを初期化します。 |
メソッド
| メソッド | 説明 |
|---|---|
| getContentSize() | 余白を除いたページサイズを取得します。 |
| getMargin() | このページの余白を取得します。 |
| getPageEndInNotePage() | MS OneNote ページが複数の aps ページに分割される場合、MS OneNote ページ内でのページ末端の位置を取得します。 |
| getPageSize() | 最終的なページサイズを取得します。 |
| getPageStartInNotePage() | MS OneNote ページが複数の aps ページに分割される場合、MS OneNote ページ内でのページ開始位置を取得します。 |
| iterator() | このページのすべてのノードを反復処理する列挙子を返します。 |
| iterator_Rename_Namesake() | 取得列挙子です。 |
ExtendedApsPage(System.Drawing.SizeF pageSize, float pageStartInNotePage, Margin margin)
public ExtendedApsPage(System.Drawing.SizeF pageSize, float pageStartInNotePage, Margin margin)
ExtendedApsPage クラスの新しいインスタンスを初期化します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| pageSize | com.aspose.ms.System.Drawing.SizeF | ページサイズです。 |
| pageStartInNotePage | float | 元の MS OneNote ページでのページ開始位置です。 |
| margin | com.aspose.foundation.layout.Margin | 拡張されたページ余白。 |
getContentSize()
public System.Drawing.SizeF getContentSize()
余白を除いたページサイズを取得します。
Returns: com.aspose.ms.System.Drawing.SizeF
getMargin()
public Margin getMargin()
このページの余白を取得します。
Returns: com.aspose.foundation.layout.Margin
getPageEndInNotePage()
public float getPageEndInNotePage()
MS OneNote ページが複数の aps ページに分割される場合、MS OneNote ページ内でのページ末端の位置を取得します。
Returns: float
getPageSize()
public System.Drawing.SizeF getPageSize()
最終的なページサイズを取得します。
Returns: com.aspose.ms.System.Drawing.SizeF
getPageStartInNotePage()
public float getPageStartInNotePage()
MS OneNote ページが複数の aps ページに分割される場合、MS OneNote ページ内でのページ開始位置を取得します。
Returns: float
iterator()
public System.Collections.Generic.IGenericEnumerator<ApsNode> iterator()
このページのすべてのノードを反復処理する列挙子を返します。
Returns:
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.foundation.rendering.ApsNode> - この IEnumerator。
iterator_Rename_Namesake()
public System.Collections.IEnumerator iterator_Rename_Namesake()
取得列挙子です。
Returns:
com.aspose.ms.System.Collections.IEnumerator - この IEnumerator。