Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 180,907 for

doc

(0.23 sec)
  1. Փոխարկել TEXT GIF Python

    Փոխարկեք TEXT ը GIF ձևաչափի Python կոդով: Պահեք TEXT որպես GIF օգտագործելով Python:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Պատճենել import aspose.words as aw doc = aw.Document( "Input.txt" )...

    products.aspose.com/words/hy/python-net/convers...
  2. Փոխարկել TEXT SVG Javascript

    Փոխարկեք TEXT ը SVG ձևաչափի JavaScript կոդով: Պահեք TEXT որպես SVG օգտագործելով JavaScript:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document( "Input.txt"...

    products.aspose.com/words/hy/nodejs-net/convers...
  3. HtmlSaveOptions | Aspose.Words for .NET

    Discover the HtmlSaveOptions constructor to effortlessly create and save Documents in HTML format, ensuring optimal formatting and easy sharing.... Document doc = new Document ( MyDir + "Rendering...ExportDocumentProper = true ; doc . Save ( ArtifactsDir + "HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_ContentsFont method. Font formatting that will be applied to text entered into SDT in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Color method. Gets or sets the color of the structured Document tag in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Title method. Specifies the friendly name associated with this SDT. Can not be null in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. ChartAxisTitle Class | Aspose.Words for .NET

    Explore the Aspose.Words.ChartAxisTitle class to easily manage axis title properties and enhance your Document's visual impact.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  8. PdfSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PdfSaveOptions SaveFormat property to easily save Documents in PDF format. Simplify your file management with efficient saving options.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/net/aspose.words.sav...
  9. ListLabel Class | Aspose.Words for .NET

    Explore the Aspose.Words.Lists.ListLabel class to enhance your Document formatting with customizable list label properties for better control and presentation....Document doc = new Document ( MyDir + "Rendering.docx" ); doc . UpdateListLabels...UpdateListLabels (); NodeCollection paras = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.lis...
  10. ListLabel class | Aspose.Words for Python

    aspose.words.lists.ListLabel class. Defines properties specific to a list label... doc = aw . Document ( file_name =...'Rendering.docx' ) doc . update_list_labels () paras = doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...