Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 17,144 for

true type

(1.17 sec)
  1. IBarcodeGenerator.get_barcode_image method | As...

    IBarcodeGenerator.get_barcode_image method. Generate barcode image using the set of parameters (for DisplayBarcode field).... Parameter Type Description parameters BarcodeParameters...get_barcode_encode_type ( self , encode_type_from_word ) -> ab...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.Words updating formfields clears text in...

    After calling the method Document.UpdateFields some fields loose there input value. I included a sample file to reproduce the behavior. If I first call NormalizeFieldTypes() before UpdateFields() then it works as expect…... Check Field Types : Ensure that the fields you...updating are of the correct type and that they support retaining...

    forum.aspose.com/t/aspose-words-updating-formfi...
  3. ArrowType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ArrowType enum to customize arrow styles for line ends, enhancing your document's visual appeal and precision....ArrowType enumeration Specifies the type of an arrow at a line end. public...filledInArrow . Fill . Visible = true ; builder . InsertNode ( filledInArrow...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Run.Accept | Aspose.Words for .NET

    Utilize the Accept method to seamlessly welcome visitors, enhancing user experience and boosting engagement on your website....DocumentVisitor visitor ) Parameter Type Description visitor DocumentVisitor...mDocTraversalDepth ++; mVisitorIsInsideHead = true ; return VisitorAction . Continue...

    reference.aspose.com/words/net/aspose.words/run...
  5. FieldRef class | Aspose.Words for Python

    aspose.words.fields.FieldRef class. Implements the REF field...FieldFormat object that provides typed access to field’s formatting...characters. type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly....extension to identify the file type and select the appropriate application...Python lets you embed other file types in slides. For example, you...

    docs.aspose.com/slides/python-net/manage-ole/
  7. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AxisTickLabels::get_Alignment method. Gets or sets text alignment of the axis tick labels in C++....yAxis -> set_ReverseOrder ( true ); yAxis -> set_MajorTickMark...do not have a Z-axis. ASSERT_TRUE ( System :: TestTools :: IsNull...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Detect File Format|Aspose.Words for Java

    Obtain information about the document format before opening it to avoid an exception if you are not sure what the actual content of the file is using Java....obtain information about the file type in order to avoid an exception...detected information about the file type. DetectFileFormat only checks...

    docs.aspose.com/words/java/detect-file-format-a...
  9. Validation Results – Check Web Accessibility wi...

    Learn how to view and describe issues that occur during website accessibility checking and how to save the validation results using Aspose.HTML for Java....alt attributes for images = True 2 H67 :Check that all forms...a TextWriter object, where a type parameter specifies in what...

    docs.aspose.com/html/java/web-accessibility-val...
  10. 如果在header 和 footer中创建浮动文本框并且不添加新的段落作为锚点 - Free ...

    Hello, 我正在使用 aspose.java 在word中添加 header,footer等元素,基于原始需求(在源文档上追加header 和 footer时, 不要因为添加header 和 footer 而造成文档header 和 footer区域变高引起文档内容排版和页面数量的变化),所以我采用添加浮动文本框来避免造成header footer区域变化;现在的问题是,为了添加浮动文本框,一定需要创建一个段落来作为锚点,而这个段落…...document, Section section, int type, String content, OverlayConfig...getOrCreateHeaderFoo(document, section, type); log.debug("Inserting overlay...

    forum.aspose.com/t/header-footer/325498