com.aspose.words
Class WebExtensionBindingType

java.lang.Object
    extended by com.aspose.words.WebExtensionBindingType

public class WebExtensionBindingType 
extends java.lang.Object

Utility class containing constants. Enumerates available types of binding between a web extension and the data in the document.

Field Summary
static final intMATRIX = 0
           Tabular data without a header row.
static final intTABLE = 1
           Tabular data with a header row.
static final intTEXT = 2
           Plain text.
static final intDEFAULT = 0
          
 

Field Detail

MATRIX = 0

public static final int MATRIX
Tabular data without a header row.

TABLE = 1

public static final int TABLE
Tabular data with a header row.

TEXT = 2

public static final int TEXT
Plain text.

DEFAULT = 0

public static final int DEFAULT

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.