We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da89a0 commit 32d0844Copy full SHA for 32d0844
lib/docx/containers/paragraph.rb
@@ -28,6 +28,7 @@ def initialize(node, document_properties = {}, doc = nil)
28
validate_placeholder_content
29
end
30
31
+ # This method detects and replaces the corrupted nodes if any exists.
32
def validate_placeholder_content
33
placeholder_position_hash = detect_placeholder_positions
34
content_size = [0]
0 commit comments