module Sheng::PathHelpers
Public Instance Methods
checkbox_element_path()
click to toggle source
# File lib/sheng/path_helpers.rb, line 11 def checkbox_element_path "w:checkBox/.." end
mergefield_element_path()
click to toggle source
# File lib/sheng/path_helpers.rb, line 7 def mergefield_element_path "w:fldSimple[contains(@w:instr, 'MERGEFIELD')]" end
new_mergefield_element_path()
click to toggle source
# File lib/sheng/path_helpers.rb, line 3 def new_mergefield_element_path "w:fldChar[contains(@w:fldCharType, 'begin')]" end