Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 210,556 for

new

(0.16 sec)
  1. Font.Color | Aspose.Words for .NET

    Discover the Font Color property to easily customize text colors in your designs. Enhance readability and aesthetics with vibrant, eye-catching hues!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Blue ; font . Name = "Courier New" ; font . Underline = Underline...

    reference.aspose.com/words/net/aspose.words/fon...
  2. Font.Position | Aspose.Words for .NET

    Discover the Font Position property, easily adjust text alignment in points for precise control over your typography. Elevate your design with flexible positioning!... Document doc = new Document (); Paragraph para =...above the baseline. Run run = new Run ( doc , "Raised text. " );...

    reference.aspose.com/words/net/aspose.words/fon...
  3. TableAbsorber not identifying tables without bo...

    Hello, I am converting a Word document to PDF and using TableAbsorber to manipulate tables in the resulting PDF. I have noticed when the table in the Word document has borders then TableAbsorber can identify it in the…...Document wordWithBorder = new Aspose.Words.Document(@“A-WithBorder...Pdf.Document pdfWithBorder = new Aspose.Pdf.Document(“A-WithBorder...

    forum.aspose.com/t/tableabsorber-not-identifyin...
  4. Re-Order Sheets Within Workbook|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....//Create a new Workbook. Workbook workbook = new Workbook ();...Workbook wb = new HSSFWorkbook (); wb . createSheet ( "new sheet" );...

    docs.aspose.com/cells/java/re-order-sheets-with...
  5. Converter.Convert | Aspose.Words for .NET

    Effortlessly convert your documents with our Converter's Convert method. Transform input files into desired formats with ease and precision....OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Password =...}; LoadOptions loadOptions = new LoadOptions () { IgnoreOleData...

    reference.aspose.com/words/net/aspose.words.low...
  6. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....(ByteArrayInputStream stream = new ByteArrayInputStream(INPUT_TEXT...TxtLoadOptions loadOptions = new TxtLoadOptions(); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. 使用运算符|Aspose.PDF for Java

    本主题解释了如何使用 Aspose.PDF 的运算符。运算符类为 PDF 操作提供了强大的功能。...PDF 文档 Document pdfDocument = new Document ( _dataDir + "PDFOperators...= null ; try { imageStream = new FileInputStream ( _dataDir +...

    docs.aspose.com/pdf/zh/java/operators/
  8. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Mail merge...getMailMerge().setFieldMergingCallb(new HandleMergeImageFiel()); // Loads...

    reference.aspose.com/words/java/com.aspose.word...
  9. DocumentProperty | Aspose.Words for Java

    Represents a custom or built-in document property in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...endBookmark("MyBookmark"); // Link a new custom property to a bookmark...

    reference.aspose.com/words/java/com.aspose.word...
  10. 档案

    档案... /*create a new workbook*/ intrusive_ptr<IWorkbook>...intrusive_ptr<String> str = new String("Hello World!"); cell->PutValue(str);...

    blog.aspose.com/zh/cells/create-ms-excel-spread...