Package system.windows.xps.serialization
Class BasePackagingPolicy
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.xps.serialization.BasePackagingPolicy
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDisposable
- Direct Known Subclasses:
XpsPackagingPolicy
public class BasePackagingPolicy extends NetObject implements IDisposable, java.lang.AutoCloseable
The base .NET class managing System.Windows.Xps.Serialization.BasePackagingPolicy, ReachFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Xps.Serialization.BasePackagingPolicy
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: ReachFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: ReachFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Xps.Serialization.BasePackagingPolicystatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BasePackagingPolicy()BasePackagingPolicy(java.lang.Object instance)Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IDisposable
Dispose
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: ReachFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: ReachFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Xps.Serialization.BasePackagingPolicy- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDisposable- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDisposable- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDisposable- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDisposable- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDisposable- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static BasePackagingPolicy cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoBasePackagingPolicy, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
BasePackagingPolicyinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
AcquireResourceStreamForXpsColorContext
public XpsResourceStream AcquireResourceStreamForXpsColorContext(java.lang.String resourceId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireResourceStreamForXpsFont
public XpsResourceStream AcquireResourceStreamForXpsFont() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireResourceStreamForXpsFont
public XpsResourceStream AcquireResourceStreamForXpsFont(java.lang.String resourceId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireResourceStreamForXpsImage
public XpsResourceStream AcquireResourceStreamForXpsImage(java.lang.String resourceId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireResourceStreamForXpsResourceDictionary
public XpsResourceStream AcquireResourceStreamForXpsResourceDictionary(java.lang.String resourceId) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireXmlWriterForFixedDocument
public XmlWriter AcquireXmlWriterForFixedDocument() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireXmlWriterForFixedDocumentSequence
public XmlWriter AcquireXmlWriterForFixedDocumentSequence() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireXmlWriterForFixedPage
public XmlWriter AcquireXmlWriterForFixedPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireXmlWriterForPage
public XmlWriter AcquireXmlWriterForPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AcquireXmlWriterForResourceDictionary
public XmlWriter AcquireXmlWriterForResourceDictionary() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PersistPrintTicket
public void PersistPrintTicket(PrintTicket printTicket) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
PreCommitCurrentPage
public void PreCommitCurrentPage() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
RelateResourceToCurrentPage
public void RelateResourceToCurrentPage(Uri targetUri, java.lang.String relationshipName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
RelateRestrictedFontToCurrentDocument
public void RelateRestrictedFontToCurrentDocument(Uri targetUri) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ReleaseResourceStreamForXpsColorContext
public void ReleaseResourceStreamForXpsColorContext() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ReleaseResourceStreamForXpsFont
public void ReleaseResourceStreamForXpsFont() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ReleaseResourceStreamForXpsFont
public void ReleaseResourceStreamForXpsFont(java.lang.String resourceId) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ReleaseResourceStreamForXpsImage
public void ReleaseResourceStreamForXpsImage() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ReleaseResourceStreamForXpsResourceDictionary
public void ReleaseResourceStreamForXpsResourceDictionary() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ReleaseXmlWriterForFixedDocument
public void ReleaseXmlWriterForFixedDocument() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ReleaseXmlWriterForFixedDocumentSequence
public void ReleaseXmlWriterForFixedDocumentSequence() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ReleaseXmlWriterForFixedPage
public void ReleaseXmlWriterForFixedPage() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getCurrentFixedDocumentUri
public Uri getCurrentFixedDocumentUri() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentFixedPageUri
public Uri getCurrentFixedPageUri() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-