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=8.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.String
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationCorestatic java.lang.String
className
Qualified class name: System.Windows.Media.Imaging.BitmapMetadatastatic JCType
classType
The 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 BitmapMetadata
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoBitmapMetadata
, a cast assert is made to check if types are compatible.BitmapMetadata
CloneNewBitmapMetadata()
boolean
ContainsQuery(java.lang.String query)
java.lang.String
getApplicationName()
java.lang.String
getCameraManufacturer()
java.lang.String
getCameraModel()
java.lang.String
getComment()
java.lang.String
getCopyright()
java.lang.String
getDateTaken()
java.lang.String
getFormat()
boolean
getIsFixedSize()
boolean
getIsReadOnly()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getLocation()
NetObject
GetQuery(java.lang.String query)
int
getRating()
java.lang.String
getSubject()
java.lang.String
getTitle()
void
RemoveQuery(java.lang.String query)
void
setApplicationName(java.lang.String ApplicationName)
void
setCameraManufacturer(java.lang.String CameraManufacturer)
void
setCameraModel(java.lang.String CameraModel)
void
setComment(java.lang.String Comment)
void
setCopyright(java.lang.String Copyright)
void
setDateTaken(java.lang.String DateTaken)
void
setJCOInstance(JCObject instance)
void
SetQuery(java.lang.String query, NetObject value)
void
setRating(int Rating)
void
setSubject(java.lang.String Subject)
void
setTitle(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=8.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.Throwable
Internal 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, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, CultureNotFoundException, OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classImageMetadata
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classImageMetadata
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classImageMetadata
- 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 interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classImageMetadata
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classImageMetadata
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classImageMetadata
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static BitmapMetadata cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoBitmapMetadata
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
BitmapMetadata
instance- 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, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
FormatException
-
GetQuery
public NetObject GetQuery(java.lang.String query) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
AccessViolationException
NotImplementedException
FormatException
-
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, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException
-
SetQuery
public void SetQuery(java.lang.String query, NetObject value) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException, AccessViolationException, NotImplementedException, ObjectDisposedException, MissingMethodException, TargetInvocationException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
OutOfMemoryException
AccessViolationException
NotImplementedException
ObjectDisposedException
MissingMethodException
TargetInvocationException
SecurityException
IOException
UnauthorizedAccessException
-
getIsFixedSize
public boolean getIsFixedSize() throws java.lang.Throwable, ArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
-
getIsReadOnly
public boolean getIsReadOnly() throws java.lang.Throwable, ArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
-
getRating
public int getRating() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
-
setRating
public void setRating(int Rating) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
ArrayTypeMismatchException
NotImplementedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
getApplicationName
public java.lang.String getApplicationName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
-
setApplicationName
public void setApplicationName(java.lang.String ApplicationName) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
ArrayTypeMismatchException
NotImplementedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
getCameraManufacturer
public java.lang.String getCameraManufacturer() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
-
setCameraManufacturer
public void setCameraManufacturer(java.lang.String CameraManufacturer) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
ArrayTypeMismatchException
NotImplementedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
getCameraModel
public java.lang.String getCameraModel() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
-
setCameraModel
public void setCameraModel(java.lang.String CameraModel) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
ArrayTypeMismatchException
NotImplementedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
getComment
public java.lang.String getComment() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
-
setComment
public void setComment(java.lang.String Comment) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
ArrayTypeMismatchException
NotImplementedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
getCopyright
public java.lang.String getCopyright() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
-
setCopyright
public void setCopyright(java.lang.String Copyright) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
ArrayTypeMismatchException
NotImplementedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
getDateTaken
public java.lang.String getDateTaken() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException, InvalidTimeZoneException, SecurityException, UnauthorizedAccessException, IOException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
InvalidTimeZoneException
SecurityException
UnauthorizedAccessException
IOException
OverflowException
-
setDateTaken
public void setDateTaken(java.lang.String DateTaken) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, IndexOutOfRangeException, OverflowException, FormatException, AccessViolationException, ArgumentNullException, OutOfMemoryException, NotImplementedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
IndexOutOfRangeException
OverflowException
FormatException
AccessViolationException
ArgumentNullException
OutOfMemoryException
NotImplementedException
SecurityException
IOException
UnauthorizedAccessException
-
getFormat
public java.lang.String getFormat() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, FormatException, NotSupportedException
-
getLocation
public java.lang.String getLocation() throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException
-
getSubject
public java.lang.String getSubject() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
-
setSubject
public void setSubject(java.lang.String Subject) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
ArrayTypeMismatchException
NotImplementedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, AccessViolationException, NotImplementedException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
AccessViolationException
NotImplementedException
FormatException
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, AccessViolationException, ArrayTypeMismatchException, NotImplementedException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
OutOfMemoryException
AccessViolationException
ArrayTypeMismatchException
NotImplementedException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
-
-