Sort Score
Result 10 results
Languages All
Labels All
Results 5,331 - 5,340 of 96,270 for

object

(0.1 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....properties of the PageSetup object for the desired worksheet....// Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  2. Aspose::Words::Layout::LayoutEnumerator::idx_ge...

    Aspose::Words::Layout::LayoutEnumerator::idx_get method. Gets a named property of the entity in C++....System :: SharedPtr < System :: Object > Aspose :: Words :: Layout...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Aspose::Words::Fields::IComparisonExpressionEva...

    Aspose::Words::Fields::IComparisonExpressionEvaluator interface. When implemented, allows to override default comparison expressions evaluation for the FieldIf and FieldCompare fields in C++....: public virtual System :: Object Methods Method Description...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Stamp a Paragraph over PDF - Free Support Forum...

    Hello, Can it possible to Stemp a paragraph over PDF by aspose as i want to stamp below text as(Terms and condition ) over PDF can it possible its argent actually tomorrow is demo with clientdo need full ASAP Thanks in …...Opacity property of logoStamp2 object. If I do not provide the Opacity...snippet. C# //create PdfFileMend object to add text PdfFileMend mender...

    forum.aspose.com/t/stamp-a-paragraph-over-pdf/8...
  5. FootnoteSeparator class | Aspose.Words for Python

    aspose.words.notes.FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document....Node ) range Returns a Range object that represents the portion...method that creates a Paragraph object with optional text and appends...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for Java 支持构建节点层次结构。节点是 3D 场景的基本构建块,节点层次结构定义了 3D 场景的逻辑结构,并通过将几何图形、灯光和相机附加到节点来提供可见内容。...会受到影响: // Initialize scene object Scene scene = new Scene ();...(); // Get a child node object Node top = scene . getRootNode ()...

    docs.aspose.com/3d/zh/java/add-node-hierarchy-a...
  7. 从CFF文件加载字体| .NET

    .NET API 解决方案,用于从硬盘上的文件加载字体,即使该文件本身不是字体。让我们看看如何从 CFF 文件加载。...// Initialize FontDefinition object passing CFF as FontType value...FileInfo(fontPath)); 6 7 // Based on FileInfo object, fileExtension value is calculated...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  8. ShapeMarkupLanguage | Aspose.Words for Java

    Specifies Markup language used for the shape in Java....Object public class ShapeMarkupLanguage...property of the SaveOptions object to "OoxmlCompliance.Iso29500_2008_Strict"...

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

    Reads a forward-only stream of rows from a data source in Java....Object All Implemented Interfaces:...columnName) public abstract Object get(String columnName) This...

    reference.aspose.com/words/java/com.aspose.word...
  10. Update Links in PDF|Aspose.PDF for .NET

    Update links in PDF programmatically. This guide is about how to update links in PDF in C# language....destination using the GoToAction object’s Destination property. The...instantiate the GoToURIAction object and pass it to the LinkAnnotation’s...

    docs.aspose.com/pdf/net/update-links/