com.aspose.words
Class BuildingBlockBehavior

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

public class BuildingBlockBehavior 
extends java.lang.Object

Utility class containing constants. Specifies the behavior that shall be applied to the contents of the building block when it is inserted into the main document.

Corresponds to the ST_DocPartBehavior type in OOXML.

See Also:
BuildingBlock.Behavior

Field Summary
static final intCONTENT
           Specifies that the buidling block shall be inserted as inline content.
static final intPARAGRAPH
           Specifies that the building block shall be inserted into its own paragraph.
static final intPAGE
           Specifies that the building block shall be added into its own page.
static final intDEFAULT
           Same as CONTENT.
 

Field Detail

CONTENT

public static final int CONTENT
Specifies that the buidling block shall be inserted as inline content.

PARAGRAPH

public static final int PARAGRAPH
Specifies that the building block shall be inserted into its own paragraph.

PAGE

public static final int PAGE
Specifies that the building block shall be added into its own page.

DEFAULT

public static final int DEFAULT
Same as CONTENT.

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