Table of Contents

Class Finishings

Namespace
Javax.Print.Attribute.Standard
Assembly
MASES.JNet.dll
public class Finishings : EnumSyntax, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<EnumSyntax>
Finishings
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<EnumSyntax>.IsAssignableFrom(IJavaType)
JVMBridgeBase<EnumSyntax>.IsAssignableFrom<T>()
JVMBridgeBase<EnumSyntax>.Execute<T>(params T[])
JVMBridgeBase<EnumSyntax>.DynBridgeClazz
JVMBridgeBase<EnumSyntax>.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

Finishings()

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

public Finishings()

Finishings(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 Finishings(params object[] args)

Parameters

args object[]

Properties

BIND

public static Finishings BIND { get; }

Property Value

Finishings

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COVER

public static Finishings COVER { get; }

Property Value

Finishings

Category

public Class Category { get; }

Property Value

Class

EDGE_STITCH

public static Finishings EDGE_STITCH { get; }

Property Value

Finishings

EDGE_STITCH_BOTTOM

public static Finishings EDGE_STITCH_BOTTOM { get; }

Property Value

Finishings

EDGE_STITCH_LEFT

public static Finishings EDGE_STITCH_LEFT { get; }

Property Value

Finishings

EDGE_STITCH_RIGHT

public static Finishings EDGE_STITCH_RIGHT { get; }

Property Value

Finishings

EDGE_STITCH_TOP

public static Finishings EDGE_STITCH_TOP { get; }

Property Value

Finishings

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

NONE

public static Finishings NONE { get; }

Property Value

Finishings

Name

public String Name { get; }

Property Value

String

SADDLE_STITCH

public static Finishings SADDLE_STITCH { get; }

Property Value

Finishings

STAPLE

public static Finishings STAPLE { get; }

Property Value

Finishings

STAPLE_BOTTOM_LEFT

public static Finishings STAPLE_BOTTOM_LEFT { get; }

Property Value

Finishings

STAPLE_BOTTOM_RIGHT

public static Finishings STAPLE_BOTTOM_RIGHT { get; }

Property Value

Finishings

STAPLE_DUAL_BOTTOM

public static Finishings STAPLE_DUAL_BOTTOM { get; }

Property Value

Finishings

STAPLE_DUAL_LEFT

public static Finishings STAPLE_DUAL_LEFT { get; }

Property Value

Finishings

STAPLE_DUAL_RIGHT

public static Finishings STAPLE_DUAL_RIGHT { get; }

Property Value

Finishings

STAPLE_DUAL_TOP

public static Finishings STAPLE_DUAL_TOP { get; }

Property Value

Finishings

STAPLE_TOP_LEFT

public static Finishings STAPLE_TOP_LEFT { get; }

Property Value

Finishings

STAPLE_TOP_RIGHT

public static Finishings STAPLE_TOP_RIGHT { get; }

Property Value

Finishings

Operators

implicit operator DocAttribute(Finishings)

Converter from Finishings to DocAttribute

public static implicit operator DocAttribute(Finishings t)

Parameters

t Finishings

Returns

DocAttribute

implicit operator PrintJobAttribute(Finishings)

Converter from Finishings to PrintJobAttribute

public static implicit operator PrintJobAttribute(Finishings t)

Parameters

t Finishings

Returns

PrintJobAttribute

implicit operator PrintRequestAttribute(Finishings)

public static implicit operator PrintRequestAttribute(Finishings t)

Parameters

t Finishings

Returns

PrintRequestAttribute