Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 16,710 for

true type

(0.33 sec)
  1. Aspose::Words::Fields::FieldArgumentBuilder::Fi...

    Aspose::Words::Fields::FieldArgumentBuilder::FieldArgumentBuilder constructor. Initializes an instance of the FieldArgumentBuilder class in C++....on the true/false value of its expression. To get a true/false...arguments, which will serve as the true/false output strings for the...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Manage Presentation Headers and Footers in .NET...

    Use Aspose.Slides for .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look.... SetAllFootersVisibil ( true ); // Access and Update Header...{ if ( shape . Placeholder . Type == PlaceholderType . Header...

    docs.aspose.com/slides/net/presentation-header-...
  3. PdfSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Pdf](../../aspose.words/saveformat/#Pdf) format... exportGeneratorName When true , causes the name and version...produced files. Default value is true . (Inherited from SaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldUpdatingProgressArgs.UpdateCompleted | Asp...

    Discover the FieldUpdatingProgressArgs UpdateCompleted property, which efficiently indicates if field updates are finished, enhancing your data management process.... True ); } /// <summary> /// Implement...Field field ) { if ( field . Type == FieldType . FieldAuthor )...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Aspose::Words::Fields::FieldUserAddress::get_Us...

    Aspose::Words::Fields::FieldUserAddress::get_UserAddress method. Gets or sets the current user's postal address in C++....FieldType :: FieldUserAddress , true )); ASSERT_EQ ( u " USERADDRESS...Aspose::Words::Fields::FieldUserAddress::Type method Aspose::Words::Field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Fields::FieldUserInitials::get_U...

    Aspose::Words::Fields::FieldUserInitials::get_UserInitials method. Gets or sets the current user's initials in C++....FieldType :: FieldUserInitials , true )); ASSERT_EQ ( userInformation...Aspose::Words::Fields::FieldUserInitials::Type method Aspose::Words::Field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Aspose::Words::Drawing::Charts::ChartAxis::get_...

    Aspose::Words::Drawing::Charts::ChartAxis::get_AxisBetweenCategories method. Gets or sets a flag indicating whether the value axis crosses the category axis between categories in C++....-> set_AxisBetweenCategorie ( true ); doc -> Save ( get_ArtifactsDir...Aspose::Words::Drawing::Charts::ChartAxis::Type method Aspose::Words::Drawi...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Aspose::Words::Drawing::ImageData::get_ImageTyp...

    Aspose::Words::Drawing::ImageData::get_ImageType method. Gets the Type of the image in C++....ImageData::get_ImageType method Gets the type of the image. Aspose :: Words...Words :: NodeType :: Shape , true ); ASSERT_EQ ( 9 , shapes ->...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. NodeImporter | Aspose.Words for Java

    Allows to efficiently perform repeated import of nodes from one document to another in Java....importNode(srcNode, true); destinationParent.insertAfter(newNode...class. Parameters: Parameter Type Description srcDoc DocumentBase...

    reference.aspose.com/words/java/com.aspose.word...
  10. Start and Finish dates of task not getting refl...

    Hi, I am trying to set the start and finish dates of a task from a hidden variable. Task t1 = proj.RootTask.Children.Add("tested now"); t1.Set(Tsk.Start, Convert.ToDateTime(hdnStartDate.Value)); …...created, it contains constraint type “AsSoonAsPossible” however when...of the task, the constraint type is set to “FinishNoEarlierThan”...

    forum.aspose.com/t/start-and-finish-dates-of-ta...