From 770e0570a7917d26b2251513d3495d17aafec79f Mon Sep 17 00:00:00 2001 From: alexanderpavlysh Date: Thu, 31 Oct 2024 08:00:02 +0000 Subject: [PATCH] Update file(s) "/." from "aspose-html/Aspose.HTML-API-References" --- .../python-net/aspose.html.drawing/_index.md | 1 + .../webfontstyle/_index.md | 29 +++++++++++++++++++ .../webimageformat/_index.md | 2 +- .../webmatrixorder/_index.md | 2 +- .../imagerenderingoptions/_index.md | 2 +- .../imagerenderingoptions/text/_index.md | 2 +- .../use_antialiasing/_index.md | 27 +++++++++++++++++ .../textoptions/_index.md | 2 +- .../textoptions/use_hinting/_index.md | 27 +++++++++++++++++ .../graphiccontext/font_style/_index.md | 1 + .../imagesaveoptions/_index.md | 2 +- .../imagesaveoptions/text/_index.md | 2 +- .../use_antialiasing/_index.md | 27 +++++++++++++++++ .../iuseragentservice/_index.md | 1 + .../show_image_placeholders/_index.md | 27 +++++++++++++++++ .../user_style_sheet/_index.md | 2 +- .../sourcetextreader/_index.md | 3 +- .../get_line_reader/_index.md | 19 ++++++++++++ .../markdownsyntaxfactory/_index.md | 12 ++++++-- .../markdownsyntaxfactory/auto_link/_index.md | 24 +++++++++++++++ .../fenced_code_block/_index.md | 23 +++++++++++++++ .../indented_code/_index.md | 19 ++++++++++++ .../link_destination/_index.md | 19 ++++++++++++ .../link_title/_index.md | 19 ++++++++++++ .../whitespace/_index.md | 19 ++++++++++++ 25 files changed, 301 insertions(+), 12 deletions(-) create mode 100644 content/sites/aspose/html/english/python-net/aspose.html.drawing/webfontstyle/_index.md create mode 100644 content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/_index.md create mode 100644 content/sites/aspose/html/english/python-net/aspose.html.rendering.image/textoptions/use_hinting/_index.md create mode 100644 content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/use_antialiasing/_index.md create mode 100644 content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/show_image_placeholders/_index.md diff --git a/content/sites/aspose/html/english/python-net/aspose.html.drawing/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.drawing/_index.md index d8458bbb77c8..c1baf2ba34c1 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.drawing/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.drawing/_index.md @@ -48,6 +48,7 @@ drawing attribute objects like brushes, colors and fonts. | [`BrushType`](/html/python-net/aspose.html.drawing/brushtype) | Specifies the type of brush. | | [`ColorModel`](/html/python-net/aspose.html.drawing/colormodel) | This enumeration is used to select the color model for working with color components. | | [`SpreadMode`](/html/python-net/aspose.html.drawing/spreadmode) | Specifies how a texture or gradient is tiled when it is smaller than the area being filled. | +| [`WebFontStyle`](/html/python-net/aspose.html.drawing/webfontstyle) | Specifies the formatting applied to the text. | | [`WebImageFormat`](/html/python-net/aspose.html.drawing/webimageformat) | Specifies the supported image formats. | | [`WebMatrixOrder`](/html/python-net/aspose.html.drawing/webmatrixorder) | Specifies the order in which matrix transformations are applied. | diff --git a/content/sites/aspose/html/english/python-net/aspose.html.drawing/webfontstyle/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.drawing/webfontstyle/_index.md new file mode 100644 index 000000000000..53f11910ca17 --- /dev/null +++ b/content/sites/aspose/html/english/python-net/aspose.html.drawing/webfontstyle/_index.md @@ -0,0 +1,29 @@ +--- +title: WebFontStyle enumeration +second_title: Aspose.HTML for Python via .NET API References +description: +type: docs +weight: 290 +url: /python-net/aspose.html.drawing/webfontstyle/ +is_root: false +--- + +## WebFontStyle enumeration + +Specifies the formatting applied to the text. + + + +The WebFontStyle type exposes the following members: + +### Fields +| Field | Description | +| :- | :- | +| REGULAR | Regular text. | +| BOLD | Bold text. | +| ITALIC | Italic text. | + + + +### See Also +* module [`aspose.html.drawing`](..) diff --git a/content/sites/aspose/html/english/python-net/aspose.html.drawing/webimageformat/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.drawing/webimageformat/_index.md index ec1f08db5956..b20d5c1ad162 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.drawing/webimageformat/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.drawing/webimageformat/_index.md @@ -3,7 +3,7 @@ title: WebImageFormat enumeration second_title: Aspose.HTML for Python via .NET API References description: type: docs -weight: 290 +weight: 300 url: /python-net/aspose.html.drawing/webimageformat/ is_root: false --- diff --git a/content/sites/aspose/html/english/python-net/aspose.html.drawing/webmatrixorder/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.drawing/webmatrixorder/_index.md index b624ae3b6d2a..264a17d83e57 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.drawing/webmatrixorder/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.drawing/webmatrixorder/_index.md @@ -3,7 +3,7 @@ title: WebMatrixOrder enumeration second_title: Aspose.HTML for Python via .NET API References description: type: docs -weight: 300 +weight: 310 url: /python-net/aspose.html.drawing/webmatrixorder/ is_root: false --- diff --git a/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/_index.md index f7ee72127d2e..858083d33c7a 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/_index.md @@ -39,7 +39,7 @@ The ImageRenderingOptions type exposes the following members: | [format](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/format) | Sets or gets [`ImageFormat`](/html/python-net/aspose.html.rendering.image/imageformat). By default this property is [`ImageFormat.PNG`](/html/python-net/aspose.html.rendering.image/imageformat#PNG). | | [compression](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/compression) | Sets or gets Tagged Image File Format (TIFF) [`Compression`](/html/python-net/aspose.html.rendering.image/compression). By default this property is [`Compression.LZW`](/html/python-net/aspose.html.rendering.image/compression#LZW). | | [text](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/text) | Gets a [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions) object which is used for configuration of text rendering. | -| [smoothing_mode](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/smoothing_mode) | Gets or sets the rendering quality for this Graphics. | +| [use_antialiasing](/html/python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing) | Specifies whether to use antialiasing. By default, antialiasing is enabled. | diff --git a/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/text/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/text/_index.md index 5b25f9737933..8e9129d1cfd0 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/text/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.HTML for Python via .NET API References description: type: docs -weight: 100 +weight: 90 url: /python-net/aspose.html.rendering.image/imagerenderingoptions/text/ is_root: false --- diff --git a/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/_index.md new file mode 100644 index 000000000000..9f507d7ee15f --- /dev/null +++ b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/_index.md @@ -0,0 +1,27 @@ +--- +title: use_antialiasing property +second_title: Aspose.HTML for Python via .NET API References +description: +type: docs +weight: 100 +url: /python-net/aspose.html.rendering.image/imagerenderingoptions/use_antialiasing/ +is_root: false +--- + +## use_antialiasing property + + +Specifies whether to use antialiasing. By default, antialiasing is enabled. +### Definition: +```python +@property +def use_antialiasing(self): + ... +@use_antialiasing.setter +def use_antialiasing(self, value): + ... +``` + +### See Also +* module [`aspose.html.rendering.image`](../../) +* class [`ImageRenderingOptions`](/html/python-net/aspose.html.rendering.image/imagerenderingoptions) diff --git a/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/textoptions/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/textoptions/_index.md index fad253a3b396..166ed93d8c9c 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/textoptions/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/textoptions/_index.md @@ -19,7 +19,7 @@ The TextOptions type exposes the following members: ### Properties | Property | Description | | :- | :- | -| [text_rendering_hint](/html/python-net/aspose.html.rendering.image/textoptions/text_rendering_hint) | Sets or gets TextRenderingHint which influences text rendering quality. By default this property is SystemDefault. | +| [use_hinting](/html/python-net/aspose.html.rendering.image/textoptions/use_hinting) | Specifies whether to use text hinting. By default, hinting is disabled. | diff --git a/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/textoptions/use_hinting/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/textoptions/use_hinting/_index.md new file mode 100644 index 000000000000..f15f7000f22c --- /dev/null +++ b/content/sites/aspose/html/english/python-net/aspose.html.rendering.image/textoptions/use_hinting/_index.md @@ -0,0 +1,27 @@ +--- +title: use_hinting property +second_title: Aspose.HTML for Python via .NET API References +description: +type: docs +weight: 30 +url: /python-net/aspose.html.rendering.image/textoptions/use_hinting/ +is_root: false +--- + +## use_hinting property + + +Specifies whether to use text hinting. By default, hinting is disabled. +### Definition: +```python +@property +def use_hinting(self): + ... +@use_hinting.setter +def use_hinting(self, value): + ... +``` + +### See Also +* module [`aspose.html.rendering.image`](../../) +* class [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions) diff --git a/content/sites/aspose/html/english/python-net/aspose.html.rendering/graphiccontext/font_style/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.rendering/graphiccontext/font_style/_index.md index 668bc236ea10..91f748818bc5 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.rendering/graphiccontext/font_style/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.rendering/graphiccontext/font_style/_index.md @@ -25,3 +25,4 @@ def font_style(self, value): ### See Also * module [`aspose.html.rendering`](../../) * class [`GraphicContext`](/html/python-net/aspose.html.rendering/graphiccontext) +* class [`WebFontStyle`](/html/python-net/aspose.html.drawing/webfontstyle) diff --git a/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/_index.md index 6d58a95b58e0..959d36660597 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/_index.md @@ -40,7 +40,7 @@ The ImageSaveOptions type exposes the following members: | [format](/html/python-net/aspose.html.saving/imagesaveoptions/format) | Sets or gets [`ImageFormat`](/html/python-net/aspose.html.rendering.image/imageformat). By default this property is [`ImageFormat.PNG`](/html/python-net/aspose.html.rendering.image/imageformat#PNG). | | [compression](/html/python-net/aspose.html.saving/imagesaveoptions/compression) | Sets or gets Tagged Image File Format (TIFF) [`Compression`](/html/python-net/aspose.html.rendering.image/compression). By default this property is [`Compression.LZW`](/html/python-net/aspose.html.rendering.image/compression#LZW). | | [text](/html/python-net/aspose.html.saving/imagesaveoptions/text) | Gets a [`TextOptions`](/html/python-net/aspose.html.rendering.image/textoptions) object which is used for configuration of text rendering. | -| [smoothing_mode](/html/python-net/aspose.html.saving/imagesaveoptions/smoothing_mode) | Gets or sets the rendering quality for this Graphics. | +| [use_antialiasing](/html/python-net/aspose.html.saving/imagesaveoptions/use_antialiasing) | Specifies whether to use antialiasing. By default, antialiasing is enabled. | diff --git a/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/text/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/text/_index.md index fe89aea91f25..d94ff7d5ce53 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/text/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/text/_index.md @@ -3,7 +3,7 @@ title: text property second_title: Aspose.HTML for Python via .NET API References description: type: docs -weight: 100 +weight: 90 url: /python-net/aspose.html.saving/imagesaveoptions/text/ is_root: false --- diff --git a/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/use_antialiasing/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/use_antialiasing/_index.md new file mode 100644 index 000000000000..cd3fb870348c --- /dev/null +++ b/content/sites/aspose/html/english/python-net/aspose.html.saving/imagesaveoptions/use_antialiasing/_index.md @@ -0,0 +1,27 @@ +--- +title: use_antialiasing property +second_title: Aspose.HTML for Python via .NET API References +description: +type: docs +weight: 100 +url: /python-net/aspose.html.saving/imagesaveoptions/use_antialiasing/ +is_root: false +--- + +## use_antialiasing property + + +Specifies whether to use antialiasing. By default, antialiasing is enabled. +### Definition: +```python +@property +def use_antialiasing(self): + ... +@use_antialiasing.setter +def use_antialiasing(self, value): + ... +``` + +### See Also +* module [`aspose.html.saving`](../../) +* class [`ImageSaveOptions`](/html/python-net/aspose.html.saving/imagesaveoptions) diff --git a/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/_index.md index f5f575e60f96..699d76bc5783 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/_index.md @@ -24,6 +24,7 @@ The IUserAgentService type exposes the following members: | [char_set](/html/python-net/aspose.html.services/iuseragentservice/char_set) | Gets or sets the primary character-set for a document. | | [css_engine_mode](/html/python-net/aspose.html.services/iuseragentservice/css_engine_mode) | Gets or sets mode in which CSS engine works. | | [fonts_settings](/html/python-net/aspose.html.services/iuseragentservice/fonts_settings) | Gets a [`FontsSettings`](/html/python-net/aspose.html/fontssettings) object which is used for configuration of fonts handling. | +| [show_image_placeholders](/html/python-net/aspose.html.services/iuseragentservice/show_image_placeholders) | Images can have fallback content: content that should be used when an external resource cannot be used (for example, because it is in an unsupported format). The property [`IUserAgentService.show_image_placeholders`](/html/python-net/aspose.html.services/iuseragentservice#show_image_placeholders) specifies whether to display the fallback image (default is true) | diff --git a/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/show_image_placeholders/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/show_image_placeholders/_index.md new file mode 100644 index 000000000000..5088c25232bb --- /dev/null +++ b/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/show_image_placeholders/_index.md @@ -0,0 +1,27 @@ +--- +title: show_image_placeholders property +second_title: Aspose.HTML for Python via .NET API References +description: +type: docs +weight: 70 +url: /python-net/aspose.html.services/iuseragentservice/show_image_placeholders/ +is_root: false +--- + +## show_image_placeholders property + + +Images can have fallback content: content that should be used when an external resource cannot be used (for example, because it is in an unsupported format). The property [`IUserAgentService.show_image_placeholders`](/html/python-net/aspose.html.services/iuseragentservice#show_image_placeholders) specifies whether to display the fallback image (default is true) +### Definition: +```python +@property +def show_image_placeholders(self): + ... +@show_image_placeholders.setter +def show_image_placeholders(self, value): + ... +``` + +### See Also +* module [`aspose.html.services`](../../) +* class [`IUserAgentService`](/html/python-net/aspose.html.services/iuseragentservice) diff --git a/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/user_style_sheet/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/user_style_sheet/_index.md index 95404d999ae6..97d39d050dc2 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/user_style_sheet/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.services/iuseragentservice/user_style_sheet/_index.md @@ -3,7 +3,7 @@ title: user_style_sheet property second_title: Aspose.HTML for Python via .NET API References description: type: docs -weight: 70 +weight: 80 url: /python-net/aspose.html.services/iuseragentservice/user_style_sheet/ is_root: false --- diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/_index.md index dedd8320ff93..719a490e753e 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/_index.md @@ -36,10 +36,11 @@ The SourceTextReader type exposes the following members: | [advance](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/advance/#int) | The increment position on N | | [peek](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/peek/#) | Get the character on position or Character.Null | | [peek](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/peek/#int) | Get the char. | +| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#) | Get the SourceTextReader | +| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#bool) | Get the SourceTextReader | | [back](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/back/#) | The decrement position. | | [next](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/next/#) | Get the next character and advance position. | | [reset](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/reset/#int) | Reset position to index | -| [get_line_reader](/html/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/#bool) | Get the SourceTextReader | diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/_index.md index ba8968eacf4e..bd51c74371d2 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_line_reader/_index.md @@ -8,6 +8,25 @@ url: /python-net/aspose.html.toolkit.markdown.syntax.text/sourcetextreader/get_l is_root: false --- +## get_line_reader {#} + +Get the SourceTextReader + + +### Returns + + +The SourceTextReader. + + +```python +def get_line_reader(self): + ... +``` + + + + ## get_line_reader {#bool} Get the SourceTextReader diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/_index.md index 342310104082..fba426c264ad 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/_index.md @@ -24,6 +24,8 @@ The MarkdownSyntaxFactory type exposes the following members: | [atx_heading](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/atx_heading/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`AtxHeadingSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/atxheadingsyntaxnode). | | [html_fragment](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/html_fragment/#aspose.html.toolkit.markdown.syntax.text.SourceText-aspose.html.toolkit.markdown.syntax.text.TextSpan) | Creates [`HTMLFragmentSyntax`](/html/python-net/aspose.html.toolkit.markdown.syntax/htmlfragmentsyntax). | | [html_fragment](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/html_fragment/#) | Creates [`HTMLFragmentSyntax`](/html/python-net/aspose.html.toolkit.markdown.syntax/htmlfragmentsyntax). | +| [auto_link](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/auto_link/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`AutoLinkSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/autolinksyntaxnode). | +| [auto_link](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/auto_link/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-bool) | Creates [`AutoLinkSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/autolinksyntaxnode). | | [token](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/token/#aspose.html.toolkit.markdown.syntax.text.SourceText-aspose.html.toolkit.markdown.syntax.text.TextSpan) | Creates [`MarkdownSyntaxToken`](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxtoken). | | [token](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/token/#aspose.html.toolkit.markdown.syntax.text.SourceText) | Creates [`MarkdownSyntaxToken`](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxtoken). | | [text](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/text/#str) | Creates TextSyntax | @@ -31,25 +33,31 @@ The MarkdownSyntaxFactory type exposes the following members: | [text](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/text/#aspose.html.toolkit.markdown.syntax.text.SourceText-aspose.html.toolkit.markdown.syntax.text.TextSpan) | Create the TextSyntax from SourceText and TextSpan. | | [escaped_character](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/escaped_character/#char) | Creates [`TextSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/textsyntaxnode). | | [escaped_character](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/escaped_character/#aspose.html.toolkit.markdown.syntax.text.SourceText-aspose.html.toolkit.markdown.syntax.text.TextSpan) | Creates [`TextSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/textsyntaxnode). | +| [whitespace](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/whitespace/#) | Create the WhitespaceSyntax. | | [whitespace](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/whitespace/#int) | Create the WhitespaceSyntax. | | [whitespace](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/whitespace/#aspose.html.toolkit.markdown.syntax.text.SourceText) | Create the WhitespaceSyntax. | | [whitespace](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/whitespace/#aspose.html.toolkit.markdown.syntax.text.SourceText-aspose.html.toolkit.markdown.syntax.text.TextSpan) | Creates [`WhitespaceSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/whitespacesyntaxnode). | | [code_span](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/code_span/#int) | Creates the [`CodeSpanSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/codespansyntaxnode) with the specified number of backticks. | | [code_span](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/code_span/#) | Creates the [`CodeSpanSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/codespansyntaxnode). | | [code_span](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/code_span/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`CodeSpanSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/codespansyntaxnode). | +| [link_title](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_title/#) | Creates [`LinkTitleSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linktitlesyntaxnode). | | [link_title](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_title/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`LinkTitleSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linktitlesyntaxnode). | | [link_title](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_title/#str) | Creates LinkTitleSyntaxNode object from a string. | +| [link_destination](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_destination/#) | Creates [`LinkDestinationSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linkdestinationsyntaxnode). | | [link_destination](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_destination/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`LinkDestinationSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linkdestinationsyntaxnode). | | [link_destination](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_destination/#str) | Creates LinkDestinationSyntaxNode object from a string. | +| [fenced_code_block](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/fenced_code_block/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode) | Creates [`FencedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/fencedcodeblocksyntaxnode). | +| [fenced_code_block](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/fenced_code_block/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`FencedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/fencedcodeblocksyntaxnode). | | [emphasis](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/emphasis/#aspose.html.toolkit.markdown.syntax.Emphasis) | Create the EmphasisSyntax. | | [emphasis](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/emphasis/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`EmphasisSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/emphasissyntaxnode). | +| [indented_code](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/indented_code/#) | Creates [`IndentedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/indentedcodeblocksyntaxnode). | +| [indented_code](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/indented_code/#int) | Creates [`IndentedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/indentedcodeblocksyntaxnode). | | [inline_image](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/inline_image/#str-str-str) | Creates [`InlineImageSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/inlineimagesyntaxnode). | | [inline_image](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/inline_image/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.LinkDestinationSyntaxNode-aspose.html.toolkit.markdown.syntax.LinkTitleSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`InlineImageSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/inlineimagesyntaxnode). | | [inline_link](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/inline_link/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.LinkDestinationSyntaxNode-aspose.html.toolkit.markdown.syntax.LinkTitleSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`InlineLinkSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/inlinelinksyntaxnode). | | [inline_link](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/inline_link/#str-str-str) | Creates InlineLink. | | [list_item_marker](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/list_item_marker/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`ListItemMarker`](/html/python-net/aspose.html.toolkit.markdown.syntax/listitemmarker). | | [list_item_marker](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/list_item_marker/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`ListItemMarker`](/html/python-net/aspose.html.toolkit.markdown.syntax/listitemmarker). | -| [auto_link](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/auto_link/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-bool) | Creates [`AutoLinkSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/autolinksyntaxnode). | | [inline_proxy](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/inline_proxy/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) | Creates [`InlineProxy`](/html/python-net/aspose.html.toolkit.markdown.syntax/inlineproxy). | | [block_proxy](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/block_proxy/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxNode) | Creates [`BlockProxy`](/html/python-net/aspose.html.toolkit.markdown.syntax/blockproxy). | | [hugo_yaml_based_front_matter](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/hugo_yaml_based_front_matter/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`HugoYamlBasedFrontMatterSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax.extensions/hugoyamlbasedfrontmattersyntaxnode). | @@ -59,11 +67,9 @@ The MarkdownSyntaxFactory type exposes the following members: | [reference_link](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/reference_link/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.InlineContainerSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.InlineContainerSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`ReferenceLinkSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/referencelinksyntaxnode). | | [inline_container](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/inline_container/#) | Creates [`InlineContainerSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/inlinecontainersyntaxnode). | | [link_label](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_label/#str) | Creates link label from a string. | -| [fenced_code_block](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/fenced_code_block/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`FencedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/fencedcodeblocksyntaxnode). | | [emphasis_opening](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/emphasis_opening/#aspose.html.toolkit.markdown.syntax.text.SourceText-aspose.html.toolkit.markdown.syntax.text.TextSpan) | Create the MarkdownSyntaxToken. | | [emphasis_closing](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/emphasis_closing/#aspose.html.toolkit.markdown.syntax.text.SourceText-aspose.html.toolkit.markdown.syntax.text.TextSpan) | Create EmphasisClosing. | | [hard_breaking_tag](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/hard_breaking_tag/#aspose.html.toolkit.markdown.syntax.text.SourceText-aspose.html.toolkit.markdown.syntax.text.TextSpan) | Create HardBreakingTag. | -| [indented_code](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/indented_code/#int) | Creates [`IndentedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/indentedcodeblocksyntaxnode). | | [reference_image](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/reference_image/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.InlineContainerSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken) | Creates [`ReferenceImageSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/referenceimagesyntaxnode). | | [block_quote](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/block_quote/#) | Creates [`BlockQuoteSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/blockquotesyntaxnode). | | [link_reference_definition](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_reference_definition/#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.LinkDestinationSyntaxNode-aspose.html.toolkit.markdown.syntax.LinkTitleSyntaxNode) | Creates [`LinkReferenceDefinitionSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linkreferencedefinitionsyntaxnode). | diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/auto_link/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/auto_link/_index.md index 49f8849bdfab..00ff6e248e9f 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/auto_link/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/auto_link/_index.md @@ -8,6 +8,30 @@ url: /python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/auto_ is_root: false --- +## auto_link {#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken} + +Creates [`AutoLinkSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/autolinksyntaxnode). + + +### Returns + + +The AutoLinkSyntax. + + +```python +def auto_link(self, opening, content, closing): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| opening | [`MarkdownSyntaxToken`](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxtoken) | The MarkdownSyntaxToken. | +| content | [`TextSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/textsyntaxnode) | The TextSyntax. | +| closing | [`MarkdownSyntaxToken`](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxtoken) | The MarkdownSyntaxToken. | + + ## auto_link {#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-bool} Creates [`AutoLinkSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/autolinksyntaxnode). diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/fenced_code_block/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/fenced_code_block/_index.md index e6fe80a16cdf..8845a80c36b5 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/fenced_code_block/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/fenced_code_block/_index.md @@ -8,6 +8,29 @@ url: /python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/fence is_root: false --- +## fenced_code_block {#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode} + +Creates [`FencedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/fencedcodeblocksyntaxnode). + + +### Returns + + +The FencedCodeBlockSyntax. + + +```python +def fenced_code_block(self, opening, info): + ... +``` + + +| Parameter | Type | Description | +| :- | :- | :- | +| opening | [`MarkdownSyntaxToken`](/html/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxtoken) | The opening token. | +| info | [`TextSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/textsyntaxnode) | The TextSyntax. | + + ## fenced_code_block {#aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken-aspose.html.toolkit.markdown.syntax.TextSyntaxNode-aspose.html.toolkit.markdown.syntax.MarkdownSyntaxToken} Creates [`FencedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/fencedcodeblocksyntaxnode). diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/indented_code/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/indented_code/_index.md index d3adf2cfb18d..2673fb248faf 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/indented_code/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/indented_code/_index.md @@ -8,6 +8,25 @@ url: /python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/inden is_root: false --- +## indented_code {#} + +Creates [`IndentedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/indentedcodeblocksyntaxnode). + + +### Returns + + +The IndentedCodeBlockSyntax. + + +```python +def indented_code(self): + ... +``` + + + + ## indented_code {#int} Creates [`IndentedCodeBlockSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/indentedcodeblocksyntaxnode). diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_destination/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_destination/_index.md index 59b15c5d93c6..15e39da1d89f 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_destination/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_destination/_index.md @@ -8,6 +8,25 @@ url: /python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_ is_root: false --- +## link_destination {#} + +Creates [`LinkDestinationSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linkdestinationsyntaxnode). + + +### Returns + + +The [`LinkDestinationSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linkdestinationsyntaxnode) object . + + +```python +def link_destination(self): + ... +``` + + + + ## link_destination {#str} Creates LinkDestinationSyntaxNode object from a string. diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_title/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_title/_index.md index 1f9a04d536e5..9233f2013b0b 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_title/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_title/_index.md @@ -8,6 +8,25 @@ url: /python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/link_ is_root: false --- +## link_title {#} + +Creates [`LinkTitleSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linktitlesyntaxnode). + + +### Returns + + +The [`LinkTitleSyntaxNode`](/html/python-net/aspose.html.toolkit.markdown.syntax/linktitlesyntaxnode) object. + + +```python +def link_title(self): + ... +``` + + + + ## link_title {#str} Creates LinkTitleSyntaxNode object from a string. diff --git a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/whitespace/_index.md b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/whitespace/_index.md index 1ebd58493299..240fb13d67c3 100644 --- a/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/whitespace/_index.md +++ b/content/sites/aspose/html/english/python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/whitespace/_index.md @@ -8,6 +8,25 @@ url: /python-net/aspose.html.toolkit.markdown.syntax/markdownsyntaxfactory/white is_root: false --- +## whitespace {#} + +Create the WhitespaceSyntax. + + +### Returns + + +The WhitespaceSyntax. + + +```python +def whitespace(self): + ... +``` + + + + ## whitespace {#int} Create the WhitespaceSyntax.