Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 30,432 for

x

(0.34 sec)
  1. Box appearing around the watermark after conver...

    While converting the EXcel first to pdf and then to Word, a boX around the watermark teXt can be seen in Word format. This is fine in PDF. I have attached the PDF and converted Word file as well to this ticket. The co…...for (int x = 1; x <= finalPDF.getPages().size(); x++) { finalPDF...finalPDF.getPages().get_Item(x).addStamp(textStamp) } return finalPDF...

    forum.aspose.com/t/box-appearing-around-the-wat...
  2. Manage Text Portions in Presentations with Pyth...

    Learn how to manage teXt portions in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, boosting performance and customization....print ( "Corrdinates X =" + str ( point . x ) + " Corrdinates Y...

    docs.aspose.com/slides/python-net/portion/
  3. Query Regarding PixelFormat Support in Aspose.D...

    We are in the process of migrating our .NET application from System.Drawing.Common to Aspose.Drawing (v25.7) for cross-platform support. System details: Aspose .Drawing version: 25.7.0 .NET Framework: 4.7.2 OS: Windo…...height; y++) { for (int x = 0; x < width; x++) { Color pixelColor...bitmap.GetPixel(x, y); binaryMask[y * width + x] = (pixelColor...

    forum.aspose.com/t/query-regarding-pixelformat-...
  4. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_TruncateFontHeightsLikeWP6 method. Emulate WordPerfect 6.X Font Height Calculation in C++....x Font Height Calculation. void...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_FootnoteLayoutLikeWW8 method. Emulate Word 6.X/95/97 Footnote Placement in C++....x/95/97 Footnote Placement. void...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. CustomXmlPropertyCollection.count property | As...

    CustomXmlPropertyCollection.count property. Gets the number of elements contained in the collection.... of_type ( lambda x : x . as_smart_tag (), b ), list...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPropertyCollection.clear method | Aspo...

    CustomXmlPropertyCollection.clear method. Removes all elements from the collection.... of_type ( lambda x : x . as_smart_tag (), b ), list...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OleFormat.get_ole_entry method | Aspose.Words f...

    OleFormat.get_ole_entry method. Gets OLE object data entry.... of_type ( lambda x : x . as_shape (), b ), list ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartYValueType enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.ChartYValueType enumeration. Allows to specify type of an Y value of a chart series.... Time Specifies that an X value is a time of day. See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Manage Table Cells in Presentations Using Java|...

    Effortlessly manage table cells in PowerPoint with Aspose.Slides for Java. Master accessing, modifying, and styling cells quickly for seamless slide automation....pairs of cells (1, 1) x (2, 1) and (1, 2) x (2, 2), the resulting...); } } // Merges cells (1, 1) x (2, 1) tbl . mergeCells ( tbl...

    docs.aspose.com/slides/java/manage-cells/