Sort Score
Result 10 results
Languages All
Labels All
Results 6,601 - 6,610 of 179,952 for

doc

(0.13 sec)
  1. Გადაიყვანეთ HTML Markdown C#

    გადაიყვანეთ HTML Markdown C# ფორმატში კოდით. შეინახეთ HTML როგორც Markdown C#....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.html" ); doc.Save( "Output...

    products.aspose.com/words/ka/net/conversion/htm...
  2. Გადაიყვანეთ PDF EPUB C#

    გადაიყვანეთ PDF EPUB C# ფორმატში კოდით. შეინახეთ PDF როგორც EPUB C#....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.pdf" ); doc.Save( "Output...

    products.aspose.com/words/ka/net/conversion/pdf...
  3. Row.Hidden | Aspose.Words for .NET

    Row Hidden property Documentation. Control table row visibility in Word Documents programmatically with boolean hide/show settings.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Row row = doc . FirstSection . Body . Tables [...

    reference.aspose.com/words/net/aspose.words.tab...
  4. Document.original_file_name property | Aspose.W...

    Document.original_file_name property. Gets the original file name of the Document.... doc = aw . Document ( file_name =...( MY_DIR + 'Document.docx' , doc . original_file_name ) self ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Font::get_ThemeFontFarEast metho...

    Aspose::Words::Font::get_ThemeFontFarEast method. Gets or sets the East Asian theme font in the applied font scheme that is associated with this Font object in C++.... auto doc = System :: MakeObject < Aspose...for languages uses by default. doc -> get_Theme () -> get_MinorFonts...

    reference.aspose.com/words/cpp/aspose.words/fon...
  6. SignatureLine.AllowComments | Aspose.Words for ...

    Discover the SignatureLine AllowComments property, enable signers to add comments in the Sign dialog for enhanced feedback. Default is false.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions options...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Font.locale_id_bi property | Aspose.Words for P...

    Font.locale_id_bi property. Gets or sets the locale identifier (language) of the formatted right-to-left characters.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Define a set of font settings...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.startColumnBookmark method | As...

    DocumentBuilder.startColumnBookmark method. Marks the current position in the Document as a column bookmark start... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.ChartFormat class for advanced chart element styling. Enhance your Documents with professional, customizable chart designs.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  10. ChartSeries.smooth property | Aspose.Words for ...

    ChartSeries.smooth property. Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines....'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

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