Table of Contents

Class MediaName

Namespace
Javax.Print.Attribute.Standard
Assembly
MASES.JNet.dll
public class MediaName : Media, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
MediaName
Implements
Inherited Members
Extension Methods

Constructors

MediaName(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MediaName(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ISO_A4_TRANSPARENT

public static MediaName ISO_A4_TRANSPARENT { get; set; }

Property Value

MediaName

ISO_A4_WHITE

public static MediaName ISO_A4_WHITE { get; set; }

Property Value

MediaName

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

NA_LETTER_TRANSPARENT

public static MediaName NA_LETTER_TRANSPARENT { get; set; }

Property Value

MediaName

NA_LETTER_WHITE

public static MediaName NA_LETTER_WHITE { get; set; }

Property Value

MediaName

Operators

implicit operator Attribute(MediaName)

Converter from MediaName to Attribute

public static implicit operator Attribute(MediaName t)

Parameters

t MediaName

Returns

Attribute