Skip to main content

IDXFontAdditionalPropertyCollection Interface

A collection of DXFontAdditionalProperty objects.

Declaration

public interface IDXFontAdditionalPropertyCollection extends List<DXFontAdditionalProperty>

Implements

java.util.List<DXFontAdditionalProperty>

Methods

addRange(List<DXFontAdditionalProperty> items) Method

Adds the specified items to this collection.

Declaration

public abstract void addRange(List<DXFontAdditionalProperty> items)

Parameters

Name Type Description
items java.util.List<DXFontAdditionalProperty>

The items to add.

get(String name) Method

Returns the property with the specified name.

Declaration

public abstract DXFontAdditionalProperty get(String name)

Parameters

Name Type Description
name String

The property name.

Returns

Type Description
DXFontAdditionalProperty

A DXFontAdditionalProperty object with the specified name.