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

new

(0.07 sec)
  1. Missing text in labels - Free Support Forum - a...

    Hi, when I try to get an image from a chart in Excel, only parts of the labels are picked. In the example, you will see that ‘Type…’ is missing. Here is the code: Aspose.Cells.License lic = New Cells.License(); lic…...License lic = new Cells.License(); lic.SetLicense(“Aspose...SetLicense(“Aspose.Total.lic”); Workbook wb = new Workbook(“PivotCharts_V7.xlsx”);...

    forum.aspose.com/t/missing-text-in-labels/310539
  2. ChartXValueCollection.FormatCode | Aspose.Words...

    Discover the ChartXValueCollection FormatCode property, easily customize X value formats for enhanced data visualization and clarity in your charts....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  3. FieldAutoText | Aspose.Words for Java

    Implements the AUTOTEXT field in Java.... Document doc = new Document(); // Create a glossary...it. doc.setGlossaryDocument(new GlossaryDocument()); BuildingBlock...

    reference.aspose.com/words/java/com.aspose.word...
  4. MailMerge.ExecuteWithRegions | Aspose.Words for...

    Streamline your document creation with the MailMerge ExecuteWithRegions method, enabling efficient mail merges from custom data sources and regions....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...customers = new CustomerList (); customers . Add ( new Customer...

    reference.aspose.com/words/net/aspose.words.mai...
  5. FontSourceType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontSourceType enum for efficient font source management. Optimize your document processing with flexible font options....FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  6. FindReplaceOptions constructor | Aspose.Words f...

    aspose.words.replacing.FindReplaceOptions constructor...FindReplaceOptions() Initializes a new instance of the FindReplaceOptions...FindReplaceOptions(direction) Initializes a new instance of the FindReplaceOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BlockImportMode Enum | Aspose.Words for .NET

    Discover how the Aspose.Words.BlockImportMode enum enhances HTML document integration by optimizing block-level element property imports for seamless workflows....</html>" ; MemoryStream stream = new MemoryStream ( Encoding . UTF8...loadOptions = new HtmlLoadOptions (); // Set the new mode of import...

    reference.aspose.com/words/net/aspose.words.loa...
  8. Font.LocaleId | Aspose.Words for .NET

    Discover how the Font LocaleId property enhances your text formatting by managing locale identifiers for diverse character languages. Improve your coding today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "en-US" , false...

    reference.aspose.com/words/net/aspose.words/fon...
  9. CustomDocumentProperties Class | Aspose.Words f...

    Discover Aspose.Words.Properties.CustomDocumentProperties for managing custom document properties effortlessly. Enhance your document management today!...Add ( string, bool ) Creates a new custom document property of the...string, DateTime ) Creates a new custom document property of the...

    reference.aspose.com/words/net/aspose.words.pro...
  10. Add Images to PDF using Java | Aspose.PDF

    Adding images into PDF documents programmatically with Java sample code using Aspose.PDF for Java...Java Document pdfDocument = new Document ( dataDir + "AddImage...] ; FileStream imageStream = new FileStream ( dataDir + "aspose-logo...

    products.aspose.com/pdf/java/images/add/