跳到主要内容

BulletType

A bullet type which will be added to the paragraph in spreadsheet or presentation.

Type

Enumeration

Values

  • "None"
  • "ArabicPeriod"
  • "ArabicParenR"
  • "RomanUcPeriod"
  • "RomanLcPeriod"
  • "AlphaLcParenR"
  • "AlphaLcPeriod"
  • "AlphaUcParenR"
  • "AlphaUcPeriod"

Example

This example shows how to create a numbering.

// The paragraph will be starting with the Arabic numeral which has parenthesis
let bullet = Api.CreateNumbering("ArabicParenR");