Skip to content

Commit

Permalink
Update file(s) "/." from "aspose-tex/Aspose.TeX-API-References"
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-kolodyazhnyy committed Dec 25, 2024
1 parent 4016f65 commit 166786b
Show file tree
Hide file tree
Showing 33 changed files with 23 additions and 220 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Provides classes for handling Object TeX's `\write18` primitive.
## Classes
| Class | Description |
| :- | :- |
| [`Base64Exec`](/tex/python-net/aspose.tex.commandline/base64exec/) | An implementation of `Base64` command emulation. |
| [`Base64Exec`](/tex/python-net/aspose.tex.commandline/base64exec/) | An implementation of |
| [`Executable`](/tex/python-net/aspose.tex.commandline/executable/) | The base class for classes that emulate the behavior of OS executables,<br/> which can be run by the occurrences of Object TeX's `\write18` primitive. |
| [`ExecutablesList`](/tex/python-net/aspose.tex.commandline/executableslist/) | Encapsulates a collection of objects that emulate executables,<br/> which can be executed using the `\write18` commands in ObjectTeX. |
| [`Write18Exception`](/tex/python-net/aspose.tex.commandline/write18exception/) | The exception that has to be thrown when something goes wrong while an executable is running. |
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ url: /python-net/aspose.tex.commandline/base64exec/

## Base64Exec class

An implementation of `Base64` command emulation.
An implementation of

**Inheritance:** `Base64Exec`[`Executable`](/tex/python-net/aspose.tex.commandline/executable)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Provides classes for I/O that TeX engine performs.
| Class | Description |
| :- | :- |
| [`IFileCollector`](/tex/python-net/aspose.tex.io/ifilecollector/) | Defines methods for selecting collections of files. |
| [`IFileTerminal`](/tex/python-net/aspose.tex.io/ifileterminal/) | Interface of terminals which actually are files. |
| [`IInputTerminal`](/tex/python-net/aspose.tex.io/iinputterminal/) | Interface for abstract input terminal. |
| [`IInputWorkingDirectory`](/tex/python-net/aspose.tex.io/iinputworkingdirectory/) | Interface of generalized input working directory. |
| [`IOutputTerminal`](/tex/python-net/aspose.tex.io/ioutputterminal/) | Interface for abstract output terminal. |
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IInputTerminal class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 30
weight: 20
url: /python-net/aspose.tex.io/iinputterminal/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IInputWorkingDirectory class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 40
weight: 30
url: /python-net/aspose.tex.io/iinputworkingdirectory/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: InputConsoleTerminal class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 70
weight: 60
url: /python-net/aspose.tex.io/inputconsoleterminal/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: InputFileSystemDirectory class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 80
weight: 70
url: /python-net/aspose.tex.io/inputfilesystemdirectory/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: InputWorkingDirectory class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 90
weight: 80
url: /python-net/aspose.tex.io/inputworkingdirectory/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: InputZipDirectory class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 100
weight: 90
url: /python-net/aspose.tex.io/inputzipdirectory/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IOutputTerminal class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 50
weight: 40
url: /python-net/aspose.tex.io/ioutputterminal/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IOutputWorkingDirectory class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 60
weight: 50
url: /python-net/aspose.tex.io/ioutputworkingdirectory/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: NamedStream class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 110
weight: 100
url: /python-net/aspose.tex.io/namedstream/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: NondisposableMemoryStream class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 120
weight: 110
url: /python-net/aspose.tex.io/nondisposablememorystream/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OutputConsoleTerminal class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 130
weight: 120
url: /python-net/aspose.tex.io/outputconsoleterminal/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OutputFileSystemDirectory class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 140
weight: 130
url: /python-net/aspose.tex.io/outputfilesystemdirectory/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OutputFileTerminal class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 150
weight: 140
url: /python-net/aspose.tex.io/outputfileterminal/
---

Expand All @@ -21,12 +21,7 @@ The OutputFileTerminal type exposes the following members:
## Properties
| Name | Description |
| :- | :- |
| `file_name` | Gets/sets the file name. |
| `writer` | Gets the writer for the output terminal. |
## Methods
| Name | Description |
| :- | :- |
| `write_file()` | Finalizes the log, e.g., writes it to file. |

### See Also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OutputMemoryTerminal class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 160
weight: 150
url: /python-net/aspose.tex.io/outputmemoryterminal/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OutputZipDirectory class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 170
weight: 160
url: /python-net/aspose.tex.io/outputzipdirectory/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: TeXStreamReader class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 180
weight: 170
url: /python-net/aspose.tex.io/texstreamreader/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: TeXStreamWriter class
second_title: Aspose.TeX for Python via .NET API Reference
description:
type: docs
weight: 190
weight: 180
url: /python-net/aspose.tex.io/texstreamwriter/
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,7 @@ The ImageDevice type exposes the following members:
| Name | Description |
| :- | :- |
| `page_count` | Gets the number of pages. |
| `is_ready` | Shows if device is ready for output. |
| `destination_name` | Gets destination name: output file name or device description. |
| `stroke` | Gets/sets the current stroke. |
| `fill` | Gets/sets the current fill. |
| `stroke_opacity` | Gets/sets the current stroke opacity. |
| `fill_opacity` | Gets/sets the current fill opacity. |
| `result` | Returns the resulting images byte arrays.<br/> The first dimension is for inner documents<br/> and the second one is for pages within inner documents. |
## Methods
| Name | Description |
| :- | :- |
| `initialize()` | Initializes the device. |
| `create()` | Creates a copy of this device. |
| `dispose()` | Disposes this device instance. Finalizes this device instance graphics state,<br/> i.e. switches composing context to the level higher then this device's graphics state. |
| `start_document()` | Starts the whole document. |
| `end_document()` | Finalizes the whole document. |
| `start_page(width, height)` | Starts a new page. |
| `end_page()` | Finalizes a page. |
| `add_hyperlink(active_rect, border, target_uri)` | Set the hyperlink with a URI as its target. |
| `set_transform(matrix)` | Sets the current coordinate space transformation. |
| `set_clip(path)` | Sets the current clip path. |
| `draw_string(str, origin_x, origin_y, char_infos)` | Draws a text string. |
| `draw_path(path)` | Draws a path. |
| `fill_path(path)` | Fill a path. |
| `show_image(origin, size, image_data)` | Shows a raster image. |

### See Also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,9 @@ The PdfDevice type exposes the following members:
| Name | Description |
| :- | :- |
| `page_count` | Gets the number of pages. |
| `is_ready` | Shows if device is ready for output. |
| `destination_name` | Gets destination name: output file name or device description. |
| `stroke` | Gets/sets the current stroke. |
| `fill` | Gets/sets the current fill. |
| `stroke_opacity` | Gets/sets the current stroke opacity. |
| `fill_opacity` | Gets/sets the current fill opacity. |
## Methods
| Name | Description |
| :- | :- |
| `initialize()` | Initializes the device. |
| `create()` | Creates a copy of this device. |
| `dispose()` | Disposes this device instance. Finalizes this device instance graphics state,<br/> i.e. switches composing context to the level higher then this device's graphics state. |
| `start_document()` | Starts the whole document. |
| `end_document()` | Finalizes the whole document. |
| `start_page(width, height)` | Starts a new page. |
| `end_page()` | Finalizes a page. |
| `add_hyperlink(active_rect, border, target_uri)` | Set the hyperlink with a URI as its target. |
| `set_transform(matrix)` | Sets the current coordinate space transformation. |
| `set_clip(path)` | Sets the current clip path. |
| `draw_string(str, origin_x, origin_y, char_infos)` | Draws a text string. |
| `draw_path(path)` | Draws a path. |
| `fill_path(path)` | Fill a path. |
| `show_image(origin, size, image_data)` | Shows a raster image. |
| `add_bookmark(name, position)` | Adds the bookmark identified by the name. |
| `start_fragment()` | Starts a fragment to rasterize. |
| `end_fragment()` | Ends a fragment to rasterize. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,9 @@ The SvgDevice type exposes the following members:
| Name | Description |
| :- | :- |
| `page_count` | Gets the number of pages. |
| `is_ready` | Shows if device is ready for output. |
| `destination_name` | Gets destination name: output file name or device description. |
| `stroke` | Gets/sets the current stroke. |
| `fill` | Gets/sets the current fill. |
| `stroke_opacity` | Gets/sets the current stroke opacity. |
| `fill_opacity` | Gets/sets the current fill opacity. |
## Methods
| Name | Description |
| :- | :- |
| `initialize()` | Initializes the device. |
| `create()` | Creates a copy of this device. |
| `dispose()` | Disposes this device instance. Finalizes this device instance graphics state,<br/> i.e. switches composing context to the level higher then this device's graphics state. |
| `start_document()` | Starts the whole document. |
| `end_document()` | Finalizes the whole document. |
| `start_page(width, height)` | Starts a new page. |
| `end_page()` | Finalizes a page. |
| `add_hyperlink(active_rect, border, target_uri)` | Set the hyperlink with a URI as its target. |
| `set_transform(matrix)` | Sets the current coordinate space transformation. |
| `set_clip(path)` | Sets the current clip path. |
| `draw_string(str, origin_x, origin_y, char_infos)` | Draws a text string. |
| `draw_path(path)` | Draws a path. |
| `fill_path(path)` | Fill a path. |
| `show_image(origin, size, image_data)` | Shows a raster image. |
| `add_bookmark(name, position)` | Adds the bookmark identified by the name. |
| `start_fragment()` | Starts a fragment to rasterize. |
| `end_fragment()` | Ends a fragment to rasterize. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,9 @@ The XpsDevice type exposes the following members:
| Name | Description |
| :- | :- |
| `page_count` | Gets the number of pages. |
| `is_ready` | Shows if device is ready for output. |
| `destination_name` | Gets destination name: output file name or device description. |
| `stroke` | Gets/sets the current stroke. |
| `fill` | Gets/sets the current fill. |
| `stroke_opacity` | Gets/sets the current stroke opacity. |
| `fill_opacity` | Gets/sets the current fill opacity. |
## Methods
| Name | Description |
| :- | :- |
| `initialize()` | Initializes the device. |
| `create()` | Creates a copy of this device. |
| `dispose()` | Disposes this device instance. Finalizes this device instance graphics state,<br/> i.e. switches composing context to the level higher then this device's graphics state. |
| `start_document()` | Starts the whole document. |
| `end_document()` | Finalizes the whole document. |
| `start_page(width, height)` | Starts a new page. |
| `end_page()` | Finalizes a page. |
| `add_hyperlink(active_rect, border, target_uri)` | Set the hyperlink with a URI as its target. |
| `set_transform(matrix)` | Sets the current coordinate space transformation. |
| `set_clip(path)` | Sets the current clip path. |
| `draw_string(str, origin_x, origin_y, char_infos)` | Draws a text string. |
| `draw_path(path)` | Draws a path. |
| `fill_path(path)` | Fill a path. |
| `show_image(origin, size, image_data)` | Shows a raster image. |
| `add_bookmark(name, position)` | Adds the bookmark identified by the name. |
| `start_fragment()` | Starts a fragment to rasterize. |
| `end_fragment()` | Ends a fragment to rasterize. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Provides common classes for typesetting TeX files to other formats.
| :- | :- |
| [`Device`](/tex/python-net/aspose.tex.presentation/device/) | Implements the interface for outputting text and graphic content<br/> to abstract device. Rendering is performed page by page. |
| [`GlyphData`](/tex/python-net/aspose.tex.presentation/glyphdata/) | Container class for glyph data required for precise typesetting of a text string. |
| [`IFragmentRasterizer`](/tex/python-net/aspose.tex.presentation/ifragmentrasterizer/) | Interface that allows to rasterize TeX fragments. |
| [`IInteractiveDevice`](/tex/python-net/aspose.tex.presentation/iinteractivedevice/) | The interface defining interactive features processing methods. |
| [`SaveOptions`](/tex/python-net/aspose.tex.presentation/saveoptions/) | Basic class for document saving options. |
## Enumerations
| Enumeration | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,6 @@ The Device type exposes the following members:
| Name | Description |
| :- | :- |
| `page_count` | Gets the number of pages. |
| `is_ready` | Shows if device is ready for output. |
| `destination_name` | Gets destination name: output file name or device description. |
| `stroke` | Gets/sets the current stroke. |
| `fill` | Gets/sets the current fill. |
| `stroke_opacity` | Gets/sets the current stroke opacity. |
| `fill_opacity` | Gets/sets the current fill opacity. |
## Methods
| Name | Description |
| :- | :- |
| `initialize()` | Initializes the device. |
| `create()` | Creates a copy of this device. |
| `dispose()` | Disposes the device. |
| `start_document()` | Starts the whole document. |
| `end_document()` | Finalizes the whole document. |
| `start_page(width, height)` | Starts a new page. |
| `end_page()` | Finalizes a page. |
| `add_hyperlink(active_rect, border, target_uri)` | Sets the hyperlink with a URI as its target. |
| `set_transform(matrix)` | Sets the current coordinate space transformation. |
| `set_clip(path)` | Sets the current clip path. |
| `draw_string(str, origin_x, origin_y, char_infos)` | Draws a text string. |
| `draw_path(path)` | Draws a path. |
| `fill_path(path)` | Fills a path. |
| `show_image(origin, size, image_data)` | Shows a raster image. |

### See Also

Expand Down
Loading

0 comments on commit 166786b

Please sign in to comment.