Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 16,137 for

true type

(0.96 sec)
  1. 搜索

    搜索...AddChart (Charts::ChartType type, float x, float y, float width...et_CenterText(NullableBool::True); chart->get_ChartTitle()->set_Height(20);...

    blog.aspose.com/zh-hant/slides/create-charts-in...
  2. When inserting a picture and nearby cell's font...

    HI, An image is being inserted. When lines 31-33 are commented out the scale height of the picture is around 100% which is expected. However when these lines are uncommented, the text in cell 1, 1 is set to 24pts. The …...Check Placement Type : Change the placement type of the image from...MOVE_AND_SIZE); // Change placement type Cell titleCell = sheet.getCells()...

    forum.aspose.com/t/when-inserting-a-picture-and...
  3. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document...shape_type property equal to ShapeType...display_background_shape to True . Examples Shows how to set...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfSaveOptions to enhance your document saving experience. Customize settings for optimal PDF output quality and performance....ExportGeneratorName { get; set; } When true , causes the name and version...produced files. Default value is true . ExportLanguageToSpan { get;...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Autofit Setting to Tables|Aspose.Words for .NET

    Autofit settings to tables. NPOI does not provide an opportunity to autofit settings to tables using C#....enumeration which defines what type of auto fitting is applied to...GetChild ( NodeType . Table , 0 , true ); // Autofit the first table...

    docs.aspose.com/words/net/autofit-setting-to-ta...
  6. ChartAxis.crosses_at property | Aspose.Words fo...

    ChartAxis.crosses_at property. Specifies where on the perpendicular axis the axis crosses....units are determined by the type of axis. When the axis is a...builder . insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldPrint class | Aspose.Words for Python

    aspose.words.fields.FieldPrint class. Implements the PRINT field...FieldFormat object that provides typed access to field’s formatting...from Field ) type Gets the Microsoft Word field type. (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MailMerge.GetFieldNamesForRegion | Aspose.Words...

    Discover the MailMerge GetFieldNamesForRegion method to effortlessly access a collection of mail merge field names in your specified region. Streamline your workflow!...string regionName ) Parameter Type Description regionName String...regions [ 0 ]. Fields [ 1 ], true ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.mai...
  9. ChartSeries class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeries class. Represents chart series properties... series_type Gets the type of this chart series...): series . has_data_labels = True self . assertFalse ( series...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Clone Document, Convert Clone .ToString(SaveFor...

    I am having some trouble with a requirement. I need to make changes to a clone of a document while it is in HTML string format (or possibly XML or any other format that will allow me to keep the formatting). After the ch…...ExportImagesAsBase64 = true, ExportFontsAsBase64 = true }; originalDoc...IgnoreFootnotes = true, IgnoreHeadersAndFoot = true }); public static...

    forum.aspose.com/t/clone-document-convert-clone...