Skip to content

Commit 3b04f20

Browse files
Update file(s) "/." from "groupdocs-signature/Groupdocs.Signature-References"
1 parent 7df66f0 commit 3b04f20

File tree

292 files changed

+1287
-601
lines changed

Some content is hidden

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

292 files changed

+1287
-601
lines changed

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/digitalvba/__init__/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ is_root: false
88
weight: 10
99
---
1010

11-
## __init__ {#str-str}
11+
## __init__ {#System.String-System.String}
1212

1313
Initializes a new instance of the DigitalVBA class with certificate file.
1414

@@ -22,11 +22,11 @@ def __init__(self, certificate_file_path, password):
2222

2323
| Parameter | Type | Description |
2424
| :- | :- | :- |
25-
| certificate_file_path | str | Digital certificate file path |
26-
| password | str | Digital certificate password |
25+
| certificate_file_path | System.String | Digital certificate file path |
26+
| password | System.String | Digital certificate password |
2727

2828

29-
## __init__ {#io.RawIOBase-str}
29+
## __init__ {#io.RawIOBase-System.String}
3030

3131
Initializes a new instance of the DigitalVBA class with certificate stream.
3232

@@ -41,7 +41,7 @@ def __init__(self, certificate_stream, password):
4141
| Parameter | Type | Description |
4242
| :- | :- | :- |
4343
| certificate_stream | io.RawIOBase | Digital Certificate stream |
44-
| password | str | Digital certificate password |
44+
| password | System.String | Digital certificate password |
4545

4646

4747

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/digitalvba/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The DigitalVBA type exposes the following members:
2626
### Constructors
2727
| Constructor | Description |
2828
| :- | :- |
29-
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/digitalvba/__init__/#str-str) | Initializes a new instance of the DigitalVBA class with certificate file. |
30-
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/digitalvba/__init__/#io.RawIOBase-str) | Initializes a new instance of the DigitalVBA class with certificate stream. |
29+
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/digitalvba/__init__/#System.String-System.String) | Initializes a new instance of the DigitalVBA class with certificate file. |
30+
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/digitalvba/__init__/#io.RawIOBase-System.String) | Initializes a new instance of the DigitalVBA class with certificate stream. |
3131

3232

3333
### Properties

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/formatattribute/__init__/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ is_root: false
88
weight: 10
99
---
1010

11-
## __init__ {#str}
11+
## __init__ {#System.String}
1212

1313
Creates Format attribute with given property Name
1414

@@ -22,10 +22,10 @@ def __init__(self, property_name):
2222

2323
| Parameter | Type | Description |
2424
| :- | :- | :- |
25-
| property_name | str | The name of property |
25+
| property_name | System.String | The name of property |
2626

2727

28-
## __init__ {#str-str}
28+
## __init__ {#System.String-System.String}
2929

3030
Creates Format attribute with given property Name
3131

@@ -39,8 +39,8 @@ def __init__(self, property_name, property_format):
3939

4040
| Parameter | Type | Description |
4141
| :- | :- | :- |
42-
| property_name | str | The name of property |
43-
| property_format | str | The format of property |
42+
| property_name | System.String | The name of property |
43+
| property_format | System.String | The format of property |
4444

4545

4646

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/formatattribute/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The FormatAttribute type exposes the following members:
1919
### Constructors
2020
| Constructor | Description |
2121
| :- | :- |
22-
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/formatattribute/__init__/#str) | Creates Format attribute with given property Name |
23-
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/formatattribute/__init__/#str-str) | Creates Format attribute with given property Name |
22+
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/formatattribute/__init__/#System.String) | Creates Format attribute with given property Name |
23+
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/formatattribute/__init__/#System.String-System.String) | Creates Format attribute with given property Name |
2424

2525

2626
### Properties

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/hibcpasdata/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The HIBCPASData type exposes the following members:
3232
### Methods
3333
| Method | Description |
3434
| :- | :- |
35-
| [add_record](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasdata/add_record/#groupdocs.signature.domain.extensions.HIBCPASDataType-str) | Adds new record [`HIBCPASRecord`](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasrecord) with given data type and data |
35+
| [add_record](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasdata/add_record/#groupdocs.signature.domain.extensions.HIBCPASDataType-System.String) | Adds new record [`HIBCPASRecord`](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasrecord) with given data type and data |
3636
| [add_record](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasdata/add_record/#groupdocs.signature.domain.extensions.HIBCPASRecord) | Adds new record |
3737
| [clear](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasdata/clear/#) | Clears records list |
3838

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/hibcpasdata/add_record/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ def add_record(self, record):
2727

2828
| Parameter | Type | Description |
2929
| :- | :- | :- |
30-
| record | [`HIBCPASRecord`](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasrecord) | Record to be added |
30+
| record | groupdocs.signature.domain.extensions.HIBCPASRecord | Record to be added |
3131

3232

33-
## add_record {#groupdocs.signature.domain.extensions.HIBCPASDataType-str}
33+
## add_record {#groupdocs.signature.domain.extensions.HIBCPASDataType-System.String}
3434

3535
Adds new record [`HIBCPASRecord`](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasrecord) with given data type and data
3636

@@ -49,8 +49,8 @@ def add_record(self, data_type, data):
4949

5050
| Parameter | Type | Description |
5151
| :- | :- | :- |
52-
| data_type | [`HIBCPASDataType`](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasdatatype) | Record data type |
53-
| data | str | Record data |
52+
| data_type | groupdocs.signature.domain.extensions.HIBCPASDataType | Record data type |
53+
| data | System.String | Record data |
5454

5555

5656

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/hibcpasrecord/__init__/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self):
2222

2323

2424

25-
## __init__ {#groupdocs.signature.domain.extensions.HIBCPASDataType-str}
25+
## __init__ {#groupdocs.signature.domain.extensions.HIBCPASDataType-System.String}
2626

2727
Creates HIBCPASRecord with data and type.
2828

@@ -36,8 +36,8 @@ def __init__(self, data_type, data):
3636

3737
| Parameter | Type | Description |
3838
| :- | :- | :- |
39-
| data_type | [`HIBCPASDataType`](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasdatatype) | HIBC PAS record's data type. |
40-
| data | str | HIBC PAS record's data. |
39+
| data_type | groupdocs.signature.domain.extensions.HIBCPASDataType | HIBC PAS record's data type. |
40+
| data | System.String | HIBC PAS record's data. |
4141

4242

4343

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/hibcpasrecord/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The HIBCPASRecord type exposes the following members:
2020
| Constructor | Description |
2121
| :- | :- |
2222
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasrecord/__init__/#) | Default ctor() |
23-
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasrecord/__init__/#groupdocs.signature.domain.extensions.HIBCPASDataType-str) | Creates HIBCPASRecord with data and type. |
23+
| [__init__](/signature/python-net/groupdocs.signature.domain.extensions/hibcpasrecord/__init__/#groupdocs.signature.domain.extensions.HIBCPASDataType-System.String) | Creates HIBCPASRecord with data and type. |
2424

2525

2626
### Properties

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/idataencryption/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The IDataEncryption type exposes the following members:
1919
### Methods
2020
| Method | Description |
2121
| :- | :- |
22-
| [encode](/signature/python-net/groupdocs.signature.domain.extensions/idataencryption/encode/#str) | Encode method to encrypt string. |
23-
| [decode](/signature/python-net/groupdocs.signature.domain.extensions/idataencryption/decode/#str) | Decode method to obtain decrypted string. |
22+
| [encode](/signature/python-net/groupdocs.signature.domain.extensions/idataencryption/encode/#System.String) | Encode method to encrypt string. |
23+
| [decode](/signature/python-net/groupdocs.signature.domain.extensions/idataencryption/decode/#System.String) | Decode method to obtain decrypted string. |
2424

2525

2626

content/sites/groupdocs/signature/english/python-net/groupdocs.signature.domain.extensions/idataencryption/decode/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ is_root: false
88
weight: 20
99
---
1010

11-
## decode {#str}
11+
## decode {#System.String}
1212

1313
Decode method to obtain decrypted string.
1414

@@ -27,7 +27,7 @@ def decode(self, source):
2727

2828
| Parameter | Type | Description |
2929
| :- | :- | :- |
30-
| source | str | Encrypted string to decode. |
30+
| source | System.String | Encrypted string to decode. |
3131

3232

3333

0 commit comments

Comments
 (0)