Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 15,944 for

true type

(0.24 sec)
  1. DocumentVisitor.VisitAbsolutePositionTab | Aspo...

    Discover the DocumentVisitor VisitAbsolutePositionTab method, designed to enhance document processing by efficiently handling AbsolutePositionTab nodes....AbsolutePositionTab tab ) Parameter Type Description tab AbsolutePositionTab...NodeType . SpecialChar , 0 , true ); myDocTextExtractor = new...

    reference.aspose.com/words/net/aspose.words/doc...
  2. ImageData Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ImageData class—your solution for defining and managing images in shapes. Enhance your document design effortlessly!... HasImage { get; } Returns true if the shape has image bytes...Gets the type of the image. IsLink { get; } Returns true if the...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Aspose::Words::Lists::ListLabel class | Aspose....

    Aspose::Words::Lists::ListLabel class. Defines properties specific to a list label. To learn more, visit the documentation article in C++....System::TypeInfo&) const override static Type () Examples Shows how to extract...Words :: NodeType :: Paragraph , true ); // Find if we have the paragraph...

    reference.aspose.com/words/cpp/aspose.words.lis...
  4. StructuredDocumentTag.accept method | Aspose.Wo...

    StructuredDocumentTag.accept method. Accepts a visitor....DocumentVisitor ) Parameter Type Description visitor DocumentVisitor...visitStructuredDocum() at the end. Returns True if all nodes were visited; false...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Null Pointer exception in Aspose.PDF - Free Sup...

    Hi, I am getting below exception java.lang.NullPointerException: Cannot invoke "com.aspose.pdf.internal.l21p.l19v.l0l()" because "<parameter1>" is null at com.aspose.pdf.internal.l6n.lI.lI(Unknown Source) …...setRegularExpression(true); } //Adding parameter to replace...editor.replaceText(textValue, Type); } alexey.noskov June 19, 2024...

    forum.aspose.com/t/null-pointer-exception-in-as...
  6. DocumentVisitor.visitFieldEnd method | Aspose.W...

    DocumentVisitor.visitFieldEnd method. Called when a field ends in the document.... FieldEnd ) Parameter Type Description fieldEnd FieldEnd...++ ; mVisitorIsInsideFiel = true ; return aw . VisitorAction...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentVisitor.visitSmartTagEnd method | Aspos...

    DocumentVisitor.visitSmartTagEnd method. Called when enumeration of a smart tag has ended.... SmartTag ) Parameter Type Description smartTag SmartTag...++ ; mVisitorIsInsideSmar = true ; return aw . VisitorAction...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentVisitor.visitSmartTagStart method | Asp...

    DocumentVisitor.visitSmartTagStart method. Called when enumeration of a smart tag has started.... SmartTag ) Parameter Type Description smartTag SmartTag...++ ; mVisitorIsInsideSmar = true ; return aw . VisitorAction...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Get Range with External Links with C++|Document...

    Learn how to retrieve ranges with external links in Excel files using Aspose.Cells with C++....GetReferredAreas method returns an array of type ReferredArea . The ReferredArea...namedRange . GetReferredAreas ( true ); if ( ! referredAreas . IsNull...

    docs.aspose.com/cells/cpp/get-range-with-extern...
  10. Z Axis with Node.js via C++|Documentation

    Learn how to work with the Z‑axis in Aspose.Cells for Node.js via C++. Our guide will help you understand how to configure and customize the Z‑axis, including its scale and labels, to enhance your charts....add a chart and set the chart type to Column3D; you can see the...setChartDataRange ( "A2:C3" , true ); // Hide the Category Axis...

    docs.aspose.com/cells/nodejs-cpp/z-axis/