Search the Community
Showing results for tags 'styles'.
-
Literally just a list of listview styles / extended styles and WS / WSEX styles prints them in the console by their name ;Debug ;Debug_GetLvMStyles($g_hListView) ;Debug_GetHDStyles($g_hListView) ;Debug_GetWSStyles($g_hListView) ;Debug_GetWSStyles($g_hWnd) ;;#include <ListViewConstants.au3> Func Debug_GetLvMStyles($hListView) Local $LVStyle = _WinAPI_GetWindowLong($hListView, -16) Local $LVExStyle = _GUICtrlListView_GetExtendedListViewStyle($hListView) Local $sLVSTYLES Local $sLVExSTYLES If @error Then ConsoleWrite(" Error Debug_
-
I am trying to read the styles from a range in a Word document. Actually, it's a document I'm creating with the Word UDF, and I'm setting styles, and I know I'm succeeding, because I can see those style settings in Word. However, if I read back those styles using the range object, I get nothing I can see or examine (except I know that the returned object is named "Style"). word doc make.au3