Class PrintPropertyDictionary
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- org.mases.jcobridge.netreflection.NetObjectEnumerable
-
- system.collections.Hashtable
-
- system.printing.indexedproperties.PrintPropertyDictionary
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.lang.Iterable<NetObject>,IEnumerable,IJCOBridgeReflected
public class PrintPropertyDictionary extends Hashtable implements java.lang.AutoCloseable
The base .NET class managing System.Printing.IndexedProperties.PrintPropertyDictionary, System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Printing.IndexedProperties.PrintPropertyDictionary
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: System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Printingstatic java.lang.StringclassNameQualified class name: System.Printing.IndexedProperties.PrintPropertyDictionarystatic JCTypeclassTypeThe type managed from JCOBridge.-
Fields inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
Null
-
-
Constructor Summary
Constructors Constructor Description PrintPropertyDictionary()PrintPropertyDictionary(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAdd(PrintProperty attributeValue)static PrintPropertyDictionarycast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPrintPropertyDictionary, a cast assert is made to check if types are compatible.voidclose()voidDispose()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypevoidGetObjectData(SerializationInfo info, StreamingContext context)PrintPropertyGetProperty(java.lang.String attribName)voidOnDeserialization(NetObject sender)voidsetJCOInstance(JCObject instance)voidSetProperty(java.lang.String attribName, PrintProperty attribValue)-
Methods inherited from class system.collections.Hashtable
Add, Clear, Clone, Contains, ContainsKey, ContainsValue, CopyTo, getCount, getIsFixedSize, getIsReadOnly, getIsSynchronized, getKeys, getSyncRoot, getValues, Remove, Synchronized
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObjectEnumerable
GetEnumerator, iterator
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Printing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Printing- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Printing.IndexedProperties.PrintPropertyDictionary- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PrintPropertyDictionary
public PrintPropertyDictionary(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
PrintPropertyDictionary
public PrintPropertyDictionary() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classHashtable- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classHashtable- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classHashtable- 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 interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classHashtable- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classHashtable
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classHashtable- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PrintPropertyDictionary cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPrintPropertyDictionary, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PrintPropertyDictionaryinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetProperty
public PrintProperty GetProperty(java.lang.String attribName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
Add
public void Add(PrintProperty attributeValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentNullException- Throws:
java.lang.ThrowableArgumentNullException
-
GetObjectData
public void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SerializationException, InvalidOperationException
- Overrides:
GetObjectDatain classHashtable- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSerializationExceptionInvalidOperationException
-
OnDeserialization
public void OnDeserialization(NetObject sender) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, SerializationException, ArgumentOutOfRangeException, FormatException
- Overrides:
OnDeserializationin classHashtable- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionSerializationExceptionArgumentOutOfRangeExceptionFormatException
-
SetProperty
public void SetProperty(java.lang.String attribName, PrintProperty attribValue) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionObjectDisposedExceptionAbandonedMutexException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
-