public class AnnotationDocumentPaginator extends DocumentPaginator
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Annotations.AnnotationDocumentPaginator
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Annotations.AnnotationDocumentPaginator
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
AnnotationDocumentPaginator() |
AnnotationDocumentPaginator(DocumentPaginator originalPaginator,
AnnotationStore annotationStore) |
AnnotationDocumentPaginator(DocumentPaginator originalPaginator,
AnnotationStore annotationStore,
FlowDirection flowDirection) |
AnnotationDocumentPaginator(DocumentPaginator originalPaginator,
Stream annotationStore) |
AnnotationDocumentPaginator(DocumentPaginator originalPaginator,
Stream annotationStore,
FlowDirection flowDirection) |
AnnotationDocumentPaginator(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CancelAsync(NetObject userState) |
static AnnotationDocumentPaginator |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into AnnotationDocumentPaginator, a cast assert is made to check if types are compatible. |
void |
ComputePageCount() |
void |
ComputePageCountAsync(NetObject userState) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
DocumentPage |
GetPage(int pageNumber) |
void |
GetPageAsync(int pageNumber,
NetObject userState) |
void |
setJCOInstance(JCObject instance) |
addComputePageCountCompleted, addGetPageCompleted, addPagesChanged, ComputePageCountAsync, getIsPageCountValid, GetPageAsync, getPageCount, getPageSize, getSource, removeComputePageCountCompleted, removeGetPageCompleted, removePagesChanged, setPageSizepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public AnnotationDocumentPaginator()
throws java.lang.Throwable
java.lang.Throwablepublic AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, InvalidEnumArgumentException, Win32Exception, SecurityException, NotSupportedException, TargetInvocationException, MulticastNotSupportedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionTargetInvocationExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionpublic AnnotationDocumentPaginator(DocumentPaginator originalPaginator, AnnotationStore annotationStore, FlowDirection flowDirection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, Win32Exception, SecurityException, KeyNotFoundException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionWin32ExceptionSecurityExceptionKeyNotFoundExceptionNotSupportedExceptionpublic AnnotationDocumentPaginator(DocumentPaginator originalPaginator, Stream annotationStore) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, NullReferenceException, IndexOutOfRangeException, XPathException, SecurityException, UnauthorizedAccessException, IOException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, TargetInvocationException, MulticastNotSupportedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionNullReferenceExceptionIndexOutOfRangeExceptionXPathExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionTargetInvocationExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionpublic AnnotationDocumentPaginator(DocumentPaginator originalPaginator, Stream annotationStore, FlowDirection flowDirection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException, NullReferenceException, IndexOutOfRangeException, XPathException, SecurityException, UnauthorizedAccessException, IOException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, TargetInvocationException, MulticastNotSupportedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionXmlExceptionNullReferenceExceptionIndexOutOfRangeExceptionXPathExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionTargetInvocationExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionpublic AnnotationDocumentPaginator(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void CancelAsync(NetObject userState) throws java.lang.Throwable
CancelAsync in class DocumentPaginatorjava.lang.Throwablepublic static AnnotationDocumentPaginator cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into AnnotationDocumentPaginator, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedAnnotationDocumentPaginator instancejava.lang.Throwable - in case of error during cast operationpublic void ComputePageCount()
throws java.lang.Throwable
ComputePageCount in class DocumentPaginatorjava.lang.Throwablepublic void ComputePageCountAsync(NetObject userState) throws java.lang.Throwable
ComputePageCountAsync in class DocumentPaginatorjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DocumentPaginatorString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DocumentPaginatorString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DocumentPaginatorObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DocumentPaginatorString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DocumentPaginatorJCType representing the CLR Type of the instantiated Classpublic DocumentPage GetPage(int pageNumber) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, OverflowException, Win32Exception, ObjectDisposedException, ArgumentOutOfRangeException, CultureNotFoundException, TargetInvocationException, NotImplementedException, KeyNotFoundException, NotSupportedException
GetPage in class DocumentPaginatorjava.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionOverflowExceptionWin32ExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionTargetInvocationExceptionNotImplementedExceptionKeyNotFoundExceptionNotSupportedExceptionpublic void GetPageAsync(int pageNumber,
NetObject userState)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
GetPageAsync in class DocumentPaginatorjava.lang.ThrowableArgumentNullExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DocumentPaginator