We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d55dea commit 1e2305cCopy full SHA for 1e2305c
1 file changed
lib/openxml/docx/elements/level.rb
@@ -7,8 +7,11 @@ class Level < OpenXml::Docx::Element
7
8
with_namespace :w do
9
attribute :level, expects: :integer, displays_as: :ilvl
10
- attribute :tplc
11
- attribute :tentative
+ # The following are "UI attributes:" tplc is an entirely opaque
+ # Word "template code" and "tenative" just means it wasn't used but
12
+ # was generated anyway.
13
+ # attribute :tplc
14
+ # attribute :tentative
15
end
16
17
value_property :start
0 commit comments