CollectionSchema

Inheritance: java.lang.Object, com.aspose.pdf.CollectionSchema

public class CollectionSchema extends Object

Represents a class that describes the “Schema” of a document collection.

Methods

MethodDescription
getAllFieldsGets all schema’s fields.
getAllNamesGets all schema’s fields names.
getCollectionFieldGets a collection field by name.
hasNameDetermines whether the specified name exists in the schema.

getAllFields

public final com.aspose.ms.System.Collections.Generic.IGenericCollection< CollectionField > getAllFields()

Gets all schema’s fields.

Returns: list of CollectionField

getAllNames

public final com.aspose.ms.System.Collections.Generic.IGenericCollection< String > getAllNames()

Gets all schema’s fields names.

Returns: list of String

getCollectionField

Gets a collection field by name.

hasName

Determines whether the specified name exists in the schema.