BulletType
type BulletType = None | ArabicPeriod | ArabicParenR | RomanUcPeriod | RomanLcPeriod | AlphaLcParenR | AlphaLcPeriod | AlphaUcParenR | AlphaUcPeriod
Description
A bullet type which will be added to the paragraph in spreadsheet or presentation.
Try It
// The paragraph will be starting with the Arabic numeral which has parenthesis
var oBullet = Api.CreateNumbering("ArabicParenR");