Class AmbientTheme
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.workflow.componentmodel.design.DesignerTheme
-
- system.workflow.componentmodel.design.AmbientTheme
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDisposable
public class AmbientTheme extends DesignerTheme
The base .NET class managing System.Workflow.ComponentModel.Design.AmbientTheme, System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.ComponentModel.Design.AmbientTheme
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: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Workflow.ComponentModelstatic java.lang.String
className
Qualified class name: System.Workflow.ComponentModel.Design.AmbientThemestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description AmbientTheme()
AmbientTheme(java.lang.Object instance)
Internal constructor.AmbientTheme(WorkflowTheme theme)
-
Method Summary
-
Methods inherited from class system.workflow.componentmodel.design.DesignerTheme
close, getApplyTo, getDesignerType, getReadOnly, setApplyTo, setDesignerType, setReadOnly
-
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: System.Workflow.ComponentModel, 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.Workflow.ComponentModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Workflow.ComponentModel.Design.AmbientTheme- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AmbientTheme
public AmbientTheme(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
AmbientTheme
public AmbientTheme() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AmbientTheme
public AmbientTheme(WorkflowTheme theme) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, SecurityException
-
-
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 classDesignerTheme
- 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 classDesignerTheme
- 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 classDesignerTheme
- 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 classDesignerTheme
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDesignerTheme
-
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 classDesignerTheme
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static AmbientTheme cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoAmbientTheme
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
AmbientTheme
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Initialize
public void Initialize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, IndexOutOfRangeException, SecurityException
- Overrides:
Initialize
in classDesignerTheme
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
ArgumentOutOfRangeException
IndexOutOfRangeException
SecurityException
-
OnAmbientPropertyChanged
public void OnAmbientPropertyChanged(AmbientProperty ambientProperty) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, SecurityException
- Overrides:
OnAmbientPropertyChanged
in classDesignerTheme
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
ArgumentOutOfRangeException
FormatException
SecurityException
-
getDrawGrayscale
public boolean getDrawGrayscale() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDrawGrayscale
public void setDrawGrayscale(boolean DrawGrayscale) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getDrawRounded
public boolean getDrawRounded() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDrawRounded
public void setDrawRounded(boolean DrawRounded) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getDrawShadow
public boolean getDrawShadow() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDrawShadow
public void setDrawShadow(boolean DrawShadow) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getShowConfigErrors
public boolean getShowConfigErrors() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowConfigErrors
public void setShowConfigErrors(boolean ShowConfigErrors) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getShowDesignerBorder
public boolean getShowDesignerBorder() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowDesignerBorder
public void setShowDesignerBorder(boolean ShowDesignerBorder) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getShowGrid
public boolean getShowGrid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setShowGrid
public void setShowGrid(boolean ShowGrid) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getUseOperatingSystemSettings
public boolean getUseOperatingSystemSettings() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUseOperatingSystemSettings
public void setUseOperatingSystemSettings(boolean UseOperatingSystemSettings) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, NullReferenceException, MemberAccessException, PathTooLongException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, WaitHandleCannotBeOpenedException, MulticastNotSupportedException, ExternalException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
NullReferenceException
MemberAccessException
PathTooLongException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
OutOfMemoryException
WaitHandleCannotBeOpenedException
MulticastNotSupportedException
ExternalException
-
getBorderWidth
public int getBorderWidth() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
FormatException
IndexOutOfRangeException
XmlException
NotSupportedException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
-
getBackgroundBrush
public Brush getBackgroundBrush() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getCommentIndicatorBrush
public Brush getCommentIndicatorBrush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ExternalException
-
getDropIndicatorBrush
public Brush getDropIndicatorBrush() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getForegroundBrush
public Brush getForegroundBrush() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getMajorGridBrush
public Brush getMajorGridBrush() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getReadonlyIndicatorBrush
public Brush getReadonlyIndicatorBrush() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ExternalException
-
getSelectionForegroundBrush
public Brush getSelectionForegroundBrush() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getBackColor
public Color getBackColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackColor
public void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getCommentIndicatorColor
public Color getCommentIndicatorColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCommentIndicatorColor
public void setCommentIndicatorColor(Color CommentIndicatorColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getDropIndicatorColor
public Color getDropIndicatorColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDropIndicatorColor
public void setDropIndicatorColor(Color DropIndicatorColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getForeColor
public Color getForeColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getGridColor
public Color getGridColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGridColor
public void setGridColor(Color GridColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getReadonlyIndicatorColor
public Color getReadonlyIndicatorColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReadonlyIndicatorColor
public void setReadonlyIndicatorColor(Color ReadonlyIndicatorColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getSelectionForeColor
public Color getSelectionForeColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectionForeColor
public void setSelectionForeColor(Color SelectionForeColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getSelectionPatternColor
public Color getSelectionPatternColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectionPatternColor
public void setSelectionPatternColor(Color SelectionPatternColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getGridStyle
public DashStyle getGridStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGridStyle
public void setGridStyle(DashStyle GridStyle) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getBoldFont
public Font getBoldFont() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, CultureNotFoundException, RankException, NotSupportedException
-
getFont
public Font getFont() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, CultureNotFoundException, RankException, NotSupportedException
-
getWorkflowWatermarkImage
public Image getWorkflowWatermarkImage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, OutOfMemoryException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PathTooLongException
ArgumentOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
FormatException
SecurityException
MemberAccessException
NullReferenceException
UriFormatException
OutOfMemoryException
MissingMethodException
TargetInvocationException
-
getCommentIndicatorPen
public Pen getCommentIndicatorPen() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getDropIndicatorPen
public Pen getDropIndicatorPen() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ConfigurationErrorsException, FormatException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, ExternalException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
XmlException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
ConfigurationErrorsException
FormatException
MulticastNotSupportedException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
TargetInvocationException
ExternalException
-
getForegroundPen
public Pen getForegroundPen() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, OutOfMemoryException
- Throws:
java.lang.Throwable
InvalidOperationException
ExternalException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidEnumArgumentException
OutOfMemoryException
-
getMajorGridPen
public Pen getMajorGridPen() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, OutOfMemoryException
- Throws:
java.lang.Throwable
InvalidOperationException
ExternalException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidEnumArgumentException
OutOfMemoryException
-
getMinorGridPen
public Pen getMinorGridPen() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, ExternalException, KeyNotFoundException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidEnumArgumentException, OutOfMemoryException
-
getSelectionForegroundPen
public Pen getSelectionForegroundPen() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getSelectionPatternPen
public Pen getSelectionPatternPen() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, OutOfMemoryException
- Throws:
java.lang.Throwable
InvalidOperationException
ExternalException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidEnumArgumentException
OutOfMemoryException
-
getGlyphSize
public Size getGlyphSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getGridSize
public Size getGridSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMargin
public Size getMargin() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectionSize
public Size getSelectionSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFontName
public java.lang.String getFontName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFontName
public void setFontName(java.lang.String FontName) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, SecurityException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
SecurityException
IndexOutOfRangeException
-
getWatermarkImagePath
public java.lang.String getWatermarkImagePath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWatermarkImagePath
public void setWatermarkImagePath(java.lang.String WatermarkImagePath) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
SecurityException
MemberAccessException
NullReferenceException
UriFormatException
-
getWatermarkAlignment
public DesignerContentAlignment getWatermarkAlignment() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWatermarkAlignment
public void setWatermarkAlignment(DesignerContentAlignment WatermarkAlignment) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getDesignerSize
public DesignerSize getDesignerSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDesignerSize
public void setDesignerSize(DesignerSize DesignerSize) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getTextQuality
public TextQuality getTextQuality() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTextQuality
public void setTextQuality(TextQuality TextQuality) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
-