CaptionSep
type CaptionSep = hyphen | period | colon | longDash | dash
Description
Possible values for the caption separator. "hyphen" - the "-" punctuation mark. "period" - the "." punctuation mark. "colon" - the ":" punctuation mark. "longDash" - the "—" punctuation mark. "dash" - the "-" punctuation mark.
Try It
oParagraph.AddCaption("", "Figure", false, "Arabic", false, undefined, "hyphen");