ListLevel.createPictureBullet method. Creates picture bullet shape for the current list level....new aw . Document (); let list = doc . lists . add ( aw . Lists...toEqual ( true ); let builder = new aw . DocumentBuilder ( doc ); builder...
ParagraphFormat.suppressLineNumbers property. Specifies whether the current paragraph's lines should be exempted from line numbering which is applied in the parent section....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...pageSetup . lineNumberRestartMod = aw . LineNumberRestartMod . RestartPage...
اكتشف خاصية نص عنوان محور الرسم البياني لتخصيص عناوين محاورك بسهولة. عيّن أو احصل على عناوين ديناميكية لتحسين عرض البيانات....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
ConditionalStyleCollection.clearFormatting method. Clears all conditional styles of the table style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
PdfSaveOptions.export_language_to_span_tag property. Gets or sets a value determining whether or not to create a Span tag in the document structure to export the text language.... doc = aw . Document () builder = aw . DocumentBuilder...'Hola mundo!' ) save_options = aw . saving . PdfSaveOptions ()...
HtmlFixedSaveOptions.useTargetMachineFonts property. Flag indicates whether fonts from target machine must be used to display the document... let doc = new aw . Document ( base . myDir + "Bullet...docx" ); let saveOptions = new aw . Saving . HtmlFixedSaveOptions...
Document.joinRunsWithSameFormatting method. Joins runs with same formatting in all paragraphs of the document.... let doc = new aw . Document ( base . myDir + "Rendering...expect ( doc . getChildNodes ( aw . NodeType . Run , true ). count...
Aspose.Words.Saving.PdfImageCompression enumeration. Specifies the type of compression applied to images in the PDF file....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...PDF. let pdfSaveOptions = new aw . Saving . PdfSaveOptions ();...
PageSetup.lines_per_page property. Gets or sets the number of lines per page in the document grid.... doc = aw . Document () builder = aw . DocumentBuilder.... page_setup . layout_mode = aw . SectionLayoutMode . LINE_GRID...