Skip to content

Commit ef0c45e

Browse files
Update file(s) "/." from "groupdocs-viewer/Groupdocs.Viewer-References"
1 parent c932ae7 commit ef0c45e

File tree

145 files changed

+196
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+196
-144
lines changed

content/sites/groupdocs/viewer/english/net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 10
55
url: /net/
66
description: GroupDocs.Viewer for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
77
is_root: true
8-
version: "24.12"
8+
version: "25.1"
99
---
1010
## Namespaces
1111

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.drawing/argb32color/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/groupdocs.viewer.drawing/argb32color/
1111
Represents 32-bit color in ARGB format, with 8 bits per every channel (Alpha, Red, Green, Blue). Supports transparency.
1212

1313
```csharp
14-
public struct Argb32Color : IEquatable<>, IEquatable<Argb32Color>, IEquatable<Rgb24Color>
14+
public struct Argb32Color : IEquatable<>, IEquatable<Argb32Color>, IEquatable<Rgb24Color>
1515
```
1616

1717
## Properties

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.options/wordprocessingoptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public class WordProcessingOptions : ICloneable, IEquatable<WordProcessingOption
2828
| [EnableOpenTypeFeatures](../../groupdocs.viewer.options/wordprocessingoptions/enableopentypefeatures) { getset; } | This option enables kerning and other OpenType Features when rendering Arabic, Hebrew, Indian Latin-based, or Cyrillic-based scripts. |
2929
| [LeftMargin](../../groupdocs.viewer.options/wordprocessingoptions/leftmargin) { getset; } | Sets the left margin of a page. |
3030
| [PageSize](../../groupdocs.viewer.options/wordprocessingoptions/pagesize) { getset; } | The size of the output page. The default value is Unspecified which means that a page size is set in a page settings (Page Setup) is used. When rendering HTM and HTML files the default page size is set to Letter 792 x 612 points. As a result, some of the content may not fit into the page frame. Set a larger page size e.g. A3 to fit the contents. |
31+
| [RemoveJavaScript](../../groupdocs.viewer.options/wordprocessingoptions/removejavascript) { getset; } | Allows to remove the JavaScript source code from the links in resultant HTML document, when rendering input WordProcessing documents, which have VBA scripts. By default is enabled (`true`). |
3132
| [RenderTrackedChanges](../../groupdocs.viewer.options/wordprocessingoptions/rendertrackedchanges) { getset; } | Enables tracked changes (revisions) rendering. |
3233
| [RightMargin](../../groupdocs.viewer.options/wordprocessingoptions/rightmargin) { getset; } | Sets the right margin of a page. |
3334
| [TopMargin](../../groupdocs.viewer.options/wordprocessingoptions/topmargin) { getset; } | Sets the top margin of a page. |

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.options/wordprocessingoptions/clone/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Clone
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Creates and returns a full deep copy of this options
55
type: docs
6-
weight: 110
6+
weight: 120
77
url: /net/groupdocs.viewer.options/wordprocessingoptions/clone/
88
---
99
## WordProcessingOptions.Clone method

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.options/wordprocessingoptions/equals/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Equals
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Determines whether specified instance of WordProcessingOptionsgroupdocs.viewer.options/wordprocessingoptions is equal to this
55
type: docs
6-
weight: 120
6+
weight: 130
77
url: /net/groupdocs.viewer.options/wordprocessingoptions/equals/
88
---
99
## WordProcessingOptions.Equals method
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: RemoveJavaScript
3+
second_title: GroupDocs.Viewer for .NET API Reference
4+
description: Allows to remove the JavaScript source code from the links in resultant HTML document when rendering input WordProcessing documents which have VBA scripts. By default is enabled true.
5+
type: docs
6+
weight: 60
7+
url: /net/groupdocs.viewer.options/wordprocessingoptions/removejavascript/
8+
---
9+
## WordProcessingOptions.RemoveJavaScript property
10+
11+
Allows to remove the JavaScript source code from the links in resultant HTML document, when rendering input WordProcessing documents, which have VBA scripts. By default is enabled (`true`).
12+
13+
```csharp
14+
public bool RemoveJavaScript { get; set; }
15+
```
16+
17+
### Remarks
18+
19+
For details, see the [documentation](https://docs.groupdocs.com/viewer/net/render-word-documents/#remove-or-preserve-javascript-when-saving-to-html).
20+
21+
### See Also
22+
23+
* class [WordProcessingOptions](../../wordprocessingoptions)
24+
* namespace [GroupDocs.Viewer.Options](../../../groupdocs.viewer.options)
25+
* assembly [GroupDocs.Viewer](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.viewer.dll -->

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.options/wordprocessingoptions/rendertrackedchanges/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RenderTrackedChanges
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Enables tracked changes revisions rendering.
55
type: docs
6-
weight: 60
6+
weight: 70
77
url: /net/groupdocs.viewer.options/wordprocessingoptions/rendertrackedchanges/
88
---
99
## WordProcessingOptions.RenderTrackedChanges property

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.options/wordprocessingoptions/rightmargin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RightMargin
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Sets the right margin of a page.
55
type: docs
6-
weight: 70
6+
weight: 80
77
url: /net/groupdocs.viewer.options/wordprocessingoptions/rightmargin/
88
---
99
## WordProcessingOptions.RightMargin property

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.options/wordprocessingoptions/topmargin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: TopMargin
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Sets the top margin of a page.
55
type: docs
6-
weight: 80
6+
weight: 90
77
url: /net/groupdocs.viewer.options/wordprocessingoptions/topmargin/
88
---
99
## WordProcessingOptions.TopMargin property

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.options/wordprocessingoptions/unlinktableofcontents/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: UnlinkTableOfContents
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: When rendering to HTML or PDF you can set this option to true to disable navigation from the table of contents. For HTML rendering a tags with relative links will be replaced with span tags removing functionality but preserving visual appearance. For PDF rendering the table of contents will be rendered as plain text without links to document sections.
55
type: docs
6-
weight: 90
6+
weight: 100
77
url: /net/groupdocs.viewer.options/wordprocessingoptions/unlinktableofcontents/
88
---
99
## WordProcessingOptions.UnlinkTableOfContents property

0 commit comments

Comments
 (0)