Sort Score
Result 10 results
Languages All
Labels All
Results 8,341 - 8,350 of 137,220 for

doc

(0.16 sec)
  1. BuildingBlockBehavior Enum | Aspose.Words for .NET

    Discover the Aspose.Words BuildingBlockBehavior enum, defining how building blocks enhance your Document's content upon insertion for seamless editing.... Document doc = new Document (); GlossaryDocument...glossaryDoc = new GlossaryDocument (); doc . GlossaryDocument = glossaryDoc...

    reference.aspose.com/words/net/aspose.words.bui...
  2. Aspose::Words::INodeChangingCallback::NodeInser...

    Aspose::Words::INodeChangingCallback::NodeInserting method. Called just before a node belonging to this Document is about to be inserted into another node in C++....FontChangeViaCallbac () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Set the node changing callback...

    reference.aspose.com/words/cpp/aspose.words/ino...
  3. Aspose::Words::ConditionalStyle::get_Font metho...

    Aspose::Words::ConditionalStyle::get_Font method. Gets the character formatting of the conditional style in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. Aspose::Words::ConditionalStyle::get_BottomPadd...

    Aspose::Words::ConditionalStyle::get_BottomPadding method. Gets or sets the amount of space (in points) to add below the contents of table cells in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_BottomLeftCell method. Gets the bottom left cell style in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_LastColumn method. Gets the last column style in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. FieldNumWords class | Aspose.Words for Python

    aspose.words.fields.FieldNumWords class. Implements the NUMWORDS field... doc = aw . Document ( file_name =...= aw . DocumentBuilder ( doc = doc ) builder . move_to_header_footer...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Lists::ListFormat::ApplyBulletDe...

    Aspose::Words::Lists::ListFormat::ApplyBulletDefault method. Starts a new default bulleted list and applies it to the paragraph in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  9. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. SaveOptions.pretty_format property | Aspose.Wor...

    SaveOptions.pretty_format property. When ``True``, pretty formats output where applicable... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...