Sort Score
Result 10 results
Languages All
Labels All
Results 5,791 - 5,800 of 16,784 for

true type

(0.23 sec)
  1. Aspose::Words::PageSetup::get_DifferentFirstPag...

    Aspose::Words::PageSetup::get_DifferentFirstPageHeaderFooter method. True if a different header or footer is used on the first page in C++....PageSetup::get_DifferentFirstPageHe method True if a different header or footer...> ( doc ); // Below are two types of header/footers. // 1 - The...

    reference.aspose.com/words/cpp/aspose.words/pag...
  2. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... PARAGRAPH , 0 , True ) . as_paragraph () paragraph...custom_node_id = 100 shape . wrap_type = aw . drawing . WrapType ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. 形状动画|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中应用 PowerPoint 动画... Auto , true ); pts [ 0 ] = java . newInstanceSync...effects ) { console . log ( "Type:" , effect . getType () + "...

    docs.aspose.com/slides/zh/nodejs-java/shape-ani...
  4. Aspose::Words::Hyphenation::UnregisterDictionar...

    Aspose::Words::Hyphenation::UnregisterDictionary method. Unregisters a hyphenation dictionary for the specified language. This is different from registering Null dictionary. Unregistering a dictionary enables callback for the specified language in C++....String & language ) Parameter Type Description language const System::String&...u "hyph_de_CH.dic" ); ASSERT_TRUE ( Aspose :: Words :: Hyphenation...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  5. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptx file we can see the image . if slide.logo_base64: try: svg_image, mime_Type = decode_data_uri(slide.lo…...logo_base64: try: svg_image, mime_type = decode_data_uri(slide.logo_base64)...logo_base64) if svg_image: if mime_type == "image/svg+xml": svg_image...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  6. ShapeBase.get_shape_renderer method | Aspose.Wo...

    ShapeBase.get_shape_renderer method. Creates and returns an object that can be used to render this shape into an image.... of_type ( lambda x : x . as_shape ()...get_child_nodes ( aw . NodeType . SHAPE , True ))))) self . assertEqual ( 7...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Header and Footer only on last page - Free Supp...

    Hello, Describe the case I’m creating .docx and .pdf documents from HTML templates using Aspose.Words for .Net. In version 24.2, Aspose.Words for .Net was adding Header and Footer to every page. I want to upgrade to n…...InsertHtml("<b>This is my Cool Header</b>", true); builder.MoveToHeaderFooter(HeaderFooterType...InsertHtml("<b>This is my Cool Footer</b>", true); builder.MoveToDocumentEnd();...

    forum.aspose.com/t/header-and-footer-only-on-la...
  8. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::Insert method. Inserts a string into the collection at the specified index in C++....:: String & value ) Parameter Type Description index int32_t The...IndexOf ( u "Two" )); ASSERT_TRUE ( dropDownItems -> Contains...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Extract Images from HTML – C# code

    Extract images from HTML programmatically using the Aspose.HTML C# library....Type == "image" ) { // Get the image type and set to...protocol of the URL and, if true, set the image name and extension...

    products.aspose.com/html/net/images/extract/
  10. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in formatting the number…... true : false; var chart = slide.Shapes...GetCell(0, 0, 1, seriesTitle), chart.Type); // Set bars width series.ParentSeriesGroup...

    forum.aspose.com/t/aspose-slides-waterfall-char...