Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 36,736 for

list

(0.89 sec)
  1. Hidden Text with Bullet Formatting Creates Phan...

    Issue Summary When converting Word documents to PDF using Aspose.Words, paragraphs with hidden text and bullet/List formatting still display bullets in the PDF output, even after removing both the hidden text runs and th…...with hidden text and bullet/list formatting still display bullets...the hidden text runs and the list formatting using the API. Environment...

    forum.aspose.com/t/hidden-text-with-bullet-form...
  2. CadLwPolyline Coordinates including (0,0) cause...

    Any CadLwPolyline with a coordinate of 0,0 ignores that point as valid coordinate. You can use the following example from another post to view the issue. This will render a triangle rather than a rectangle. using (Cad…...Coordinates = new List(); polyline.Coordinates.Add(new...now hatch.BoundaryPaths = new List(); CadHatchBoundaryPath container...

    forum.aspose.com/t/cadlwpolyline-coordinates-in...
  3. NodeCollection class | Aspose.Words for Python

    aspose.words.NodeCollection class. Represents a collection of nodes of a specific type...docx' ) shapes = list ( filter ( lambda a : a is not...lambda x : x . as_shape (), b ), list ( doc . get_child_nodes ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SPListQuery Element|Aspose.Words for SharePoint

    SPListQuery element meaning and structure which may be used while configuring Aspose.Words for SharePoint reports....report data from a SharePoint list. Use it with SPDataSource ....element to set the name of the list to query. Use the SiteUrl element...

    docs.aspose.com/words/sharepoint/splistquery-el...
  5. RowCollection class | Aspose.Words for Python

    aspose.words.tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes... assertEqual ( 2 , len ( list ( tables ))) i = 0 while i <...assertSequenceEqual ( list ( rows ), list ( rows )) self . assertNotEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  6. aspose.words.bibliography module | Aspose.Words...

    The Aspose.Words.Bibliography namespace provides classes that allow to access a List of bibliography sources available in a document....classes that allow to access a list of bibliography sources available...Bibliography Represents the list of bibliography sources available...

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

    aspose.words.fields.FieldStyleRef class. Implements the STYLEREF field...# Create a list based using a Microsoft Word list template. doc_list...doc_list = doc . lists . add ( list_template = aw . lists . ListTemplate...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::NodeList::idx_get method | Aspos...

    Aspose::Words::NodeList::idx_get method. Retrieves a node at the given index in C++....index int32_t An index into the list of nodes. Remarks The index...to the number of items in the list, this returns a null reference...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. Style class | Aspose.Words for Python

    aspose.words.Style class. Represents a single built-in or user-defined style... list Gets the list that defines formatting...this list style. list_format Provides access to the list formatting...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Shape.has_smart_art property | Aspose.Words for...

    Shape.has_smart_art property. Returns ``True`` if this [Shape](../) has a SmartArt object....number_of_smart_art_shapes = len ( list ( filter ( lambda shape : shape...has_smart_art , list ( map ( lambda x : x . as_shape (), list ( doc ....

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