Table of Contents

Class JobAttributes

Namespace
Java.Awt
Assembly
MASES.JNet.dll
public class JobAttributes : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
JobAttributes
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()
JVMBridgeBase<Cloneable>.Execute<T>(params T[])
JVMBridgeBase<Cloneable>.DynBridgeClazz
JVMBridgeBase<Cloneable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

JobAttributes()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public JobAttributes()

JobAttributes(JobAttributes)

public JobAttributes(JobAttributes arg0)

Parameters

arg0 JobAttributes

JobAttributes

JobAttributes(int, DefaultSelectionType, DestinationType, DialogType, String, int, int, MultipleDocumentHandlingType, int[][], String, SidesType)

public JobAttributes(int arg0, JobAttributes.DefaultSelectionType arg1, JobAttributes.DestinationType arg2, JobAttributes.DialogType arg3, String arg4, int arg5, int arg6, JobAttributes.MultipleDocumentHandlingType arg7, int[][] arg8, String arg9, JobAttributes.SidesType arg10)

Parameters

arg0 int

int

arg1 JobAttributes.DefaultSelectionType

JobAttributes.DefaultSelectionType

arg2 JobAttributes.DestinationType

JobAttributes.DestinationType

arg3 JobAttributes.DialogType

JobAttributes.DialogType

arg4 String

String

arg5 int

int

arg6 int

int

arg7 JobAttributes.MultipleDocumentHandlingType

JobAttributes.MultipleDocumentHandlingType

arg8 int[][]

int

arg9 String

String

arg10 JobAttributes.SidesType

JobAttributes.SidesType

JobAttributes(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public JobAttributes(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Copies

public int Copies { get; set; }

Property Value

int

DefaultSelection

public JobAttributes.DefaultSelectionType DefaultSelection { get; set; }

Property Value

JobAttributes.DefaultSelectionType

Destination

public JobAttributes.DestinationType Destination { get; set; }

Property Value

JobAttributes.DestinationType

Dialog

public JobAttributes.DialogType Dialog { get; set; }

Property Value

JobAttributes.DialogType

FileName

public String FileName { get; set; }

Property Value

String

FromPage

public int FromPage { get; set; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MaxPage

public int MaxPage { get; set; }

Property Value

int

MinPage

public int MinPage { get; set; }

Property Value

int

MultipleDocumentHandling

public JobAttributes.MultipleDocumentHandlingType MultipleDocumentHandling { get; set; }

Property Value

JobAttributes.MultipleDocumentHandlingType

PageRanges

public int[] PageRanges { get; set; }

Property Value

int[]

Printer

public String Printer { get; set; }

Property Value

String

Sides

public JobAttributes.SidesType Sides { get; set; }

Property Value

JobAttributes.SidesType

ToPage

public int ToPage { get; set; }

Property Value

int

Methods

Set(JobAttributes)

public void Set(JobAttributes arg0)

Parameters

arg0 JobAttributes

JobAttributes

SetCopiesToDefault()

public void SetCopiesToDefault()

SetMultipleDocumentHandlingToDefault()

public void SetMultipleDocumentHandlingToDefault()

SetSidesToDefault()

public void SetSidesToDefault()