Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: sonnt0309/go-docx

Tags

v0.4.6

Toggle v0.4.6's commit message

v0.4.5

Toggle v0.4.5's commit message

v0.4.4

Toggle v0.4.4's commit message
handle nested placeholders

v0.4.3

Toggle v0.4.3's commit message
add placeholder validation; introduce validPlaceholders in ParsePlace…

…holders to not modify the iterating slice (which def will cause issues)

v0.4.2

Toggle v0.4.2's commit message
cleanup and refactoring; renamed TextRun to TagPair

v0.4.1

Toggle v0.4.1's commit message
remove deltaLength from r.fragmentsFromPosition() call

v0.4.0

Toggle v0.4.0's commit message
gofmt

v0.3.2

Toggle v0.3.2's commit message
fix license link

v0.3.1

Toggle v0.3.1's commit message
add simple Replace test to verify that the replaced docx is actually …

…valid xml

v0.3.0

Toggle v0.3.0's commit message
introduce IDs for runs and fragments; fix fragmentsFromPosition bug w…

…hich caused the function to skip a fragment in specific circumstances; added some comments; did some refactoring