Package system.windows.media.imaging
Class BitmapMetadata
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.DependencyObject
-
- system.windows.Freezable
-
- system.windows.media.ImageMetadata
-
- system.windows.media.imaging.BitmapMetadata
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
InPlaceBitmapMetadataWriter
public class BitmapMetadata extends ImageMetadata
The base .NET class managing System.Windows.Media.Imaging.BitmapMetadata, PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Media.Imaging.BitmapMetadata
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: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationCorestatic java.lang.StringclassNameQualified class name: System.Windows.Media.Imaging.BitmapMetadatastatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description BitmapMetadata()BitmapMetadata(java.lang.Object instance)Internal constructor.BitmapMetadata(java.lang.String containerFormat)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BitmapMetadatacast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoBitmapMetadata, a cast assert is made to check if types are compatible.BitmapMetadataCloneNewBitmapMetadata()booleanContainsQuery(java.lang.String query)java.lang.StringgetApplicationName()java.lang.StringgetCameraManufacturer()java.lang.StringgetCameraModel()java.lang.StringgetComment()java.lang.StringgetCopyright()java.lang.StringgetDateTaken()java.lang.StringgetFormat()booleangetIsFixedSize()booleangetIsReadOnly()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.StringgetLocation()NetObjectGetQuery(java.lang.String query)intgetRating()java.lang.StringgetSubject()java.lang.StringgetTitle()voidRemoveQuery(java.lang.String query)voidsetApplicationName(java.lang.String ApplicationName)voidsetCameraManufacturer(java.lang.String CameraManufacturer)voidsetCameraModel(java.lang.String CameraModel)voidsetComment(java.lang.String Comment)voidsetCopyright(java.lang.String Copyright)voidsetDateTaken(java.lang.String DateTaken)voidsetJCOInstance(JCObject instance)voidSetQuery(java.lang.String query, NetObject value)voidsetRating(int Rating)voidsetSubject(java.lang.String Subject)voidsetTitle(java.lang.String Title)-
Methods inherited from class system.windows.media.ImageMetadata
CloneNewImageMetadata
-
Methods inherited from class system.windows.Freezable
addChanged, Clone, CloneCurrentValue, Freeze, GetAsFrozen, getCanFreeze, GetCurrentValueAsFrozen, getIsFrozen, removeChanged
-
Methods inherited from class system.windows.DependencyObject
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValue
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Media.Imaging.BitmapMetadata- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BitmapMetadata
public BitmapMetadata(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
BitmapMetadata
public BitmapMetadata() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
BitmapMetadata
public BitmapMetadata(java.lang.String containerFormat) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionArgumentNullExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionOutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classImageMetadata- 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 classImageMetadata- 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 classImageMetadata- 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 classImageMetadata- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classImageMetadata
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classImageMetadata- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static BitmapMetadata cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoBitmapMetadata, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
BitmapMetadatainstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
ContainsQuery
public boolean ContainsQuery(java.lang.String query) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatException
-
GetQuery
public NetObject GetQuery(java.lang.String query) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionAccessViolationExceptionNotImplementedExceptionFormatException
-
CloneNewBitmapMetadata
public BitmapMetadata CloneNewBitmapMetadata() throws java.lang.Throwable, InvalidOperationException, SecurityException, IOException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, NotSupportedException
-
RemoveQuery
public void RemoveQuery(java.lang.String query) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
SetQuery
public void SetQuery(java.lang.String query, NetObject value) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException, AccessViolationException, NotImplementedException, ObjectDisposedException, MissingMethodException, TargetInvocationException, SecurityException, IOException, UnauthorizedAccessException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFormatExceptionOutOfMemoryExceptionAccessViolationExceptionNotImplementedExceptionObjectDisposedExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionIOExceptionUnauthorizedAccessException
-
getIsFixedSize
public boolean getIsFixedSize() throws java.lang.Throwable, ArgumentException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationException
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable, ArgumentException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationException
-
getRating
public int getRating() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatException
-
setRating
public void setRating(int Rating) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatException
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
getCameraManufacturer
public java.lang.String getCameraManufacturer() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatException
-
setCameraManufacturer
public void setCameraManufacturer(java.lang.String CameraManufacturer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
getCameraModel
public java.lang.String getCameraModel() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatException
-
setCameraModel
public void setCameraModel(java.lang.String CameraModel) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
getComment
public java.lang.String getComment() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatException
-
setComment
public void setComment(java.lang.String Comment) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
getCopyright
public java.lang.String getCopyright() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatException
-
setCopyright
public void setCopyright(java.lang.String Copyright) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
getDateTaken
public java.lang.String getDateTaken() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException, InvalidTimeZoneException, SecurityException, UnauthorizedAccessException, IOException, NullReferenceException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatExceptionInvalidTimeZoneExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNullReferenceExceptionCultureNotFoundException
-
setDateTaken
public void setDateTaken(java.lang.String DateTaken) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, NullReferenceException, CultureNotFoundException, IndexOutOfRangeException, FormatException, AccessViolationException, ArgumentNullException, OutOfMemoryException, NotImplementedException, SecurityException, IOException, UnauthorizedAccessException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionAccessViolationExceptionArgumentNullExceptionOutOfMemoryExceptionNotImplementedExceptionSecurityExceptionIOExceptionUnauthorizedAccessException
-
getFormat
public java.lang.String getFormat() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException
-
getLocation
public java.lang.String getLocation() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException
-
getSubject
public java.lang.String getSubject() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatException
-
setSubject
public void setSubject(java.lang.String Subject) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, PlatformNotSupportedException, IndexOutOfRangeException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatException
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, NotSupportedException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionAccessViolationExceptionArrayTypeMismatchExceptionNotImplementedExceptionObjectDisposedExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionNotSupportedException
-
-