-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There might be an issue with oParagraph.Search #130
Comments
var oDocument = Api.GetDocument(); |
@nicewillsuccess |
Version 8.1.1 is released so I close this issue. Feel free to comment or reopen it if you got further questions. |
I tried with the new version, but the issue persists. If a line break is added and then oParagraph.Search is used, it will select the line break, and the last text of the search won’t be included. If Delete() is called at this point, it will also delete the line break. |
@askonev, Please take a look. |
var oParagraphLineBreak = oDocument.GetElement( 2); |
Hello, has this issue been resolved? @Rita-Bubnova |
The problems described in the issue have been fixed on version 8.2.0 |
DocumentBuilder v8.2.0 is released so I close this issue. Feel free to comment or reopen it if you got further questions. |
I'm encountering an issue while using the oParagraph.Search method. When I attempt to bold the entire search result (e.g., "text"), only part of the text, like "tex," is getting bolded instead of the full "text" as I expected.
The text was updated successfully, but these errors were encountered: