Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 15,944 for

true type

(0.08 sec)
  1. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。...Rectangle ( 300 , 750 , 320 , 770 , True ) ) document . pages [ 1 ] ...713.664 , 308.708 , 720.769 , True ) ) strikeoutAnnotation . title...

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  2. FieldChar.get_field method | Aspose.Words for P...

    FieldChar.get_field method. Returns a field for the field char.... FIELD_DATE , True ) . as_field_date () field ...FIELD_DATE , field_start . field_type ) self . assertFalse ( field_start...

    reference.aspose.com/words/python-net/aspose.wo...
  3. What's new 2024|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2024....RenderingOptions () { AnalyzeFonts = true }; pngDevice . Process ( document...stamp . AutoAdjustFontSizeTo = true ; stamp . AutoAdjustFontSizePr...

    docs.aspose.com/pdf/net/whatsnew/2024/
  4. Aspose::Words::InlineStory::get_LastParagraph m...

    Aspose::Words::InlineStory::get_LastParagraph method. Gets the last paragraph in the story in C++....have their respective story types. ASSERT_EQ ( Aspose :: Words...()); // A comment is another type of inline story. auto comment...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. PageSetup.page_height property | Aspose.Words f...

    PageSetup.page_height property. Returns or sets the height of the page in points.... wrap_type = aw . drawing . WrapType .... NONE shape . behind_text = True # Place the image at the center...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Loading::LoadOptions::get_Preser...

    Aspose::Words::Loading::LoadOptions::get_PreserveIncludePictureField method. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats. The default value is false in C++....FieldType :: FieldIncludePicture , true )); includePicture -> set_SourceFullName...); includePicture -> Update ( true ); { auto docStream = System...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. FieldXE.page_range_bookmark_name property | Asp...

    FieldXE.page_range_bookmark_name property. Gets or sets the name of the bookmark that marks a range of pages that is inserted as the entry's page number.... insert_field ( field_type = aw . fields . FieldType ....FIELD_INDEX , update_field = True ) . as_field_index () # For...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Getting theme color for BPMN Events - Free Supp...

    Hi, Is there a way to know if a shape has the theme applied to it and what color fill / line color it should have based on that theme? File file = new File(PATH_TO_VSDX_FILE); Diagram d = new Diagram(file.getAbsolutePa…... <Shape ID='3' Type='Shape' MasterShape='7'> <Cell...for Java API Reference returns true for both of the shapes which...

    forum.aspose.com/t/getting-theme-color-for-bpmn...
  9. Aspose::Words::ParagraphCollection::idx_get met...

    Aspose::Words::ParagraphCollection::idx_get method. Retrieves a Paragraph at the given index in C++....( int32_t index ) Parameter Type Description index int32_t An...longer be a revision. ASSERT_TRUE ( paragraphs -> idx_get ( 1...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. How to digitally sign PDF|Aspose.PDF for C++

    Digitally sign PDF documents using C++. Verify, or validate the digitally sign PDFs using C++....200 ); signature -> Sign ( 1 , true , rect , pkcs ); // Save output...any of the three signature types signature -> Sign ( 1 , u "Signature...

    docs.aspose.com/pdf/cpp/digitally-sign-pdf-file/