Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 212,312 for

new

(0.17 sec)
  1. FieldSubject.text property | Aspose.Words for P...

    FieldSubject.text property. Gets or sets the text of the subject....then display the new value. field . text = 'My new subject' field...assertEqual ( ' SUBJECT "My new subject"' , field . get_field_code...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D API represents a 3D scene. Developers can already build a 3D scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3D API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....initialize a new 3D scene var s = new Scene (); var box = new Box ();...Material = new PhongMaterial () { DiffuseColor = new Vector3 (...

    docs.aspose.com/3d/net/customize-non-pbr-to-pbr...
  3. FieldTitle.text property | Aspose.Words for Python

    FieldTitle.text property. Gets or sets the text of the title....corresponding built-in property with the new value. builder . writeln () field...as_field_title () field . text = 'My New Title' field . update () self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontFallbackSettings.Load | Aspose.Words for .NET

    Effortlessly load and manage font fallback settings from XML files with the FontFallbackSettings Load method for seamless typography integration.... Document doc = new Document ( MyDir + "Rendering...FontSettings fontSettings = new FontSettings (); fontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  5. ChartSeriesGroup.AxisY | Aspose.Words for .NET

    Discover the ChartSeriesGroup AxisY property to easily access and customize Y-axis features for enhanced data visualization in your charts....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  6. PdfDigitalSignatureTimestampSettings.password p...

    PdfDigitalSignatureTimestampSettings.password property. Timestamp server password....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Add Table to PDF using PHP | Aspose.PDF

    Adding table in PDF file programmatically with PHP sample code using Aspose.PDF for PHP via Java...$document = new Document ( $inputFile ); // Initializes a new instance...the Table $table = new Table (); $colors = new Color (); // Set...

    products.aspose.com/pdf/php-java/table/add/
  8. How to convert Excel to pdf using aspose.cells ...

    I have an encoded base64 string for an .Xlsx file.I want this to be converted to pdf...excelStream = new MemoryStream(excelBytes)) { var workbook = new Workbook(excelStream);...save options var pdfOptions = new PdfSaveOptions { OnePagePerSheet...

    forum.aspose.com/t/how-to-convert-excel-to-pdf-...
  9. HtmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java.... Document doc = new Document(getMyDir() + "Rendering..."Rendering.docx"); File imagesDir = new File(getArtifactsDir() + "Sa...

    reference.aspose.com/words/java/com.aspose.word...
  10. MailMerger | Aspose.Words for Java

    Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations in Java....create(MailMergerContext context) Creates new instance of the mail merger processor...create(MailMergerContext context) Creates new instance of the mail merger processor...

    reference.aspose.com/words/java/com.aspose.word...