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

true type

(0.09 sec)
  1. Aspose::Words::Saving::BookmarksOutlineLevelCol...

    Aspose::Words::Saving::BookmarksOutlineLevelCollection::IndexOfKey method. Returns the zero-based index of the specified bookmark in the collection in C++....:: String & name ) Parameter Type Description name const System::String&...outlineLevels -> get_Count ()); ASSERT_TRUE ( outlineLevels -> Contains...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. SaveOptions.update_fields property | Aspose.Wor...

    SaveOptions.update_fields property. Gets or sets a value determining if fields of certain Types should be updated before saving the document to a fixed page format...determining if fields of certain types should be updated before saving...Default value for this property is True . @property def update_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  3. AxisTickLabels.is_auto_spacing property | Aspos...

    AxisTickLabels.is_auto_spacing property. Gets or sets a flag indicating whether to use automatic interval for drawing the tick labels....Remarks The default value is True . The property has effect for...builder . insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 档案

    档案...ger()->SetAllFootersVisibil(true); // 访问和更新标题 auto masterNotesSlide...(shape->get_Placeholder()->get_Type() == PlaceholderType::Header)...

    blog.aspose.com/zh/slides/add-header-and-footer...
  5. Field.is_dirty property | Aspose.Words for Python

    Field.is_dirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document.... insert_field ( field_type = aw . fields . FieldType ....FIELD_AUTHOR , update_field = True ) . as_field_author () self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.join_runs_with_same_formatting method ...

    Document.join_runs_with_same_formatting method. Joins runs with same formatting in all paragraphs of the document.... RUN , True ) . count ) # Combine such runs...get_child_nodes ( aw . NodeType . RUN , True ) . count ) See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.is_move_from_revision property | Aspo...

    ShapeBase.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....is_move_from_revision property Returns True if this object was moved (deleted)...system_helper . linq . Enumerable . of_type ( lambda x : x . as_shape ()...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ShapeBase.is_move_to_revision property | Aspose...

    ShapeBase.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....is_move_to_revision property Returns True if this object was moved (inserted)...system_helper . linq . Enumerable . of_type ( lambda x : x . as_shape ()...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PDL Conversion API Solution | Python

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the Python library with the Aspose.Page PDL conversion functionality.... If the value is true then it is possible to view...field. The default value is true. Debug allows the output of...

    products.aspose.com/page/python-net/conversion/
  10. Font changed in PDF file - Free Support Forum -...

    Hi Alexey, We have the code that builds Aspose document in memory and then saves it to either Word or Pdf. We have recently installed 3 new fonts to our server, and while the Word shows them correctly, the PDF document …...SetFontsFolder(@"C:\Temp\fonts", true); // true = scan subfolders var doc...Warning(WarningInfo info) { if (info.Type == WarningType.FontSubstitution)...

    forum.aspose.com/t/font-changed-in-pdf-file/325129