Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 1,247 for

update name index

(0.05 sec)
  1. I want to fetch the color of the hatch in dwg f...

    foreach (var entity in _cadImage.Entities) { var n = entity.LayerName; var l = _cadImage.Layers.GetLayer(n); { if (entity is CadHatch hatch) { Console.WriteLine("Polyline color ID is {0}, layer's Name is {1…...WriteLine("Polyline color ID is {0}, layer's name is {1}, layer's color ID is...the Hatch object. Here’s an updated version of your code that includes...

    forum.aspose.com/t/i-want-to-fetch-the-color-of...
  2. How to Fill Up Form in PDF in Java

    This tutorial describes the process to fill PDF form in Java. It contains details on the IDE configuration, program flow, and a runnable sample code demonstrating how to fill up form in PDF in Java....fields by providing field names or indexes. Steps to Fill Out PDF...field by providing the field name Set the new value of the field...

    kb.aspose.com/pdf/java/how-to-fill-up-form-in-p...
  3. MailMerge | Aspose.Words for Java

    Represents the mail merge functionality in Java....collection of mail merge field names available in the document. ...regionName) Get mail merge field names from the region. getFieldNamesForRegi(String...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldToa | Aspose.Words for Java

    Implements the TOA field in Java....of Authorities category at index 1 is "Cases", // which will...further filter TA fields by naming a bookmark that they will need...

    reference.aspose.com/words/java/com.aspose.word...
  5. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....to provide a basic namespace/name for a run or set of runs within...some form of data, // such as a name, date, or address, and converts...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldIndex.run_subentries_on_same_line property...

    FieldIndex.run_subentries_on_same_line property. Gets or sets whether run subentries into the same line as the main entry....work with subentries in an INDEX field. doc = aw . Document ()...DocumentBuilder ( doc = doc ) # Create an INDEX field which will display an...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Unable to add layers and assign entities in DWG...

    https://forum.aspose.com/t/unable-to-add-layers-and-assign-entities-in-dwg-using-dwgimage-aspose-cad/311282/7 Hey Oleksii, I saw you posted an example to add a layer in Aspose.CAD for this forum entry. I cant download…...linesLayer = new CadLayerTable { Name = "LinesLayer" }; dwgImage.Layers...pointsLayer = new CadLayerTable { Name = "PointsLayer" }; dwgImage...

    forum.aspose.com/t/unable-to-add-layers-and-ass...
  8. NodeList class | Aspose.Words for Python

    aspose.words.NodeList class. Represents a collection of nodes matching an XPath query executed using the [CompositeNode.select_nodes()](../compositenode/select_nodes/#str) method... NodeList supports indexed access and iteration. NOTE...collection. Indexers Name Description __getitem__(index) Retrieves...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldIndex.page_number_list_separator property ...

    FieldIndex.page_number_list_separator property. Gets or sets the character sequence that is used to separate two page numbers in a page number list....page number separator in an INDEX field. doc = aw . Document ()...DocumentBuilder ( doc = doc ) # Create an INDEX field which will display an...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FieldIndex.letter_range property | Aspose.Words...

    FieldIndex.letter_range property. Gets or sets a range of letters to which limit the Index....letters to which limit the index. @property def letter_range...Examples Shows how to populate an INDEX field with entries using XE...

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