Вступ до діаграми функції, як створити та маніпулювати діаграми за допомогою C#й...categories = new string [] { "AW Category 1" , "AW Category 2" }; // Adding...series1 = seriesColl . Add ( "AW Series 1" , categories , new...
Вступ до діаграми функції, як створити і маніпулювати діаграми за допомогою Javaй...categories = new string [] { "AW Category 1" , "AW Category 2" }; // Adding...series1 = seriesColl . Add ( "AW Series 1" , categories , new...
Převést dokument z téměř jakéhokoli formátu na HTML nebo MHTML, stejně jako do EPUB formátu pomocí Python. Můžete také zadat možnost uložení pro správu výstupního dokumentu.... doc = aw . Document ( dataDir + "Test...save ( dataDir + "Document" , aw . SaveFormat . HTML ) Pro převod...
FindReplaceOptions.smart_paragraph_break_replacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph.... doc = aw . Document () builder = aw . DocumentBuilder...builder . writeln () options = aw . replacing . FindReplaceOptions...
HtmlSaveOptions.export_text_input_form_field_as_text property. Controls how text input form fields are saved to HTML or MHTML... doc = aw . Document ( file_name = MY_DIR...elements. options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...
PdfSaveOptions.exportDocumentStructure property. Gets or sets a value determining whether or not to export document structure....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...
Aspose.Words.Saving.TxtListIndentation class. Specifies how list levels are indented when document is exporting to [SaveFormat.Text](../../aspose.words/saveformat/#Text) format...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions ();...
Aspose.Words.Saving.OutlineOptions class. Allows to specify outline options... let doc = new aw . Document ( base . myDir + "Bookmarks...to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions ();...