Sort Score
Result 10 results
Languages All
Labels All
Results 8,441 - 8,450 of 198,840 for

new

(0.12 sec)
  1. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a New series group of the specified series type to this collection....method add(series_type) Adds a new series group of the specified...group, also of the line type. new_series_group = chart . series_groups...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java....throws Exception { Document doc = new Document(getMyDir() + "Hidden...RemoveHiddenContentV hiddenContentRemover = new RemoveHiddenContentV(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  3. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } New Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…...public Workbook(string file) } new Aspose.Cells.Workbook("attached...workbook LoadOptions loadOptions = new LoadOptions(LoadFormat.Xlsm);...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  4. PPTX to PDF in Java: Grey Lines Appear at the B...

    Hi Team, we are facing issue while converting ppt file into pdf using aspose. Issue : table on page 10 of the PDF preview has grey lines that are not visible in the original PowerPoint file and the PDF generated by Acro…...(Presentation presentation = new Presentation("input.pptx")) {...{ PdfOptions pdfOptions = new PdfOptions(); pdfOptions.SetSa...

    forum.aspose.com/t/pptx-to-pdf-in-java-grey-lin...
  5. PDF document getting scrambled when printing - ...

    Hi We currently get PDF documents supplied by third parties which we push on to a printer selected by the user end user. This is currently working fine in all cases except for documents from this one party (sample attac…...code is: PdfViewer viewer = new PdfViewer(); viewer.OpenPdfFile(pdfData...DefaultPageSettings; pageSettings.Margins = new System.Drawing.Printing.Margins(0...

    forum.aspose.com/t/pdf-document-getting-scrambl...
  6. Read Write Rate Scale Information | Aspose.Task...

    This article explains how to manage read and write rate scales for resources in Microsoft Project files using Aspose.Tasks....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/read-write-rate-scale...
  7. Problem Reading PDF containing TAB characters -...

    cotiz_anonyme.pdf (2.4 KB) When working with this attached document, if I extract text position in a way similar to your sample code “HighlightCharacterInPDF” for (int charNum = …...PDF document Document doc = new Document(dataDir + "cotiz_anonyme...SvgSaveOptions saveOptions = new SvgSaveOptions(); // Do not compress...

    forum.aspose.com/t/problem-reading-pdf-containi...
  8. Get all the text in all the slides|Aspose.Slide...

    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....presentationDocument == null ) { throw new ArgumentNullExceptio ( "presentationDocument"...StringBuilder paragraphText = new StringBuilder (); // Get the...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  9. MappedDataFieldCollection.Item | Aspose.Words f...

    Discover the MappedDataFieldCollection Item property to easily manage field names in your data source for seamless mail merge integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... () { DataTable dataTable = new DataTable ( "MyTable" ); dataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  10. FieldGreetingLine.GetFieldNames | Aspose.Words ...

    Discover the GetFieldNames method in FieldGreetingLine, which efficiently retrieves a collection of mail merge field names for seamless data integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...result. field . LanguageId = new CultureInfo ( "en-US" ). LCID...

    reference.aspose.com/words/net/aspose.words.fie...