XceedBoucherS
XceedBoucherS
Hi, Currently, you can't change the DocumentCloseButton's style unless you redefine the main template of LayoutDocumentTabItem. What are your needs exactly ? Modify the content(image) or the button properties ?...
Hello, Thank you for reporting this. We will have a look and get back to you.
How exactly do you define your DockingManager and LayoutDocumentPane ? Here's a sample that works normally in v4.5: ` ` I can drag the Pane out as a new Window,...
Hi, Thank you for reporting this. It will be fixed in v3.8.
Hello, I tried a simle sample with DocX v2.5.0 from NuGet, like this: var doc = DocX.Load( "test.docx" ); doc.ReplaceText( new StringReplaceTextOptions() { SearchValue = "%LoanNum%", NewValue = "123" }...
Hi, I am not able to reproduce the issue (you will find my sample docx in attachment), but with a section break, I have a NullRefException. [test.docx](https://github.com/xceedsoftware/DocX/files/12429010/test.docx) This will be...
Hi, You must use a : picture.WrapStyle = WrapStyle.WrapSquare; and then you can position your picture in the page. This is a feature of Xceed Words for .NET (the commercial...
Hi, By reading the code you submitted, I can see you are creating a docx and then trying to parse the sections/paragraphs/Pictures. But if you create a docx, it will...
Hi DocX supports MS Word docx format. It can support MS Word doc format, but it's not garanteed. Thank you
Hi, Just to make sure, you want to insert an image in a cell of a table and align it to the right of that cell ? Will there be...