We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc09311 commit 3d3f3ffCopy full SHA for 3d3f3ff
1 file changed
lib/openxml/docx/properties/tab.rb
@@ -4,7 +4,7 @@ module Properties
4
class Tab < BaseProperty
5
attr_reader :position, :type, :leader
6
7
- VALID_TYPES = %i(bar center clear decimal end num start)
+ VALID_TYPES = %i(bar center clear decimal end num start left right)
8
VALID_LEADERS = [nil, :dot, :heavy, :hyphen, :middleDot, :none, :underscore]
9
10
def initialize(position, type, leader=nil)
0 commit comments