__bool__(self) |
self != 0 [extrait de __bool__.__doc__] |
__copy__() -> None |
__copy__() -> None [extrait de __copy__.__doc__] |
anchor(self) -> int |
anchor(self) -> int [extrait de anchor.__doc__] |
atBlockEnd(self) -> bool |
atBlockEnd(self) -> bool [extrait de atBlockEnd.__doc__] |
atBlockStart(self) -> bool |
atBlockStart(self) -> bool [extrait de atBlockStart.__doc__] |
atEnd(self) -> bool |
atEnd(self) -> bool [extrait de atEnd.__doc__] |
atStart(self) -> bool |
atStart(self) -> bool [extrait de atStart.__doc__] |
beginEditBlock(self) -> None |
beginEditBlock(self) -> None [extrait de beginEditBlock.__doc__] |
block(self) -> PySide6.QtGui.QTextBlock |
block(self) -> PySide6.QtGui.QTextBlock [extrait de block.__doc__] |
blockCharFormat(self) -> PySide6.QtGui.QTextCharFormat |
blockCharFormat(self) -> PySide6.QtGui.QTextCharFormat [extrait de blockCharFormat.__doc__] |
blockFormat(self) -> PySide6.QtGui.QTextBlockFormat |
blockFormat(self) -> PySide6.QtGui.QTextBlockFormat [extrait de blockFormat.__doc__] |
blockNumber(self) -> int |
blockNumber(self) -> int [extrait de blockNumber.__doc__] |
charFormat(self) -> PySide6.QtGui.QTextCharFormat |
charFormat(self) -> PySide6.QtGui.QTextCharFormat [extrait de charFormat.__doc__] |
clearSelection(self) -> None |
clearSelection(self) -> None [extrait de clearSelection.__doc__] |
columnNumber(self) -> int |
columnNumber(self) -> int [extrait de columnNumber.__doc__] |
createList |
createList(self, format: PySide6.QtGui.QTextListFormat) -> PySide6.QtGui.QTextList [extrait de createList.__doc__] |
currentFrame(self) -> PySide6.QtGui.QTextFrame |
currentFrame(self) -> PySide6.QtGui.QTextFrame [extrait de currentFrame.__doc__] |
currentList(self) -> PySide6.QtGui.QTextList |
currentList(self) -> PySide6.QtGui.QTextList [extrait de currentList.__doc__] |
currentTable(self) -> PySide6.QtGui.QTextTable |
currentTable(self) -> PySide6.QtGui.QTextTable [extrait de currentTable.__doc__] |
deleteChar(self) -> None |
deleteChar(self) -> None [extrait de deleteChar.__doc__] |
deletePreviousChar(self) -> None |
deletePreviousChar(self) -> None [extrait de deletePreviousChar.__doc__] |
document(self) -> PySide6.QtGui.QTextDocument |
document(self) -> PySide6.QtGui.QTextDocument [extrait de document.__doc__] |
endEditBlock(self) -> None |
endEditBlock(self) -> None [extrait de endEditBlock.__doc__] |
hasComplexSelection(self) -> bool |
hasComplexSelection(self) -> bool [extrait de hasComplexSelection.__doc__] |
hasSelection(self) -> bool |
hasSelection(self) -> bool [extrait de hasSelection.__doc__] |
insertBlock |
insertBlock(self) -> None [extrait de insertBlock.__doc__] |
insertFragment(self, fragment: PySide6.QtGui.QTextDocumentFragment) -> None |
insertFragment(self, fragment: PySide6.QtGui.QTextDocumentFragment) -> None [extrait de insertFragment.__doc__] |
insertFrame(self, format: PySide6.QtGui.QTextFrameFormat) -> PySide6.QtGui.QTextFrame |
insertFrame(self, format: PySide6.QtGui.QTextFrameFormat) -> PySide6.QtGui.QTextFrame [extrait de insertFrame.__doc__] |
insertHtml(self, html: str) -> None |
insertHtml(self, html: str) -> None [extrait de insertHtml.__doc__] |
insertImage |
insertImage(self, format: PySide6.QtGui.QTextImageFormat) -> None [extrait de insertImage.__doc__] |
insertList |
insertList(self, format: PySide6.QtGui.QTextListFormat) -> PySide6.QtGui.QTextList [extrait de insertList.__doc__] |
insertTable |
insertTable(self, rows: int, cols: int) -> PySide6.QtGui.QTextTable [extrait de insertTable.__doc__] |
insertText |
insertText(self, text: str) -> None [extrait de insertText.__doc__] |
isCopyOf(self, other: PySide6.QtGui.QTextCursor) -> bool |
isCopyOf(self, other: PySide6.QtGui.QTextCursor) -> bool [extrait de isCopyOf.__doc__] |
isNull(self) -> bool |
isNull(self) -> bool [extrait de isNull.__doc__] |
joinPreviousEditBlock(self) -> None |
joinPreviousEditBlock(self) -> None [extrait de joinPreviousEditBlock.__doc__] |
keepPositionOnInsert(self) -> bool |
keepPositionOnInsert(self) -> bool [extrait de keepPositionOnInsert.__doc__] |
mergeBlockCharFormat(self, modifier: PySide6.QtGui.QTextCharFormat) -> None |
mergeBlockCharFormat(self, modifier: PySide6.QtGui.QTextCharFormat) -> None [extrait de mergeBlockCharFormat.__doc__] |
mergeBlockFormat(self, modifier: PySide6.QtGui.QTextBlockFormat) -> None |
mergeBlockFormat(self, modifier: PySide6.QtGui.QTextBlockFormat) -> None [extrait de mergeBlockFormat.__doc__] |
mergeCharFormat(self, modifier: PySide6.QtGui.QTextCharFormat) -> None |
mergeCharFormat(self, modifier: PySide6.QtGui.QTextCharFormat) -> None [extrait de mergeCharFormat.__doc__] |
MoveMode |
|
MoveOperation |
|
movePosition(self, op: PySide6.QtGui.QTextCursor.MoveOperation, arg__2: PySide6.QtGui.QTextCursor.MoveMode = PySide6.QtDesigner.QDesignerFormWindowCursorInterface.MoveMode.MoveAnchor, n: int = 1) -> bool |
movePosition(self, op: PySide6.QtGui.QTextCursor.MoveOperation, arg__2: PySide6.QtGui.QTextCursor.MoveMode = PySide6.QtDesigner.QDesignerFormWindowCursorInterface.MoveMode.MoveAnchor, n: int = 1) -> bool [extrait de movePosition.__doc__] |
position(self) -> int |
position(self) -> int [extrait de position.__doc__] |
positionInBlock(self) -> int |
positionInBlock(self) -> int [extrait de positionInBlock.__doc__] |
removeSelectedText(self) -> None |
removeSelectedText(self) -> None [extrait de removeSelectedText.__doc__] |
select(self, selection: PySide6.QtGui.QTextCursor.SelectionType) -> None |
select(self, selection: PySide6.QtGui.QTextCursor.SelectionType) -> None [extrait de select.__doc__] |
selectedTableCells(self) -> Tuple[int, int, int, int] |
selectedTableCells(self) -> Tuple[int, int, int, int] [extrait de selectedTableCells.__doc__] |
selectedText(self) -> str |
selectedText(self) -> str [extrait de selectedText.__doc__] |
selection(self) -> PySide6.QtGui.QTextDocumentFragment |
selection(self) -> PySide6.QtGui.QTextDocumentFragment [extrait de selection.__doc__] |
selectionEnd(self) -> int |
selectionEnd(self) -> int [extrait de selectionEnd.__doc__] |
selectionStart(self) -> int |
selectionStart(self) -> int [extrait de selectionStart.__doc__] |
SelectionType |
|
setBlockCharFormat(self, format: PySide6.QtGui.QTextCharFormat) -> None |
setBlockCharFormat(self, format: PySide6.QtGui.QTextCharFormat) -> None [extrait de setBlockCharFormat.__doc__] |
setBlockFormat(self, format: PySide6.QtGui.QTextBlockFormat) -> None |
setBlockFormat(self, format: PySide6.QtGui.QTextBlockFormat) -> None [extrait de setBlockFormat.__doc__] |
setCharFormat(self, format: PySide6.QtGui.QTextCharFormat) -> None |
setCharFormat(self, format: PySide6.QtGui.QTextCharFormat) -> None [extrait de setCharFormat.__doc__] |
setKeepPositionOnInsert(self, b: bool) -> None |
setKeepPositionOnInsert(self, b: bool) -> None [extrait de setKeepPositionOnInsert.__doc__] |
setPosition(self, pos: int, mode: PySide6.QtGui.QTextCursor.MoveMode = PySide6.QtDesigner.QDesignerFormWindowCursorInterface.MoveMode.MoveAnchor) -> None |
setPosition(self, pos: int, mode: PySide6.QtGui.QTextCursor.MoveMode = PySide6.QtDesigner.QDesignerFormWindowCursorInterface.MoveMode.MoveAnchor) -> None [extrait de setPosition.__doc__] |
setVerticalMovementX(self, x: int) -> None |
setVerticalMovementX(self, x: int) -> None [extrait de setVerticalMovementX.__doc__] |
setVisualNavigation(self, b: bool) -> None |
setVisualNavigation(self, b: bool) -> None [extrait de setVisualNavigation.__doc__] |
swap(self, other: PySide6.QtGui.QTextCursor) -> None |
swap(self, other: PySide6.QtGui.QTextCursor) -> None [extrait de swap.__doc__] |
verticalMovementX(self) -> int |
verticalMovementX(self) -> int [extrait de verticalMovementX.__doc__] |
visualNavigation(self) -> bool |
visualNavigation(self) -> bool [extrait de visualNavigation.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :