Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 73,785 for

values

(0.12 sec)
  1. PDF Printing Stuck on Size A4? - Free Support F...

    Hi All, I am attempting to print a document with specific sizes (configurable by customer). NOTE: In testing I am printing to a virtual printer. I have tried both Postscript and Microsoft Print to PDF and have seen the…...9:35pm 2 @JacobSayatovic The values you see are coming from the...When they differ, the driver’s values take precedence. Please let...

    forum.aspose.com/t/pdf-printing-stuck-on-size-a...
  2. Working with Primavera Formats | Aspose.Tasks D...

    Additional notes on Primavera Formats (XER, Primavera P6 XML) support.... Preserve the original values from the source file. Perform...fully represented. Imported values in PrimaveraProperties are...

    docs.aspose.com/tasks/net/primavera-formats/
  3. Aspose::Words::Drawing::FillType enum | Aspose....

    Aspose::Words::Drawing::FillType enum. Specifies fill type for a fillable object in C++.... enum class FillType Values Name Value Description Solid 1 Solid...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportListLabels method. Controls how list labels are output to HTML, MHTML or EPUB. Default value is Auto in C++.... Default value is Auto . Aspose :: Words ::...erLetter'; -aw-list-number-values:'1'; -aw-list-padding-sml:9...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. DOCX Mail Merge In Java

    Personalize your Mail merge DOCX file using Java. Automate emails or build reports using Mail merge DOCX template in Java....new String [] { }; Object[] values = new Object [] { }; Document...getMailMerge().execute(fields, values); doc.save( "Output.docx" );...

    products.aspose.com/words/java/mailmerge/docx/
  6. Aspose::Words::Fields::UserInformation::get_Def...

    Aspose::Words::Fields::UserInformation::get_DefaultUser method. Default user information in C++....USERADDRESS fields, which display values of // the respective properties...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Themes::ThemeColor enum | Aspose...

    Aspose::Words::Themes::ThemeColor enum. Specifies the theme colors for document themes. To learn more, visit the documentation article in C++....enum class ThemeColor Values Name Value Description None -1 No...and color instead of default values. font -> set_ThemeFont ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.the...
  8. Create MText in dwg file failed - Free Support ...

    Hello, I am using Aspose.CAD .net api to create dwg and insert mtext acc. to Work with text|CAD Documentation here is my code [HttpPost("createDwgByAspose2")] public async void CreateDwgByAspose2Async…...InitialTextHeight and InsertionPoint values are appropriate for your drawing...might want to adjust these values to see if the MText becomes...

    forum.aspose.com/t/create-mtext-in-dwg-file-fai...
  9. Add XMP metadata to EPS file using JavaScript

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for JavaScript via C++ is explained and illustrated with the code snippets here....we get a new one filled with values from PS metadata comments (%%Creator...we get a new one filled with values from PS metadata comments (%%Creator...

    docs.aspose.com/page/javascript-cpp/xmp-metadat...
  10. Calculate Formulas with Node.js via C++|Documen...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using Node.js via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....( sheetIndex ); // Adding a value to "A1" cell worksheet . getCells...putValue ( 1 ); // Adding a value to "A2" cell worksheet . getCells...

    docs.aspose.com/cells/nodejs-cpp/calculate-form...