Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 27,907 for

one

(0.09 sec)
  1. IMetadataAccess Methods - GroupDocs.Redaction f...

    Changes the specified item of metadata from MetadataCollection or adds a new One, if not present....MetadataCollection or adds a new one, if not present. GetMetadata...

    apireference.groupdocs.com/redaction/net/groupd...
  2. HTML to PDF - additional options - Free Support...

    Hi, We are evaluating converting from another PDF engine to yours. We convert HTML documents to PDF. One of our requirements is to be able to add header/footer that repeat top/bottom of every page as well as the ability…... One of our requirements is to be...#2 @vladigubler vladigubler: One of our requirements is to be...

    forum.groupdocs.com/t/html-to-pdf-additional-op...
  3. symbols() - CSS: Cascading Style Sheets | MDN

    The symbols() CSS function enables defining counter styles inline, directly as a value of properties such as list-style, providing a less powerful but simpler alternative to the @counter-style method of defining a counter style....]+ ); <symbols-type> can be one of the following: cyclic : The...additional time at each cycle (one time for the first cycle, two...

    developer.mozilla.org/en-US/docs/Web/CSS/symbols
  4. Exclusive accordions using the HTML details ele...

    The 'name' attribute of the HTML details element is gaining more support across browsers. Learn how this feature allows creating exclusive accordions without scripting widgets from scratch....missing <summary> in the first one: html <details> <p> The response...common accordions, in which only one section can be open at a time...

    developer.mozilla.org/en-US/blog/html-details-e...
  5. Basic concepts of flexbox - CSS: Cascading Styl...

    The flexible box layout module (usually referred to as flexbox) is a One-dimensional layout model for distributing space between items and includes numerous alignment capabilities. This article gives an outline of the main features of flexbox, which we will explore in more detail in the rest of these guides....referred to as flexbox) is a one-dimensional layout model for...we describe flexbox as being one-dimensional we are describing...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_fl...
  6. Remainder (%) - JavaScript | MDN

    The remainder (%) operator returns the remainder left over when One operand is divided by a second operand. It always takes the sign of the dividend....the remainder left over when one operand is divided by a second...remainder. A TypeError is thrown if one operand becomes a BigInt but...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. Can multiple clients open the same index and ad...

    Hi, I have a question regarding thread safety and concurrency for indexing. Is it possible to have multiple clients open the same index add files to that index using the Add method? The reason I ask is because I create…...method to add files to the index one at a time to simulate a user...requirement is to support adding one file to the index at a time as...

    forum.groupdocs.com/t/can-multiple-clients-open...
  8. aria-owns - Accessibility | MDN

    The aria-owns attribute identifies an element (or elements) in order to define a visual, functional, or contextual relationship between a parent and its child elements when the DOM hierarchy cannot be used to represent the relationship.... Referencing the ID of one or more elements allows any element...list that references the IDs of one or more elements in the document...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  9. Document attributes | Documentation

    Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....AttributeChangeBatch (); // Adding one attribute to all indexed documents..."public" ); // Removing one attribute from one indexed document batch...

    docs.groupdocs.com/search/java/document-attribu...
  10. @charset - CSS: Cascading Style Sheets | MDN

    The @charset CSS rule specifies the character encoding used in the style sheet. This syntax is useful when using non-ASCII characters in some CSS properties, like content. Although the first character in @charset is the @ symbol, it is not an at-rule. It is a specific byte sequence that can only be placed at the very beginning of a stylesheet. No other characters, except the Unicode byte-order mark, are allowed before it. It also does not follow normal CSS syntax rules such as use of quotes or whitespace....following order (and stop as soon as one yields a result): The value of...double-quoted, following exactly one space character (U+0020), and...

    developer.mozilla.org/en-US/docs/Web/CSS/@charset