Utils Class

QsInformatica.Utils

Utils Class

Class Utils.
Inheritance Hierarchy
SystemObject  QsGemBoxUtils

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static class Utils
Public NotInheritable Class Utils
public ref class Utils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Utils =  class end

The Utils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComposeParagraph
Composes the paragraph.
Public methodStatic memberEnsureStyle
Ensures the style existence.
Public methodStatic memberFindParagraphStyleByName
Finds the paragraph style providing the name.
Public methodStatic memberFindStyleByName
Finds thestyle providing the name.
Public methodStatic memberFixText
Fixes the text.
Public methodStatic memberGemboxColorToSystemColor
Convert from gembox color to system color
Public methodStatic memberGetSection
Gets the section.
Public methodStatic memberGetStyleNames
Gets the style names.
Public methodStatic memberInsertPageBreakAfter
Inserisce un'interruzione di pagina dopo il parametro specificato in ingresso. Ritorna True se l'elemento è stato aggiunto, False altrimenti.
Public methodStatic memberInsertPageBreakBefore
Inserisce un'interruzione di pagina prima del parametro specificato in ingresso. Ritorna True se l'elemento è stato aggiunto, False altrimenti.
Public methodStatic memberInsertTableAfter
Inserisce il primo parametro specificato in ingresso immediatamente dopo il secondo parametro. Ritorna True se l'elemento è stato aggiunto, False altrimenti.
Public methodStatic memberInsertTableBefore
Inserisce il primo parametro specificato in ingresso immediatamente prima del secondo parametro. Ritorna True se l'elemento è stato aggiunto, False altrimenti.
Public methodStatic memberParseEnumT
Parses the enum.
Public methodStatic memberRemoveField
Rimuove il campo dal documento.
Public methodStatic memberReplaceFieldWithDocument
Sostituisce il campo inserendo al suo posto tutte le sezioni presenti nel documento specificato come parametro. Attenzione! Questo metodo esegue una vera e propria sostituzione, NON imposta il valore del campo.
Public methodStatic memberReplaceFieldWithString
Sostituisce il campo inserendo al suo posto la stringa specificata in ingresso (ritorna poi il relativo oggetto DocxRun). Nota bene: Il seguente metodo riporta nella nuova stringa anche le impostazioni di formato (font, spazi, ecc..) del vecchio campo. Attenzione! Questo metodo esegue una vera e propria sostituzione, NON imposta il valore del campo.
Public methodStatic memberSystemColorToGemboxColor
Convert from system color to gembox color
Top
See Also