Table of Contents

Interface IAttributeSet

Namespace
Javax.Print.Attribute
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAttributeSet

Methods

Add(Attribute)

bool Add(Attribute arg0)

Parameters

arg0 Attribute

Attribute

Returns

bool

bool

AddAll(AttributeSet)

bool AddAll(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool

Clear()

void Clear()

ContainsKey(Class)

bool ContainsKey(Class arg0)

Parameters

arg0 Class

Class

Returns

bool

bool

ContainsValue(Attribute)

bool ContainsValue(Attribute arg0)

Parameters

arg0 Attribute

Attribute

Returns

bool

bool

Get(Class)

Attribute Get(Class arg0)

Parameters

arg0 Class

Class

Returns

Attribute

Attribute

IsEmpty()

bool IsEmpty()

Returns

bool

bool

Remove(Class)

bool Remove(Class arg0)

Parameters

arg0 Class

Class

Returns

bool

bool

Remove(Attribute)

bool Remove(Attribute arg0)

Parameters

arg0 Attribute

Attribute

Returns

bool

bool

Size()

int Size()

Returns

int

int

ToArray()

Attribute[] ToArray()

Returns

Attribute[]

Attribute