Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 164,030 for

new

(0.14 sec)
  1. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java.... You can create new building blocks and insert them...doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...

    reference.aspose.com/words/java/com.aspose.word...
  2. XamlFlowSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XAML_FLOW or SaveFormat.XAML_FLOW_PACK format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...docx"); ImageUriPrinter callback = new ImageUriPrinter(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  3. Create PDF Forms using .NET | Aspose.PDF

    Create PDF forms and add fields programmatically with C# sample code using Aspose.PDF for .NET....pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...inputFile ); var textBoxField = new Aspose . Pdf . Forms . TextBoxField...

    products.aspose.com/pdf/net/acroforms/create/
  4. Aspose::Words::Vba::VbaModuleType enum | Aspose...

    Aspose::Words::Vba::VbaModuleType enum. Specifies the type of a model in a VBA project in C++....for a new object. Each instance of a class creates a new object...< Document > (); // Create a new VBA project. auto project = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.vba...
  5. Document.save method | Aspose.Words for Node.js

    Aspose.Words.Document.save method... const doc = new aw . Document ( base . myDir...to HTML format. const doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用Node.js通过C++在工作表中添加签名线|Documentation

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js在工作表中添加签名线。...a Workbook object const wb = new AsposeCells . Workbook (); const...const signatureLine = new AsposeCells . SignatureLine (); signatureLine...

    docs.aspose.com/cells/zh/nodejs-cpp/add-signatu...
  7. Convert PDF To JPG C#

    Convert PDF to JPG format in C# code. Save PDF as JPG using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...
  8. Convert PDF To BMP C#

    Convert PDF to BMP format in C# code. Save PDF as BMP using C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/pdf-to...
  9. Convert JPG To JPG C#

    Convert JPG to JPG format in C# code. Save JPG as JPG using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/net/conversion/jpg-to...
  10. Convert JPG To Image C#

    Convert JPG to Image format in C# code. Save JPG as Image using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.jpg" , new ImageSaveOptions(SaveFormat.Jpg));...

    products.aspose.com/words/net/conversion/jpg-to...