Aspose Words SdtType enumeration does not include REPEATING_SECTION

I am working on a document automation solution that uses Word’s structured document tags, including both Rich Text and Repeating Section content controls. Aspose identifies the type of an SDT tag by using the SdtType enumeration (com.aspose.words.SdtType), but it incorrectly identifies Repeating Section SDTs as Rich Text SDTs. I would like to request that an additional enumeration be added for REPEATING_SECTION, and that these SDTs would be correctly identified as such by Aspose Words.

public final class SdtType {
public static final int NONE = 0;
public static final int BIBLIOGRAPHY = 1;
public static final int CITATION = 2;
public static final int EQUATION = 3;
public static final int DROP_DOWN_LIST = 4;
public static final int COMBO_BOX = 5;
public static final int DATE = 6;
public static final int BUILDING_BLOCK_GALLERY = 7;
public static final int DOC_PART_OBJ = 8;
public static final int GROUP = 9;
public static final int PICTURE = 10;
public static final int RICH_TEXT = 11;
public static final int PLAIN_TEXT = 12;
public static final int CHECKBOX = 13;
public static final int length = 14;
Note the absence of any REPEATING_SECTION enumeration in the code above.

Best Regards,

Eric Noble
Senior Software Engineer
Infor

Hi Eric,


Thanks for your inquiry. Please attach your input Word document containing Repeating Section content control here for testing. We will investigate the issue on our end and provide you more information.

Best regards,