public class ExtendedApsPage
extends com.aspose.foundation.rendering.ApsPage
implements com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.foundation.rendering.ApsNode>
Represents a wrapper for the standard ApsGlyphs, which extends some of the drawing behavior.
Constructor and Description |
---|
ExtendedApsPage(com.aspose.ms.System.Drawing.SizeF pageSize,
float pageStartInNotePage,
com.aspose.foundation.layout.Margin margin)
Initializes a new instance of the
ExtendedApsPage class. |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Drawing.SizeF |
getContentSize()
Gets the page size excluding margins.
|
com.aspose.foundation.layout.Margin |
getMargin()
Gets margin of this page.
|
float |
getPageEndInNotePage()
Gets the position of the page end, in the MS OneNote page, when one MS OneNote page is divided into several aps
Pages.
|
com.aspose.ms.System.Drawing.SizeF |
getPageSize()
Gets the final page size.
|
float |
getPageStartInNotePage()
Gets the position of the page start in the MS OneNote page, when one MS OneNote page is divided into several aps Pages.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator_Rename_Namesake()
The get enumerator.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.foundation.rendering.ApsNode> |
iterator()
Returns the enumerator that iterates through the all nodes from this page.
|
accept, disposeIt, getHeight, getHeightPixels, getPaperTray, getSize, getWidth, getWidthPixels, isEndPage, setEndPage, setSize
add, addRange, clear, get_Item, getCount, insert, remove
getAttributes, getId, getParent, setId, setParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ExtendedApsPage(com.aspose.ms.System.Drawing.SizeF pageSize, float pageStartInNotePage, com.aspose.foundation.layout.Margin margin)
Initializes a new instance of the ExtendedApsPage
class.
pageSize
- The page size.pageStartInNotePage
- The page start in the original MS OneNote page.margin
- The extended page margin.public com.aspose.ms.System.Drawing.SizeF getContentSize()
Gets the page size excluding margins.
public float getPageEndInNotePage()
Gets the position of the page end, in the MS OneNote page, when one MS OneNote page is divided into several aps Pages.
public com.aspose.ms.System.Drawing.SizeF getPageSize()
Gets the final page size.
public float getPageStartInNotePage()
Gets the position of the page start in the MS OneNote page, when one MS OneNote page is divided into several aps Pages.
public com.aspose.foundation.layout.Margin getMargin()
Gets margin of this page.
public com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.foundation.rendering.ApsNode> iterator()
Returns the enumerator that iterates through the all nodes from this page.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.foundation.rendering.ApsNode>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<com.aspose.foundation.rendering.ApsNode>
iterator
in interface Iterable<com.aspose.foundation.rendering.ApsNode>
IEnumerator
.public com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()
The get enumerator.
IEnumerator
.