Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 214,313 for

new

(0.28 sec)
  1. PrimaryandSecondaryAxis.xlsx

    Sheet1 Region Sales Volume Growth Rate Peking 100 0.7 New York 80 0.8 Paris 140 1 Growth Rate Peking New York Paris 0.7 0.8 1 Sales Volume Peking New York Paris 100 80 140 2024-01-05T09:10:59Z 16.0......7 New York 80 0.8 Paris 140 1 Growth Rate Peking New York...7 0.8 1 Sales Volume Peking New York Paris 100 80 140 2024-01-05T09:10:59Z...

    docs.aspose.com/cells/zh/java/primary-and-secon...
  2. PrimaryandSecondaryAxis.xlsx

    Sheet1 Region Sales Volume Growth Rate Peking 100 0.7 New York 80 0.8 Paris 140 1 Growth Rate Peking New York Paris 0.7 0.8 1 Sales Volume Peking New York Paris 100 80 140 2024-01-05T09:10:59Z 16.0......7 New York 80 0.8 Paris 140 1 Growth Rate Peking New York...7 0.8 1 Sales Volume Peking New York Paris 100 80 140 2024-01-05T09:10:59Z...

    docs.aspose.com/cells/ar/java/primary-and-secon...
  3. sample_data.xlsx

    Sheet1 City Region Store Chicago Central 3055 New York East 3036 Detroit Central 3074 John.He: John.He: 爱的发发发 Sheet2 City2 Region2 Store3 Seattle West 3000 philadelph East 3082 Detroit Central 3074......Region Store Chicago Central 3055 New York East 3036 Detroit Central...West 3166 New York East 3090 Chicago Central 3055 New York East...

    docs.aspose.com/cells/python-java/why-aspose-ce...
  4. sample_data.xlsx

    Sheet1 City Region Store Chicago Central 3055 New York East 3036 Detroit Central 3074 John.He: John.He: 爱的发发发 Sheet2 City2 Region2 Store3 Seattle West 3000 philadelph East 3082 Detroit Central 3074......Region Store Chicago Central 3055 New York East 3036 Detroit Central...West 3166 New York East 3090 Chicago Central 3055 New York East...

    docs.aspose.com/cells/python-net/why-aspose-cel...
  5. BorderCollection | Aspose.Words for Java

    A collection of Border objects in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...in a document. Document doc = new Document(getMyDir() + "Borders...

    reference.aspose.com/words/java/com.aspose.word...
  6. IStructuredDocumentTag.IsShowingPlaceholderText...

    Discover the IStructuredDocumentTag IsShowingPlaceholderText property to easily identify placeholder text in your SDT, enhancing content clarity and management.... Document doc = new Document (); // Insert a plain... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  7. StructuredDocumentTag.PlaceholderName | Aspose....

    Discover the StructuredDocumentTag PlaceholderName property to easily manage BuildingBlock names and enhance your document's placeholder text.... Document doc = new Document (); // Insert a plain... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  8. IPageLayoutCallback Interface | Aspose.Words fo...

    Customize your document layout with Aspose.Words.Layout.IPageLayoutCallback interface. Enhance rendering with your own methods for optimal results....PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...; DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  9. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...HTML. HtmlSaveOptions options = new HtmlSaveOptions(); // If we save...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert JPG To DOC C#

    Convert JPG to DOC format in C# code. Save JPG as DOC using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

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