Sort Score
Result 10 results
Languages All
Labels All
Results 8,231 - 8,240 of 49,867 for

properties

(0.31 sec)
  1. Extract AcroForm Data using C++|Aspose.PDF for C++

    This section explains how to extract forms from your PDF document with Aspose.PDF for C++....the value using the Value property. Get each field from the Form...Field and access its Value property. The following code snippets...

    docs.aspose.com/pdf/cpp/extract-form/
  2. Aspose::Words::Fields::FieldIndex::get_RunSuben...

    Aspose::Words::Fields::FieldIndex::get_RunSubentriesOnSameLine method. Gets or sets whether run subentries into the same line as the main entry in C++....display the XE field's Text property value on the left side, //...matching values in the "Text" property // into one entry as opposed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Writing Metadata to MPP | Aspose.Tasks Document...

    Learn how to write metadata of tasks, calendars, resources, resource assignments using Aspose.Tasks for .NET.... This includes properties related to calendars, tasks...TeamAssignmentPool and CostCenter properties are provided. The following...

    docs.aspose.com/tasks/net/writing-metadata-to-mpp/
  4. Benefits of Aspose.Slides products | products.a...

    Why Aspose.Slides products are the best choice for working with presentations...You can also customize the properties of these effects, such as...only render the basic shape properties, such as fill, outline, and...

    products.aspose.com/slides/benefits/
  5. How to Add Header and Footer in Word using Python

    This tutorial contains information on how to add header and footer in Word using Python. It provides all the details to configure the development environment, stepwise process, and a runnable sample code to insert header and footer in Word using Python....DocumentBuilder object with it Set the property to add different first-page...different_first_page_header_footer property to set different header footers...

    kb.aspose.com/words/python/how-to-add-header-an...
  6. ConditionalStyleCollection Class | Aspose.Words...

    Explore Aspose.Words.ConditionalStyleCollection class to manage ConditionalStyle objects effectively, enhancing document formatting and customization....IEnumerable < ConditionalStyle > Properties Name Description BottomLeftCell... FirstRow )); // 3 - As a property: tableStyle . ConditionalStyles...

    reference.aspose.com/words/net/aspose.words/con...
  7. How to Unhide Multiple Sheets in Excel using Java

    This tutorial guides on how to unhide multiple sheets in Excel using Java. It provides all the details to configure the environment, detailed steps and a runnable sample code to unhide Excel sheet using Java....sheet has the IsVisible flag property false. All the sheets are...order to access its desired properties. In this tutorial, we have...

    kb.aspose.com/cells/java/how-to-unhide-multiple...
  8. How to Convert RTF to PDF using C++

    This short tutorial guides on how to convert RTF to PDF using C++. It provides necessary information to configure the environment and runnable code to export RTF to PDF using C++....by setting the color mode property however there are a lot of...that contains a lot of other properties like set_Compliance() to...

    kb.aspose.com/words/cpp/how-to-convert-rtf-to-p...
  9. Marker shapes set for line with marker charts a...

    I’m using the Aspose library to generate line with marker charts and programmatically setting custom marker shapes for data points. However, when opening the generated file in Excel, the selected marker shapes are not ap…...MarkerStyle property for each series. Here’s a...additional insights into the properties you can set and their expected...

    forum.aspose.com/t/marker-shapes-set-for-line-w...
  10. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....run of text using its font property. Document doc = new Document();...; // Set some page setup properties for the section. section...

    reference.aspose.com/words/java/com.aspose.word...