I just use a pipe symbol to OR in the constants I need. For example, this one gets paragraph begins and table anchors in a single text list:
var textList = doc.MainFlowInDoc.GetText(Constants.FTI_PgfBegin | Constants.FTI_TblAnchor);
Please let me know if you have any questions or comments. --Rick