Method: AsposeWordsCloud::Footnote#reference_mark
- Defined in:
- lib/aspose_words_cloud/models/footnote.rb
#reference_mark ⇒ Object
Gets or sets the custom reference mark to be used for this footnote. Default value is Empty, meaning auto-numbered footnotes are used. RTF-format can only store 1 symbol as custom reference mark, so upon export only the first symbol will be written others will be discard.
47 48 49 |
# File 'lib/aspose_words_cloud/models/footnote.rb', line 47 def reference_mark @reference_mark end |