Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Sets or returns a {{String}} representing the bullet text of this entry as it would show up if it was opened in Word.{excerpt}
{signature:C#}
 public System.String BulletText{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property BulletText() As String
{signature}
{example}{code:csharp|title=C#}

          string bulletText = entry.BulletText;
        {code}
{code:vb.net|title=vb.net}

          Dim bulletText As String = entry.BulletText
        {code}

{example}