We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc09311 + 3d3f3ff commit a2c9916Copy full SHA for a2c9916
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