Package system.windows.xps.serialization
Class XpsSerializationManager
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.xps.serialization.PackageSerializationManager
-
- system.windows.xps.serialization.XpsSerializationManager
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDisposable
- Direct Known Subclasses:
XpsSerializationManagerAsync
public class XpsSerializationManager extends PackageSerializationManager
The base .NET class managing System.Windows.Xps.Serialization.XpsSerializationManager, 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.XpsSerializationManager
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.String
assemblyFullName
Fully assembly qualified name: ReachFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: ReachFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Xps.Serialization.XpsSerializationManagerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XpsSerializationManager()
XpsSerializationManager(java.lang.Object instance)
Internal constructor.XpsSerializationManager(BasePackagingPolicy packagingPolicy, boolean batchMode)
-
Method Summary
-
Methods inherited from class system.windows.xps.serialization.PackageSerializationManager
close
-
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.XpsSerializationManager- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XpsSerializationManager
public XpsSerializationManager(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XpsSerializationManager
public XpsSerializationManager() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XpsSerializationManager
public XpsSerializationManager(BasePackagingPolicy packagingPolicy, boolean batchMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, KeyNotFoundException, XpsPackagingException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidCastException
KeyNotFoundException
XpsPackagingException
MulticastNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDisposable
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classPackageSerializationManager
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIDisposable
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classPackageSerializationManager
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIDisposable
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classPackageSerializationManager
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIDisposable
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classPackageSerializationManager
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classPackageSerializationManager
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDisposable
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classPackageSerializationManager
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XpsSerializationManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXpsSerializationManager
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XpsSerializationManager
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Commit
public void Commit() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, XpsSerializationException
-
SaveAsXaml
public void SaveAsXaml(NetObject serializedObject) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, XpsSerializationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, FormatException, Win32Exception, MulticastNotSupportedException, NotImplementedException, UriFormatException, MissingMethodException, TargetInvocationException
- Overrides:
SaveAsXaml
in classPackageSerializationManager
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidCastException
InvalidOperationException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
XpsSerializationException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
FormatException
Win32Exception
MulticastNotSupportedException
NotImplementedException
UriFormatException
MissingMethodException
TargetInvocationException
-
SetFontSubsettingCountPolicy
public void SetFontSubsettingCountPolicy(int countPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
SetFontSubsettingPolicy
public void SetFontSubsettingPolicy(FontSubsetterCommitPolicies policy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getIsBatchMode
public boolean getIsBatchMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addXpsSerializationPrintTicketRequired
public void addXpsSerializationPrintTicketRequired(XpsSerializationPrintTicketRequiredEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeXpsSerializationPrintTicketRequired
public void removeXpsSerializationPrintTicketRequired(XpsSerializationPrintTicketRequiredEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addXpsSerializationProgressChanged
public void addXpsSerializationProgressChanged(XpsSerializationProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeXpsSerializationProgressChanged
public void removeXpsSerializationProgressChanged(XpsSerializationProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-