Package system.io.packaging
Class PackageProperties
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.io.packaging.PackageProperties
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class PackageProperties extends NetObject implements java.lang.AutoCloseable
The base .NET class managing System.IO.Packaging.PackageProperties, System.IO.Packaging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IO.Packaging.PackageProperties
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.IO.Packaging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.IO.Packagingstatic java.lang.StringclassNameQualified class name: System.IO.Packaging.PackagePropertiesstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PackageProperties()PackageProperties(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PackagePropertiescast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoPackageProperties, a cast assert is made to check if types are compatible.voidclose()voidDispose()java.lang.StringgetCategory()java.lang.StringgetContentStatus()java.lang.StringgetContentType()java.lang.StringgetCreator()java.lang.StringgetDescription()java.lang.StringgetIdentifier()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 Typejava.lang.StringgetKeywords()java.lang.StringgetLanguage()java.lang.StringgetLastModifiedBy()java.lang.StringgetRevision()java.lang.StringgetSubject()java.lang.StringgetTitle()java.lang.StringgetVersion()voidsetCategory(java.lang.String Category)voidsetContentStatus(java.lang.String ContentStatus)voidsetContentType(java.lang.String ContentType)voidsetCreator(java.lang.String Creator)voidsetDescription(java.lang.String Description)voidsetIdentifier(java.lang.String Identifier)voidsetJCOInstance(JCObject instance)voidsetKeywords(java.lang.String Keywords)voidsetLanguage(java.lang.String Language)voidsetLastModifiedBy(java.lang.String LastModifiedBy)voidsetRevision(java.lang.String Revision)voidsetSubject(java.lang.String Subject)voidsetTitle(java.lang.String Title)voidsetVersion(java.lang.String Version)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.IO.Packaging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.IO.Packaging- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IO.Packaging.PackageProperties- 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 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 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 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 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 interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static PackageProperties cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoPackageProperties, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
PackagePropertiesinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getCategory
public java.lang.String getCategory() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCategory
public void setCategory(java.lang.String Category) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getContentStatus
public java.lang.String getContentStatus() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setContentStatus
public void setContentStatus(java.lang.String ContentStatus) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getCreator
public java.lang.String getCreator() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCreator
public void setCreator(java.lang.String Creator) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIdentifier
public java.lang.String getIdentifier() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIdentifier
public void setIdentifier(java.lang.String Identifier) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getKeywords
public java.lang.String getKeywords() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setKeywords
public void setKeywords(java.lang.String Keywords) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLanguage
public java.lang.String getLanguage() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setLanguage
public void setLanguage(java.lang.String Language) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLastModifiedBy
public java.lang.String getLastModifiedBy() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setLastModifiedBy
public void setLastModifiedBy(java.lang.String LastModifiedBy) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRevision
public java.lang.String getRevision() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRevision
public void setRevision(java.lang.String Revision) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSubject
public java.lang.String getSubject() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSubject
public void setSubject(java.lang.String Subject) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getVersion
public java.lang.String getVersion() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setVersion
public void setVersion(java.lang.String Version) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-